Skip to content

Commit 2a5989c

Browse files
committed
[maven-release-plugin] prepare release webstart-1.0-beta-1
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/webstart@12265 52ab4f32-60fc-0310-b215-8acea882cd1b
1 parent 95c4847 commit 2a5989c

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.codehaus.mojo.webstart</groupId>
99
<artifactId>webstart</artifactId>
1010
<packaging>pom</packaging>
11-
<version>1.0-beta-1-SNAPSHOT</version>
11+
<version>1.0-beta-1</version>
1212
<name>Webstart Maven Plugin Parent</name>
1313
<description>Webstart Maven Plugin and related modules</description>
1414
<url>http://mojo.codehaus.org/webstart</url>
@@ -29,9 +29,9 @@
2929
</licenses>
3030

3131
<scm>
32-
<url>https://svn.codehaus.org/mojo/trunk/mojo/webstart</url>
33-
<connection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/webstart</connection>
34-
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/webstart</developerConnection>
32+
<url>https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-1</url>
33+
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-1</connection>
34+
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-1</developerConnection>
3535
</scm>
3636

3737
<developers>

webstart-jarsigner-api/pom.xml

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

99
<artifactId>webstart-jarsigner-api</artifactId>
10-
<version> 1.0-beta-1-SNAPSHOT</version>
10+
<version> 1.0-beta-1</version>
1111
<name>Maven Webstart Pluggable JarSigner API</name>
1212
<inceptionYear>2007</inceptionYear>
1313
<dependencies>

webstart-jnlp-servlet/pom.xml

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

1010
<artifactId>webstart-jnlp-servlet</artifactId>
1111
<packaging>jar</packaging>
1212
<name>JNLP Servlet</name>
13-
<version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>
13+
<version>1.0-6.0.02_ea_b02.1</version>
1414
<description>JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to its permissive license.</description>
1515
<url>http:///jdk6.dev.java.net/</url>
1616
<licenses>

webstart-maven-plugin/pom.xml

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

99
<artifactId>webstart-maven-plugin</artifactId>
10-
<version> 1.0-beta-1-SNAPSHOT</version>
10+
<version> 1.0-beta-1</version>
1111
<packaging>maven-plugin</packaging>
1212
<name>Webstart Maven Plugin</name>
1313
<description>Maven plugin that supports webstart application development. Helps generate JNLP files and supports the JnlpDownloadServlet.</description>
@@ -66,7 +66,7 @@
6666
<groupId>org.codehaus.mojo.webstart</groupId>
6767
<!--groupId>com.sun.java.jnlp</groupId-->
6868
<artifactId>webstart-jnlp-servlet</artifactId>
69-
<version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>
69+
<version>1.0-6.0.02_ea_b02.1</version>
7070
<scope>test</scope>
7171
</dependency>
7272

webstart-pack200-anttasks/pom.xml

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

99
<groupId>org.codehaus.mojo.webstart</groupId>
1010
<artifactId>webstart-pack200-anttasks</artifactId>
1111
<name>Pack200</name>
12-
<version>1.2-SNAPSHOT</version>
12+
<version>1.2</version>
1313
<packaging>jar</packaging>
1414
<description>Ant tasks for pack200 operations</description>
1515
<url>http://java-pack200-ant-task.dev.java.net/</url>

webstart-pack200-jdk14/pom.xml

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

99
<artifactId>webstart-pack200-jdk14</artifactId>
10-
<version> 1.0-beta-1-SNAPSHOT</version>
10+
<version> 1.0-beta-1</version>
1111
<packaging>jar</packaging>
1212
<name>Pack 200 support for SDK 1.4</name>
1313
<developers>

webstart-pack200-jdk15/pom.xml

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

99
<artifactId>webstart-pack200-jdk15</artifactId>
10-
<version> 1.0-beta-1-SNAPSHOT</version>
10+
<version> 1.0-beta-1</version>
1111
<packaging>jar</packaging>
1212
<name>Pack 200 support for SDK 5.0</name>
1313
<developers>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.codehaus.mojo.webstart</groupId>
3535
<artifactId>webstart-pack200-anttasks</artifactId>
36-
<version>1.2-SNAPSHOT</version>
36+
<version>1.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>ant</groupId>

0 commit comments

Comments
 (0)