Author: anil.saldhana(a)jboss.com
Date: 2009-02-23 13:58:27 -0500 (Mon, 23 Feb 2009)
New Revision: 345
Modified:
identity-doc/trunk/DeveloperGuide/pom.xml
identity-doc/trunk/UserGuide/pom.xml
Log:
update parent
Modified: identity-doc/trunk/DeveloperGuide/pom.xml
===================================================================
--- identity-doc/trunk/DeveloperGuide/pom.xml 2009-02-23 18:54:23 UTC (rev 344)
+++ identity-doc/trunk/DeveloperGuide/pom.xml 2009-02-23 18:58:27 UTC (rev 345)
@@ -1,6 +1,11 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <groupId>org.jboss.identity</groupId>
+ <artifactId>jboss-identity-doc-parent</artifactId>
+ <version>1.0.0.alpha1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.identity.federation</groupId>
<artifactId>Developer-Guide-${translation}</artifactId>
<version>1.0.0.alpha1-SNAPSHOT</version>
<packaging>jdocbook</packaging>
Modified: identity-doc/trunk/UserGuide/pom.xml
===================================================================
--- identity-doc/trunk/UserGuide/pom.xml 2009-02-23 18:54:23 UTC (rev 344)
+++ identity-doc/trunk/UserGuide/pom.xml 2009-02-23 18:58:27 UTC (rev 345)
@@ -1,7 +1,13 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <groupId>org.jboss.identity</groupId>
+ <artifactId>jboss-identity-doc-parent</artifactId>
+ <version>1.0.0.alpha1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.identity.federation</groupId>
<artifactId>User-Guide-${translation}</artifactId>
<version>1.0.0.alpha1-SNAPSHOT</version>
<packaging>jdocbook</packaging>