Skip to content

Commit

Permalink
[maven-release-plugin] copy for tag webstart-1.0-alpha-2
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/tags/webstart-1.0-alpha-2@6227 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
lacostej committed Feb 6, 2008
1 parent 802a674 commit 624de1e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 27 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-alpha-2-SNAPSHOT</version>
<version>1.0-alpha-2</version>
<name>Webstart Maven Plugin Parent POM</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-alpha-2</url>
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-alpha-2</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-alpha-2</developerConnection>
</scm>

<developers>
Expand Down
8 changes: 3 additions & 5 deletions webstart-jarsigner-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<version>1.0-alpha-2</version>
</parent>

<artifactId>webstart-jarsigner-api</artifactId>
Expand All @@ -17,4 +15,4 @@
<artifactId>maven-plugin-api</artifactId>
</dependency>
</dependencies>
</project>
</project>
18 changes: 8 additions & 10 deletions webstart-jnlp-servlet/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<version>1.0-alpha-2</version>
</parent>

<artifactId>webstart-jnlp-servlet</artifactId>
<packaging>jar</packaging>
<name>JNLP Servlet</name>
<version>1.0-6.0-02_ea_b02-SNAPSHOT</version>
<version>1.0-6.0-02_ea_b02</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 All @@ -24,10 +22,10 @@
</license>
</licenses>
<!--scm> available in source package inside a mustang snapshot.
<connection/>
<developerConnection/>
<tag/>
<url/>
<connection />
<developerConnection />
<tag />
<url />
</scm-->
<organization>
<name>Sun Microsystems</name>
Expand Down Expand Up @@ -64,4 +62,4 @@
</plugins>
</reporting-->

</project>
</project>
6 changes: 3 additions & 3 deletions webstart-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<version>1.0-alpha-2</version>
</parent>

<artifactId>webstart-maven-plugin</artifactId>
Expand Down Expand Up @@ -67,7 +67,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-SNAPSHOT</version>
<version>1.0-6.0-02_ea_b02</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -240,7 +240,7 @@
<tasks>
<copy todir="${project.build.directory}/site/examples/">
<fileset dir="${basedir}/src/main/resources">
<include name="**/*.vm"/>
<include name="**/*.vm" />
</fileset>
<mapper type="flatten" />
</copy>
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-alpha-2-SNAPSHOT</version>
<version>1.0-alpha-2</version>
</parent>

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

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

<artifactId>webstart-pack200-jdk15</artifactId>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.codehaus.mojo.webstart</groupId>
<artifactId>webstart-pack200-anttasks</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>ant</groupId>
Expand Down

0 comments on commit 624de1e

Please sign in to comment.