Skip to content

Commit 68dfdcc

Browse files
author
Tony Chemit
committed
[maven-release-plugin] prepare release webstart-1.0-beta-4
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/webstart@18852 52ab4f32-60fc-0310-b215-8acea882cd1b
1 parent 0a7be8c commit 68dfdcc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>webstart</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0-beta-4-SNAPSHOT</version>
10+
<version>1.0-beta-4</version>
1111
<name>MWEBSTART :: Project</name>
1212
<description>Webstart Maven Plugin and related modules</description>
1313
<url>http://mojo.codehaus.org/webstart</url>
@@ -32,9 +32,9 @@
3232
</licenses>
3333

3434
<scm>
35-
<url>https://svn.codehaus.org/mojo/trunk/mojo/webstart</url>
36-
<connection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/webstart</connection>
37-
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/webstart</developerConnection>
35+
<url>https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-4</url>
36+
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-4</connection>
37+
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-4</developerConnection>
3838
</scm>
3939

4040
<developers>

webstart-jnlp-servlet/pom.xml

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

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

webstart-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<parent>
44
<groupId>org.codehaus.mojo</groupId>
55
<artifactId>webstart</artifactId>
6-
<version>1.0-beta-4-SNAPSHOT</version>
6+
<version>1.0-beta-4</version>
77
</parent>
88

99
<artifactId>webstart-maven-plugin</artifactId>
10-
<version>1.0-beta-4-SNAPSHOT</version>
10+
<version>1.0-beta-4</version>
1111
<packaging>maven-plugin</packaging>
1212
<name>MWEBSTART :: Webstart Maven Plugin</name>
1313
<description>Maven plugin that supports webstart application development. Helps generate JNLP files and supports the

webstart-pack200-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.codehaus.mojo</groupId>
55
<artifactId>webstart</artifactId>
6-
<version>1.0-beta-4-SNAPSHOT</version>
6+
<version>1.0-beta-4</version>
77
</parent>
88

99
<artifactId>webstart-pack200-api</artifactId>

webstart-pack200-impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.codehaus.mojo</groupId>
55
<artifactId>webstart</artifactId>
6-
<version>1.0-beta-4-SNAPSHOT</version>
6+
<version>1.0-beta-4</version>
77
</parent>
88

99
<artifactId>webstart-pack200-impl</artifactId>

0 commit comments

Comments
 (0)