We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa47363 commit 505bbc2Copy full SHA for 505bbc2
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.ost</groupId>
5
<artifactId>ost-sdk-java</artifactId>
6
- <version>0.9.0-beta-1</version>
+ <version>0.9.0-beta-2-SNAPSHOT</version>
7
<name>OST SDK for Java</name>
8
<description>The official OST SDK for Java(https://dev.ost.com).</description>
9
<packaging>jar</packaging>
@@ -135,7 +135,7 @@
135
<connection>scm:git:https://github.com/OpenSTFoundation/ost-sdk-java.git</connection>
136
<developerConnection>scm:git:git@github.com:OpenSTFoundation/ost-sdk-java.git</developerConnection>
137
<url>https://github.com/OpenSTFoundation/ost-sdk-java</url>
138
- <tag>ost-sdk-java-0.9.0-beta-1</tag>
+ <tag>HEAD</tag>
139
</scm>
140
<distributionManagement>
141
<snapshotRepository>
0 commit comments