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 3834282 commit 34a4b49Copy full SHA for 34a4b49
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.microcks</groupId>
6
<artifactId>microcks-java-client</artifactId>
7
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.2</version>
8
9
<name>Microcks Java Client</name>
10
<description>Java Client for interacting with Microcks API</description>
@@ -34,7 +34,7 @@
34
<connection>scm:git:https://github.com/microcks/microcks-java-client.git</connection>
35
<developerConnection>scm:git:https://github.com/microcks/microcks-java-client.git</developerConnection>
36
<url>http://github.com/microcks/microcks-java-client/</url>
37
- <tag>HEAD</tag>
+ <tag>0.0.2</tag>
38
</scm>
39
40
<distributionManagement>
0 commit comments