Skip to content

Commit

Permalink
[maven-release-plugin] prepare release webstart-1.0-beta-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/webstart@12265 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
dennisl committed Jun 12, 2010
1 parent 95c4847 commit 2a5989c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<packaging>pom</packaging>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
<name>Webstart Maven Plugin Parent</name>
<description>Webstart Maven Plugin and related modules</description>
<url>http://mojo.codehaus.org/webstart</url>
Expand All @@ -29,9 +29,9 @@
</licenses>

<scm>
<url>https://svn.codehaus.org/mojo/trunk/mojo/webstart</url>
<connection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/webstart</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/webstart</developerConnection>
<url>https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-1</url>
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-1</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-1</developerConnection>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions webstart-jarsigner-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
</parent>

<artifactId>webstart-jarsigner-api</artifactId>
<version> 1.0-beta-1-SNAPSHOT</version>
<version> 1.0-beta-1</version>
<name>Maven Webstart Pluggable JarSigner API</name>
<inceptionYear>2007</inceptionYear>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions webstart-jnlp-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
</parent>

<artifactId>webstart-jnlp-servlet</artifactId>
<packaging>jar</packaging>
<name>JNLP Servlet</name>
<version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>
<version>1.0-6.0.02_ea_b02.1</version>
<description>JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to its permissive license.</description>
<url>http:///jdk6.dev.java.net/</url>
<licenses>
Expand Down
6 changes: 3 additions & 3 deletions webstart-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
</parent>

<artifactId>webstart-maven-plugin</artifactId>
<version> 1.0-beta-1-SNAPSHOT</version>
<version> 1.0-beta-1</version>
<packaging>maven-plugin</packaging>
<name>Webstart Maven Plugin</name>
<description>Maven plugin that supports webstart application development. Helps generate JNLP files and supports the JnlpDownloadServlet.</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<groupId>org.codehaus.mojo.webstart</groupId>
<!--groupId>com.sun.java.jnlp</groupId-->
<artifactId>webstart-jnlp-servlet</artifactId>
<version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>
<version>1.0-6.0.02_ea_b02.1</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions webstart-pack200-anttasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
</parent>

<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart-pack200-anttasks</artifactId>
<name>Pack200</name>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<packaging>jar</packaging>
<description>Ant tasks for pack200 operations</description>
<url>http://java-pack200-ant-task.dev.java.net/</url>
Expand Down
4 changes: 2 additions & 2 deletions webstart-pack200-jdk14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
</parent>

<artifactId>webstart-pack200-jdk14</artifactId>
<version> 1.0-beta-1-SNAPSHOT</version>
<version> 1.0-beta-1</version>
<packaging>jar</packaging>
<name>Pack 200 support for SDK 1.4</name>
<developers>
Expand Down
6 changes: 3 additions & 3 deletions webstart-pack200-jdk15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<version>1.0-beta-1</version>
</parent>

<artifactId>webstart-pack200-jdk15</artifactId>
<version> 1.0-beta-1-SNAPSHOT</version>
<version> 1.0-beta-1</version>
<packaging>jar</packaging>
<name>Pack 200 support for SDK 5.0</name>
<developers>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart-pack200-anttasks</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>ant</groupId>
Expand Down

0 comments on commit 2a5989c

Please sign in to comment.