gatein SVN: r743 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 11:25:22 -0500 (Fri, 20 Nov 2009)
New Revision: 743
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 16:25:13 UTC (rev 742)
+++ components/common/trunk/common/pom.xml 2009-11-20 16:25:22 UTC (rev 743)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR03-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 16:25:13 UTC (rev 742)
+++ components/common/trunk/logging/pom.xml 2009-11-20 16:25:22 UTC (rev 743)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 16:25:13 UTC (rev 742)
+++ components/common/trunk/mc/pom.xml 2009-11-20 16:25:22 UTC (rev 743)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR03-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 16:25:13 UTC (rev 742)
+++ components/common/trunk/pom.xml 2009-11-20 16:25:22 UTC (rev 743)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR03-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -16,9 +16,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0....</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.0-CR02</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.0-CR02</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk</url>
</scm>
<!-- Import dependency management configuration -->
15 years, 1 month
gatein SVN: r742 - components/common/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 11:25:13 -0500 (Fri, 20 Nov 2009)
New Revision: 742
Added:
components/common/tags/2.0.0-CR02/
Log:
[maven-scm] copy for tag 2.0.0-CR02
Copied: components/common/tags/2.0.0-CR02 (from rev 741, components/common/trunk)
15 years, 1 month
gatein SVN: r741 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 11:24:46 -0500 (Fri, 20 Nov 2009)
New Revision: 741
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.0-CR02
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
+++ components/common/trunk/common/pom.xml 2009-11-20 16:24:46 UTC (rev 741)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
+++ components/common/trunk/logging/pom.xml 2009-11-20 16:24:46 UTC (rev 741)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
+++ components/common/trunk/mc/pom.xml 2009-11-20 16:24:46 UTC (rev 741)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
+++ components/common/trunk/pom.xml 2009-11-20 16:24:46 UTC (rev 741)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
<packaging>pom</packaging>
<parent>
@@ -16,9 +16,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0....</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.0-CR02</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.0-CR02</url>
</scm>
<!-- Import dependency management configuration -->
15 years, 1 month
gatein SVN: r740 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 11:21:21 -0500 (Fri, 20 Nov 2009)
New Revision: 740
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
Trying to get back to something 'normal'
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
+++ components/common/trunk/common/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
+++ components/common/trunk/logging/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
+++ components/common/trunk/mc/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
+++ components/common/trunk/pom.xml 2009-11-20 16:21:21 UTC (rev 740)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -14,11 +14,11 @@
<artifactId>gatein-parent</artifactId>
<version>1.0.0-Beta04</version>
</parent>
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0....</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.0-CR02</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.0-CR02</url>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk</url>
</scm>
<!-- Import dependency management configuration -->
15 years, 1 month
gatein SVN: r739 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 11:02:06 -0500 (Fri, 20 Nov 2009)
New Revision: 739
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.0-CR02
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
+++ components/common/trunk/common/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-Beta02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-Beta02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
+++ components/common/trunk/logging/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-Beta02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
+++ components/common/trunk/mc/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-Beta02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-Beta02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
+++ components/common/trunk/pom.xml 2009-11-20 16:02:06 UTC (rev 739)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-Beta02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
<packaging>pom</packaging>
<parent>
15 years, 1 month
gatein SVN: r738 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 10:59:17 -0500 (Fri, 20 Nov 2009)
New Revision: 738
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
Maven release:prepare shoudn't be stopped ;)
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
+++ components/common/trunk/common/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-Beta02-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
+++ components/common/trunk/logging/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
+++ components/common/trunk/mc/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-Beta02-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
+++ components/common/trunk/pom.xml 2009-11-20 15:59:17 UTC (rev 738)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02</version>
+ <version>2.0.0-Beta02-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
15 years, 1 month
gatein SVN: r737 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 10:53:34 -0500 (Fri, 20 Nov 2009)
New Revision: 737
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
Using slf4j simple logger for tests
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
+++ components/common/trunk/common/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,13 +14,12 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.6</version>
+ <artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
+++ components/common/trunk/logging/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
+++ components/common/trunk/mc/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,13 +14,12 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.6</version>
+ <artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
+++ components/common/trunk/pom.xml 2009-11-20 15:53:34 UTC (rev 737)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR02-SNAPSHOT</version>
+ <version>2.0.0-CR02</version>
<packaging>pom</packaging>
<parent>
@@ -16,9 +16,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk/</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0....</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.0-CR02</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.0-CR02</url>
</scm>
<!-- Import dependency management configuration -->
15 years, 1 month
gatein SVN: r736 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 10:49:29 -0500 (Fri, 20 Nov 2009)
New Revision: 736
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
wrong padding
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2009-11-20 15:39:32 UTC (rev 735)
+++ components/common/trunk/common/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR2-SNAPSHOT</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR2-SNAPSHOT</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2009-11-20 15:39:32 UTC (rev 735)
+++ components/common/trunk/logging/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR2-SNAPSHOT</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2009-11-20 15:39:32 UTC (rev 735)
+++ components/common/trunk/mc/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR2-SNAPSHOT</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.0-CR2-SNAPSHOT</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-11-20 15:39:32 UTC (rev 735)
+++ components/common/trunk/pom.xml 2009-11-20 15:49:29 UTC (rev 736)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.0-CR2-SNAPSHOT</version>
+ <version>2.0.0-CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
- <version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
<type>pom</type>
<scope>import</scope>
</dependency>
15 years, 1 month
gatein SVN: r734 - tools/maven/dep/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-20 10:39:23 -0500 (Fri, 20 Nov 2009)
New Revision: 734
Added:
tools/maven/dep/tags/1.0.0-Beta03/
Log:
[maven-scm] copy for tag 1.0.0-Beta03
Copied: tools/maven/dep/tags/1.0.0-Beta03 (from rev 733, tools/maven/dep/trunk)
15 years, 1 month