[jboss-cvs] Picketlink SVN: r368 - in idm/branches/1.1.0: assembly and 13 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 10 12:18:36 EDT 2010


Author: bdaw
Date: 2010-08-10 12:18:35 -0400 (Tue, 10 Aug 2010)
New Revision: 368

Modified:
   idm/branches/1.1.0/assembly/pom.xml
   idm/branches/1.1.0/integration/deployer/pom.xml
   idm/branches/1.1.0/integration/jboss5/pom.xml
   idm/branches/1.1.0/integration/pom.xml
   idm/branches/1.1.0/parent/pom.xml
   idm/branches/1.1.0/picketlink-idm-api/pom.xml
   idm/branches/1.1.0/picketlink-idm-auth/pom.xml
   idm/branches/1.1.0/picketlink-idm-cache/pom.xml
   idm/branches/1.1.0/picketlink-idm-common/pom.xml
   idm/branches/1.1.0/picketlink-idm-core/pom.xml
   idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml
   idm/branches/1.1.0/picketlink-idm-ldap/pom.xml
   idm/branches/1.1.0/picketlink-idm-spi/pom.xml
   idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml
   idm/branches/1.1.0/pom.xml
Log:
- cleanup poms

Modified: idm/branches/1.1.0/assembly/pom.xml
===================================================================
--- idm/branches/1.1.0/assembly/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/assembly/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -4,7 +4,6 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm</artifactId>
-   <version>1.1.5.CR02-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>PicketLink IDM Assembly </name>
 	
@@ -19,7 +18,6 @@
       <hibernate-commons-annotations>3.1.0.GA</hibernate-commons-annotations>
       <hibernate-tools-version>3.2.0.ga</hibernate-tools-version>
       <hsqldb-version>1.8.0.7</hsqldb-version>
-      <idm.version>${project.version}</idm.version>
       <apache.ant.version>1.7.0</apache.ant.version>
       <mysql.connector.version>5.0.8</mysql.connector.version>
       <postgresql.version>8.3-603.jdbc3</postgresql.version>
@@ -31,56 +29,56 @@
       <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-api</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
        <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-common</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
        <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-spi</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
        <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-core</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-hibernate</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-ldap</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.picketlink.idm</groupId>
          <artifactId>picketlink-idm-cache</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.picketlink.idm.integration</groupId>
          <artifactId>picketlink-idm-jboss5</artifactId>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.picketlink.idm.integration</groupId>
          <artifactId>picketlink-idm-jboss5-deployer</artifactId>
          <classifier>config</classifier>
          <type>zip</type>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.picketlink.idm.integration</groupId>
          <artifactId>picketlink-idm-jboss5-deployer</artifactId>
          <classifier>deployer</classifier>
          <type>zip</type>
-         <version>${idm.version}</version>
+         <version>${project.version}</version>
       </dependency>
                
       <dependency>

Modified: idm/branches/1.1.0/integration/deployer/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/deployer/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/integration/deployer/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -4,12 +4,9 @@
 
    <name>PicketLink IDM Integration JBoss5 deployer</name>
    <description>PicketLink IDM JBoss5 deployer</description>
-
    <groupId>org.picketlink.idm.integration</groupId>
    <artifactId>picketlink-idm-jboss5-deployer</artifactId>
    <packaging>jar</packaging>
-   <version>1.1.5.CR02-SNAPSHOT</version>
-  
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-integration</artifactId>

Modified: idm/branches/1.1.0/integration/jboss5/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/jboss5/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/integration/jboss5/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -4,12 +4,9 @@
 
    <name>PicketLink IDM Integration JBoss5</name>
    <description>PicketLink IDM JBoss5</description>
-
    <groupId>org.picketlink.idm.integration</groupId>
    <artifactId>picketlink-idm-jboss5</artifactId>
    <packaging>jar</packaging>
-   <version>1.1.5.CR02-SNAPSHOT</version>
-  
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-integration</artifactId>

Modified: idm/branches/1.1.0/integration/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/integration/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -4,7 +4,6 @@
 
    <name>PicketLink IDM Integration</name>
    <description>PicketLink IDM Integration</description>
-
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm-integration</artifactId>
    <packaging>pom</packaging>
@@ -19,7 +18,7 @@
 
    <modules>
       <module>jboss5</module>
-	  <module>deployer</module>
+	    <module>deployer</module>
    </modules>
 
    <!-- Plugins -->

Modified: idm/branches/1.1.0/parent/pom.xml
===================================================================
--- idm/branches/1.1.0/parent/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/parent/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -22,20 +22,10 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/idm/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossidentity/idm/trunk</developerConnection>
-   </scm>
   
    <build>
       <plugins>
          <plugin>
-            <artifactId>maven-release-plugin</artifactId>
-            <configuration>
-               <tagBase>https://svn.jboss.org/repos/jbossidentity/tags</tagBase>
-            </configuration>
-         </plugin>
-         <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
                <source>1.5</source>

Modified: idm/branches/1.1.0/picketlink-idm-api/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-api/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-api/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
    <dependencies>
       <dependency>
          <groupId>org.picketlink.idm</groupId>

Modified: idm/branches/1.1.0/picketlink-idm-auth/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-auth/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-auth/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
    <dependencies>
       <dependency>
          <groupId>org.picketlink.idm</groupId>

Modified: idm/branches/1.1.0/picketlink-idm-cache/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-cache/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-cache/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
 
    <dependencies>
       <dependency>

Modified: idm/branches/1.1.0/picketlink-idm-common/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-common/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-common/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,7 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/idm/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/idm/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/idm/trunk</url>
-   </scm>
+
    <dependencies>
 
       <dependency>

Modified: idm/branches/1.1.0/picketlink-idm-core/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-core/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-core/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
 
    <dependencies>
       <dependency>

Modified: idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
 
    <dependencies>
       <dependency>

Modified: idm/branches/1.1.0/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-ldap/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-ldap/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
 
    <dependencies>
       <dependency>

Modified: idm/branches/1.1.0/picketlink-idm-spi/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-spi/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-spi/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,7 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
+
    <dependencies>
       <dependency>
          <groupId>org.picketlink.idm</groupId>

Modified: idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -21,11 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/jbossidentity/trunk</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossidentity/trunk</url>
-   </scm>
 
    <dependencies>
       <dependency>

Modified: idm/branches/1.1.0/pom.xml
===================================================================
--- idm/branches/1.1.0/pom.xml	2010-08-10 15:52:01 UTC (rev 367)
+++ idm/branches/1.1.0/pom.xml	2010-08-10 16:18:35 UTC (rev 368)
@@ -14,6 +14,11 @@
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
    <description></description>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/branches/1.1.0</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/branches/1.1.0</developerConnection>
+   </scm>
+
    <profiles>
       <profile>
          <id>default</id>
@@ -36,6 +41,15 @@
          </modules>
       </profile>
       <profile>
+         <id>all</id>
+         <modules>
+            <module>example/simple</module>
+            <module>example/auth</module>
+            <module>example/auth-simple</module>
+            <module>assembly</module>
+         </modules>
+      </profile>
+      <profile>
          <id>examples</id>
          <modules>
             <module>example/simple</module>



More information about the jboss-cvs-commits mailing list