We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3859e26 + ca9ae02 commit 0804615Copy full SHA for 0804615
build.sbt
@@ -2,7 +2,7 @@ import com.github.play2war.plugin._
2
3
name := "regal-api"
4
5
-version := "0.7.0-SNAPSHOT"
+version := "0.7.0"
6
7
Play2WarPlugin.play2WarSettings
8
pom.xml
@@ -1,6 +1,6 @@
1
<project>
<groupId>de.nrw.hbz.regal</groupId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
<properties>
<play2.version>2.2.3</play2.version>
</properties>
0 commit comments