Author: mwringe
Date: 2009-09-01 16:24:42 -0500 (Tue, 01 Sep 2009)
New Revision: 1965
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/classpath-war/pom.xml
resources/trunk/testdata/datasource-cmt-local-war/pom.xml
resources/trunk/testdata/datasource-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/mailsession-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-jar/pom.xml
resources/trunk/testdata/simple-war/pom.xml
resources/trunk/testdata/tomcat-context/pom.xml
resources/trunk/testdata/two-datasources-war/pom.xml
resources/trunk/testdata/xadatasource-war/pom.xml
Log:
[maven-release-plugin] prepare release cargo-resources-1.0.1-alpha-1
Modified: resources/trunk/build-tools/pom.xml
===================================================================
--- resources/trunk/build-tools/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/build-tools/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-resources</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/jetty-deployer/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,11 +21,11 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-resources</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>cargo-jetty-deployer</artifactId>
<packaging>war</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -26,13 +26,13 @@
</parent>
<artifactId>cargo-resources</artifactId>
<name>Cargo Shared Resources</name>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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/trunk</connection>
- <developerConnection>scm:svn:
https://svn.codehaus.org/cargo/resources/trunk</developerConnection>
- <url>
http://svn.cargo.codehaus.org/cargo/resources/trunk</url>
+ <connection>scm:svn:
http://svn.codehaus.org/cargo/resources/tags/cargo-resources-1.0.1-alpha-1</connection>
+ <developerConnection>scm:svn:
https://svn.codehaus.org/cargo/resources/tags/cargo-resources-1.0.1-alpha-1</developerConnection>
+ <url>
http://svn.cargo.codehaus.org/cargo/resources/tags/cargo-resources-1.0.1-alpha-1</url>
</scm>
<modules>
<module>build-tools</module>
Modified: resources/trunk/testdata/authentication-war/pom.xml
===================================================================
--- resources/trunk/testdata/authentication-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/authentication-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>authentication-war</artifactId>
<name>Cargo Authenticated WAR test data for samples</name>
Modified: resources/trunk/testdata/classpath-war/pom.xml
===================================================================
--- resources/trunk/testdata/classpath-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/classpath-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>classpath-war</artifactId>
<name>Cargo Classpath WAR test data for samples</name>
Modified: resources/trunk/testdata/datasource-cmt-local-war/pom.xml
===================================================================
--- resources/trunk/testdata/datasource-cmt-local-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/datasource-cmt-local-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>datasource-cmt-local-war</artifactId>
<name>Cargo Local Transaction DataSource WAR test data for samples</name>
Modified: resources/trunk/testdata/datasource-war/pom.xml
===================================================================
--- resources/trunk/testdata/datasource-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/datasource-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>datasource-war</artifactId>
<name>Cargo DataSource WAR test data for samples</name>
Modified: resources/trunk/testdata/empty-ear/pom.xml
===================================================================
--- resources/trunk/testdata/empty-ear/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/empty-ear/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/empty-jar/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/expanded-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>expanded-war</artifactId>
<name>Cargo Expanded WAR test data for samples</name>
Modified: resources/trunk/testdata/mailsession-war/pom.xml
===================================================================
--- resources/trunk/testdata/mailsession-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/mailsession-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>mailsession-war</artifactId>
<name>Cargo Mail Session WAR test data for samples</name>
Modified: resources/trunk/testdata/pom.xml
===================================================================
--- resources/trunk/testdata/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-resources</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/simple-ear/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/simple-ejb/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>simple-ejb</artifactId>
<name>Cargo Simple EJB test data for samples</name>
Modified: resources/trunk/testdata/simple-jar/pom.xml
===================================================================
--- resources/trunk/testdata/simple-jar/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/simple-jar/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>simple-jar</artifactId>
<name>Cargo Simple JAR test data for samples</name>
Modified: resources/trunk/testdata/simple-war/pom.xml
===================================================================
--- resources/trunk/testdata/simple-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/simple-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</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 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/tomcat-context/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>tomcatcontext-war</artifactId>
<name>Cargo Tomcat context WAR test data for samples</name>
Modified: resources/trunk/testdata/two-datasources-war/pom.xml
===================================================================
--- resources/trunk/testdata/two-datasources-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/two-datasources-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>two-datasources-war</artifactId>
<name>Cargo Multiple DataSource WAR test data for samples</name>
Modified: resources/trunk/testdata/xadatasource-war/pom.xml
===================================================================
--- resources/trunk/testdata/xadatasource-war/pom.xml 2009-09-01 21:10:45 UTC (rev 1964)
+++ resources/trunk/testdata/xadatasource-war/pom.xml 2009-09-01 21:24:42 UTC (rev 1965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-samples-testdata</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-alpha-1</version>
</parent>
<artifactId>xadatasource-war</artifactId>
<name>Cargo XADataSource WAR test data for samples</name>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email