Skip to content

Commit 907a41d

Browse files
author
Tony CHEMIT
committed
[maven-release-plugin] prepare release webstart-1.0-beta-7
1 parent 240dfbe commit 907a41d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>webstart</artifactId>
12-
<version>1.0-beta-7-SNAPSHOT</version>
12+
<version>1.0-beta-7</version>
1313
<packaging>pom</packaging>
1414

1515
<name>MWEBSTART :: Project</name>
@@ -90,6 +90,7 @@
9090
<connection>scm:git:https://github.com/mojohaus/webstart.git</connection>
9191
<developerConnection>scm:git:ssh://[email protected]/mojohaus/webstart.git</developerConnection>
9292
<url>https://github.com/mojohaus/webstart</url>
93+
<tag>webstart-1.0-beta-7</tag>
9394
</scm>
9495
<issueManagement>
9596
<system>github</system>

webstart-jnlp-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.mojo</groupId>
77
<artifactId>webstart</artifactId>
8-
<version>1.0-beta-7-SNAPSHOT</version>
8+
<version>1.0-beta-7</version>
99
</parent>
1010

1111
<artifactId>webstart-jnlp-servlet</artifactId>

webstart-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.mojo</groupId>
77
<artifactId>webstart</artifactId>
8-
<version>1.0-beta-7-SNAPSHOT</version>
8+
<version>1.0-beta-7</version>
99
</parent>
1010

1111
<artifactId>webstart-maven-plugin</artifactId>

0 commit comments

Comments
 (0)