We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5231121 commit 256efabCopy full SHA for 256efab
CHANGELOG.md
@@ -2,5 +2,5 @@
2
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3
and this project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## 0.1.0 (10/23/2017)
+## 1.0.0 (01/06/2018)
6
- Initial release!
pom.xml
@@ -208,6 +208,9 @@
208
<goals>
209
<goal>sign</goal>
210
</goals>
211
+ <configuration>
212
+ <keyname>SourceLab.org</keyname>
213
+ </configuration>
214
</execution>
215
</executions>
216
</plugin>
0 commit comments