Skip to content

Commit

Permalink
[maven-release-plugin] prepare release webstart-1.0-beta-3
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@15895 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
Tony Chemit committed Feb 6, 2012
1 parent 2522944 commit 24d2a32
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mojo-parent</artifactId>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -9,7 +8,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-parent</artifactId>
<packaging>pom</packaging>
<version>1.0-beta-3-SNAPSHOT</version>
<version>1.0-beta-3</version>
<name>MWEBSTART :: Project</name>
<description>Webstart Maven Plugin and related modules</description>
<url>http://mojo.codehaus.org/webstart</url>
Expand All @@ -34,9 +33,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-3</url>
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-3</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-3</developerConnection>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion webstart-jnlp-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-parent</artifactId>
<version>1.0-beta-3-SNAPSHOT</version>
<version>1.0-beta-3</version>
</parent>

<artifactId>webstart-jnlp-servlet</artifactId>
Expand Down
11 changes: 5 additions & 6 deletions webstart-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-parent</artifactId>
<version>1.0-beta-3-SNAPSHOT</version>
<version>1.0-beta-3</version>
</parent>

<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-maven-plugin</artifactId>
<version>1.0-beta-3-SNAPSHOT</version>
<version>1.0-beta-3</version>
<packaging>maven-plugin</packaging>
<name>MWEBSTART :: Webstart Maven Plugin</name>
<description>Maven plugin that supports webstart application development. Helps generate JNLP files and supports the
Expand Down Expand Up @@ -181,9 +180,9 @@
<tasks>
<copy todir="${project.build.directory}/site/examples/">
<fileset dir="${basedir}/src/main/resources">
<include name="**/*.vm"/>
<include name="**/*.vm" />
</fileset>
<mapper type="flatten"/>
<mapper type="flatten" />
</copy>
</tasks>
</configuration>
Expand Down
5 changes: 2 additions & 3 deletions webstart-pack200-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-parent</artifactId>
<version>1.0-beta-3-SNAPSHOT</version>
<version>1.0-beta-3</version>
</parent>

<artifactId>webstart-pack200-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webstart-pack200-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-parent</artifactId>
<version>1.0-beta-3-SNAPSHOT</version>
<version>1.0-beta-3</version>
</parent>

<artifactId>webstart-pack200-impl</artifactId>
Expand Down

0 comments on commit 24d2a32

Please sign in to comment.