version updated to 0.10.0-SNAPSHOT and automatic release promotion added

This commit is contained in:
Michael Häusler 2017-05-02 16:23:12 +02:00
parent 9a3c1bc12b
commit 04e5b5a6bc

13
pom.xml
View File

@ -5,7 +5,7 @@
<groupId>com.github.jtendermint</groupId> <groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId> <artifactId>jabci</artifactId>
<version>0.9.0-SNAPSHOT</version> <version>0.10.0-SNAPSHOT</version>
<name>com.github.jtendermint:jabci</name> <name>com.github.jtendermint:jabci</name>
<description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description> <description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description>
@ -202,6 +202,17 @@
<useAgent>false</useAgent> <useAgent>false</useAgent>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>oss.sonatype</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>