|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[cargo] r1668 - in resources/trunk: . build-tools jetty-deployer testdata testdata/authentication-war testdata/empty-ear testdata/empty-jar testdata/expanded-war testdata/simple-ear testdata/simple-ejb testdata/simple-war testdata/tomcat-contextAuthor: mwringe
Date: 2008-07-03 15:47:32 -0500 (Thu, 03 Jul 2008) New Revision: 1668 Modified: resources/trunk/build-tools/pom.xml resources/trunk/jetty-deployer/pom.xml resources/trunk/pom.xml resources/trunk/testdata/authentication-war/pom.xml resources/trunk/testdata/empty-ear/pom.xml resources/trunk/testdata/empty-jar/pom.xml resources/trunk/testdata/expanded-war/pom.xml resources/trunk/testdata/pom.xml resources/trunk/testdata/simple-ear/pom.xml resources/trunk/testdata/simple-ejb/pom.xml resources/trunk/testdata/simple-war/pom.xml resources/trunk/testdata/tomcat-context/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: resources/trunk/build-tools/pom.xml =================================================================== --- resources/trunk/build-tools/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/build-tools/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,7 +21,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-resources</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>cargo-build-tools</artifactId> <name>Cargo Build Tools</name> Modified: resources/trunk/jetty-deployer/pom.xml =================================================================== --- resources/trunk/jetty-deployer/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/jetty-deployer/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,11 +21,11 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-resources</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>cargo-jetty-deployer</artifactId> <packaging>war</packaging> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> <name>Cargo Remote Deployer for Jetty</name> <description>Webapp used by Cargo to remotely deploy applications of a Jetty server</description> <url>http://maven.apache.org</url> Modified: resources/trunk/pom.xml =================================================================== --- resources/trunk/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -26,13 +26,13 @@ </parent> <artifactId>cargo-resources</artifactId> <name>Cargo Shared Resources</name> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <description>Cargo Shared Resources (License files, Checkstyle configuration files, etc)</description> <scm> - <connection>scm:svn:http://svn.codehaus.org/cargo/resources/tags/cargo-resources-1.0-alpha-5</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/cargo/resources/tags/cargo-resources-1.0-alpha-5</developerConnection> - <url>http://svn.cargo.codehaus.org/cargo/resources/tags/cargo-resources-1.0-alpha-5</url> + <connection>scm:svn:http://svn.codehaus.org/cargo/resources/trunk</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/cargo/resources/trunk</developerConnection> + <url>http://svn.cargo.codehaus.org/cargo/resources/trunk</url> </scm> <modules> <module>build-tools</module> Modified: resources/trunk/testdata/authentication-war/pom.xml =================================================================== --- resources/trunk/testdata/authentication-war/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/authentication-war/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>authentication-war</artifactId> <name>Cargo Authenticated WAR test data for samples</name> Modified: resources/trunk/testdata/empty-ear/pom.xml =================================================================== --- resources/trunk/testdata/empty-ear/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/empty-ear/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,7 +21,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>empty-ear</artifactId> <name>Cargo Empty EAR test data for samples</name> Modified: resources/trunk/testdata/empty-jar/pom.xml =================================================================== --- resources/trunk/testdata/empty-jar/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/empty-jar/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>empty-jar</artifactId> <name>Cargo Empty JAR test data for samples</name> Modified: resources/trunk/testdata/expanded-war/pom.xml =================================================================== --- resources/trunk/testdata/expanded-war/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/expanded-war/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,7 +21,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>expanded-war</artifactId> <name>Cargo Expanded WAR test data for samples</name> Modified: resources/trunk/testdata/pom.xml =================================================================== --- resources/trunk/testdata/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-resources</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> Modified: resources/trunk/testdata/simple-ear/pom.xml =================================================================== --- resources/trunk/testdata/simple-ear/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/simple-ear/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,7 +21,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>simple-ear</artifactId> <name>Cargo Simple EAR test data for samples</name> Modified: resources/trunk/testdata/simple-ejb/pom.xml =================================================================== --- resources/trunk/testdata/simple-ejb/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/simple-ejb/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,7 +21,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>simple-ejb</artifactId> <name>Cargo Simple EJB test data for samples</name> Modified: resources/trunk/testdata/simple-war/pom.xml =================================================================== --- resources/trunk/testdata/simple-war/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/simple-war/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>simple-war</artifactId> <name>Cargo Simple WAR test data for samples</name> Modified: resources/trunk/testdata/tomcat-context/pom.xml =================================================================== --- resources/trunk/testdata/tomcat-context/pom.xml 2008-07-03 20:47:28 UTC (rev 1667) +++ resources/trunk/testdata/tomcat-context/pom.xml 2008-07-03 20:47:32 UTC (rev 1668) @@ -21,7 +21,7 @@ <parent> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-samples-testdata</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>tomcatcontext-war</artifactId> <name>Cargo Tomcat context WAR test data for samples</name> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |