[gatein-commits] gatein SVN: r2656 - in portal/branches/EPP_5_0_0_Branch_Docs: Enterprise_Portal_Platform_Reference_Guide and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 15 08:25:49 EDT 2010


Author: thomas.heute at jboss.com
Date: 2010-04-15 08:25:48 -0400 (Thu, 15 Apr 2010)
New Revision: 2656

Modified:
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/pom.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/pom.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/pom.xml
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/pom.xml
Log:
Changed groupId, artifactId, version to not replace what is provdided by GateIn

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/pom.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/pom.xml	2010-04-15 12:15:31 UTC (rev 2655)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/pom.xml	2010-04-15 12:25:48 UTC (rev 2656)
@@ -3,9 +3,9 @@
   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>
-	<groupId>dummy</groupId>
-	<artifactId>dummy</artifactId>
-	<version>0-SNAPSHOT</version>
+	<groupId>org.gatein.docs.dummy</groupId>
+	<artifactId>${docname}-${translation}</artifactId>
+	<version>1.0-SNAPSHOT</version>
 	<packaging>jdocbook</packaging>
 	<name>${bookname}-(${translation})</name>
 

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/pom.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/pom.xml	2010-04-15 12:15:31 UTC (rev 2655)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/pom.xml	2010-04-15 12:25:48 UTC (rev 2656)
@@ -3,9 +3,9 @@
   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>
-	<groupId>org.jboss.project</groupId>
+	<groupId>org.gatein.docs.dummy</groupId>
 	<artifactId>${docname}-${translation}</artifactId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
 	<packaging>jdocbook</packaging>
 	<name>${bookname}-(${translation})</name>
 

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/pom.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/pom.xml	2010-04-15 12:15:31 UTC (rev 2655)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/pom.xml	2010-04-15 12:25:48 UTC (rev 2656)
@@ -3,9 +3,9 @@
   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>
-	<groupId>org.jboss.project</groupId>
+	<groupId>org.gatein.docs.dummy</groupId>
 	<artifactId>${docname}-${translation}</artifactId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
 	<packaging>jdocbook</packaging>
 	<name>${bookname}-(${translation})</name>
 

Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/pom.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/pom.xml	2010-04-15 12:15:31 UTC (rev 2655)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/pom.xml	2010-04-15 12:25:48 UTC (rev 2656)
@@ -3,9 +3,9 @@
   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>
-	<groupId>org.exoplatform.portal</groupId>
-	<artifactId>exo.portal.parent</artifactId>
-	<version>3.0.1-GA-SNAPSHOT</version>
+	<groupId>org.gatein.docs.dummy</groupId>
+	<artifactId>${docname}-${translation}</artifactId>
+	<version>1.0-SNAPSHOT</version>
 	<packaging>jdocbook</packaging>
 	<name>${bookname}-(${translation})</name>
 



More information about the gatein-commits mailing list