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 a4e94cb commit d8a36a7Copy full SHA for d8a36a7
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.openbase</groupId>
6
<artifactId>jps</artifactId>
7
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.0</version>
8
9
<name>JPS</name>
10
<inceptionYear>2014</inceptionYear>
@@ -58,7 +58,8 @@
58
<connection>scm:git:https://github.com/openbase/jps.git</connection>
59
<developerConnection>scm:git:https://github.com/openbase/jps.git</developerConnection>
60
<url>https://github.com/openbase/jps.git</url>
61
- </scm>
+ <tag>v3.7.0</tag>
62
+ </scm>
63
64
<build>
65
<plugins>
0 commit comments