Author: anil.saldhana(a)jboss.com
Date: 2009-06-02 17:39:22 -0400 (Tue, 02 Jun 2009)
New Revision: 563
Modified:
consolidated-build/trunk/identity-build-jbas/pom.xml
consolidated-build/trunk/identity-build-tomcat/pom.xml
consolidated-build/trunk/parent/pom.xml
consolidated-build/trunk/pom.xml
Log:
fix build
Modified: consolidated-build/trunk/identity-build-jbas/pom.xml
===================================================================
--- consolidated-build/trunk/identity-build-jbas/pom.xml 2009-06-02 21:24:03 UTC (rev
562)
+++ consolidated-build/trunk/identity-build-jbas/pom.xml 2009-06-02 21:39:22 UTC (rev
563)
@@ -1,16 +1,16 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.identity</groupId>
- <artifactId>jboss-identity-platform-parent</artifactId>
+ <artifactId>jboss-identity-build-parent</artifactId>
<version>1.0.0.alpha2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-identity-platform-jbas</artifactId>
+ <artifactId>jboss-identity-build-jbas</artifactId>
<packaging>pom</packaging>
- <name>JBoss Identity Platform to run on JBoss AS</name>
+ <name>JBoss Identity build to run on JBoss AS</name>
<
url>http://labs.jboss.org/portal/jbossidentity/</url>
- <description>JBoss Identity Platform provides a collection of individual
projects as a unified solution.</description>
+ <description>JBoss Identity build provides a collection of individual projects
as a unified solution.</description>
<licenses>
<license>
<name>lgpl</name>
@@ -75,7 +75,7 @@
</plugins>
</build>
<properties>
- <idm>1.0.0.Alpha2</idm>
+ <idm>1.0.0.Alpha6</idm>
<idfed>1.0.0.alpha2</idfed>
<xacml>1.0.0.alpha2</xacml>
</properties>
Modified: consolidated-build/trunk/identity-build-tomcat/pom.xml
===================================================================
--- consolidated-build/trunk/identity-build-tomcat/pom.xml 2009-06-02 21:24:03 UTC (rev
562)
+++ consolidated-build/trunk/identity-build-tomcat/pom.xml 2009-06-02 21:39:22 UTC (rev
563)
@@ -1,16 +1,16 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.identity</groupId>
- <artifactId>jboss-identity-platform-parent</artifactId>
+ <artifactId>jboss-identity-build-parent</artifactId>
<version>1.0.0.alpha2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-identity-platform-tomcat</artifactId>
+ <artifactId>jboss-identity-build-tomcat</artifactId>
<packaging>pom</packaging>
- <name>JBoss Identity Platform to run on Tomcat</name>
+ <name>JBoss Identity build to run on Tomcat</name>
<
url>http://labs.jboss.org/portal/jbossidentity/</url>
- <description>JBoss Identity Platform provides a collection of individual
projects as a unified solution.</description>
+ <description>JBoss Identity build provides a collection of individual projects
as a unified solution.</description>
<licenses>
<license>
<name>lgpl</name>
@@ -75,7 +75,7 @@
</plugins>
</build>
<properties>
- <idm>1.0.0.Alpha2</idm>
+ <idm>1.0.0.Alpha6</idm>
<idfed>1.0.0.alpha2</idfed>
<xacml>1.0.0.alpha2</xacml>
</properties>
Modified: consolidated-build/trunk/parent/pom.xml
===================================================================
--- consolidated-build/trunk/parent/pom.xml 2009-06-02 21:24:03 UTC (rev 562)
+++ consolidated-build/trunk/parent/pom.xml 2009-06-02 21:39:22 UTC (rev 563)
@@ -6,10 +6,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.identity</groupId>
- <artifactId>jboss-identity-platform-parent</artifactId>
+ <artifactId>jboss-identity-build-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0.alpha2-SNAPSHOT</version>
- <name>JBoss Identity platform- Parent</name>
+ <name>JBoss Identity build- Parent</name>
<
url>http://labs.jboss.org/portal/jbossidentity/</url>
<description>JBoss Identity is a cross-cutting project that handles identity
needs for the JEMS projects</description>
<licenses>
@@ -23,8 +23,8 @@
<url>http://www.jboss.org</url>
</organization>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/platfo...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossidentity/...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/consol...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossidentity/...
</scm>
<build>
@@ -32,7 +32,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
-
<
tagBase>https://svn.jboss.org/repos/jbossidentity/platform-build/tags&...
+
<
tagBase>https://svn.jboss.org/repos/jbossidentity/consolidated-build/t...
</configuration>
</plugin>
</plugins>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbossxacml</artifactId>
- <version>2.0.3.CR1</version>
+ <version>2.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Modified: consolidated-build/trunk/pom.xml
===================================================================
--- consolidated-build/trunk/pom.xml 2009-06-02 21:24:03 UTC (rev 562)
+++ consolidated-build/trunk/pom.xml 2009-06-02 21:39:22 UTC (rev 563)
@@ -1,21 +1,21 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.identity</groupId>
- <artifactId>jboss-identity-platform-parent</artifactId>
+ <artifactId>jboss-identity-build-parent</artifactId>
<version>1.0.0.alpha2-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.identity</groupId>
- <artifactId>jboss-identity-platform-pom</artifactId>
+ <artifactId>jboss-identity-consolidated-pom</artifactId>
<packaging>pom</packaging>
- <name>JBoss Identity Platform- Aggregator</name>
+ <name>JBoss Identity consolidated- Aggregator</name>
<
url>http://labs.jboss.org/portal/jbossidentity/</url>
<description>JBoss Identity Platform is the identity project for JEMS
projects</description>
<modules>
<module>parent</module>
- <module>identity-platform-tomcat</module>
- <module>identity-platform-jbas</module>
+ <module>identity-build-tomcat</module>
+ <module>identity-build-jbas</module>
</modules>
</project>