Author: bdaw
Date: 2012-02-05 16:04:21 -0500 (Sun, 05 Feb 2012)
New Revision: 8405
Modified:
portal/trunk/docs/pom.xml
portal/trunk/docs/reference-guide/pom.xml
portal/trunk/docs/user-guide/pom.xml
portal/trunk/pom.xml
Log:
Filter out chromattic.testgenerator.jar and update docs version
Modified: portal/trunk/docs/pom.xml
===================================================================
--- portal/trunk/docs/pom.xml 2012-02-04 00:44:31 UTC (rev 8404)
+++ portal/trunk/docs/pom.xml 2012-02-05 21:04:21 UTC (rev 8405)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-M01</version>
+ <version>3.2.0-CR01</version>
</parent>
<groupId>org.gatein.doc</groupId>
Modified: portal/trunk/docs/reference-guide/pom.xml
===================================================================
--- portal/trunk/docs/reference-guide/pom.xml 2012-02-04 00:44:31 UTC (rev 8404)
+++ portal/trunk/docs/reference-guide/pom.xml 2012-02-05 21:04:21 UTC (rev 8405)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.doc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>3.2.0-M01</version>
+ <version>3.2.0-CR01</version>
</parent>
<groupId>org.gatein.doc</groupId>
Modified: portal/trunk/docs/user-guide/pom.xml
===================================================================
--- portal/trunk/docs/user-guide/pom.xml 2012-02-04 00:44:31 UTC (rev 8404)
+++ portal/trunk/docs/user-guide/pom.xml 2012-02-05 21:04:21 UTC (rev 8405)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.doc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>3.2.0-M01</version>
+ <version>3.2.0-CR01</version>
</parent>
<artifactId>gatein-user-guide-en</artifactId>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2012-02-04 00:44:31 UTC (rev 8404)
+++ portal/trunk/pom.xml 2012-02-05 21:04:21 UTC (rev 8405)
@@ -318,6 +318,12 @@
<groupId>org.gatein.mop</groupId>
<artifactId>mop-core</artifactId>
<version>${org.gatein.mop.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.testgenerator</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Gatein Mgmt -->
<dependency>
@@ -630,6 +636,12 @@
<artifactId>chromattic.apt</artifactId>
<version>${version.chromattic}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.testgenerator</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.chromattic</groupId>
@@ -667,6 +679,12 @@
<groupId>org.chromattic</groupId>
<artifactId>chromattic.metamodel</artifactId>
<version>${version.chromattic}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.testgenerator</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Picketlink -->
Show replies by date