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 2b44dbc commit 11b54dfCopy full SHA for 11b54df
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.woehlke</groupId>
5
<artifactId>beachbox</artifactId>
6
<packaging>war</packaging>
7
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
8
<name>BeachBox</name>
9
<url>http://www.thomas-woehlke.de/p/beachbox</url>
10
<properties>
@@ -330,7 +330,8 @@
330
<url>https://github.com/phasenraum2010/simpleworklist.git</url>
331
<connection>scm:git:https://github.com/phasenraum2010/beachbox.git</connection>
332
<developerConnection>scm:git:https://github.com/phasenraum2010/beachbox.git</developerConnection>
333
- </scm>
+ <tag>beachbox-1.0.0</tag>
334
+ </scm>
335
<issueManagement>
336
<url>https://github.com/phasenraum2010/beachbox/issues</url>
337
<system>GitHub Issues</system>
0 commit comments