We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673ef24 commit 54ed48cCopy full SHA for 54ed48c
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<!-- Project Information -->
6
<groupId>io.topiacoin</groupId>
7
<artifactId>eosRPCAdapter</artifactId>
8
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
9
<build>
10
<plugins>
11
<plugin>
@@ -90,7 +90,7 @@
90
91
<scm>
92
<connection>scm:git:git@github.com:TopiaCoin/EOSRPCAdapter-Java.git</connection>
93
- <tag>v1.0.0</tag>
+ <tag>HEAD</tag>
94
</scm>
95
96
</project>
0 commit comments