You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/02/21 12:20:13 UTC

svn commit: r1291709 - in /incubator/syncope/trunk: ./ archetype/ archetype/src/main/resources/archetype-resources/ archetype/src/main/resources/archetype-resources/console/ archetype/src/main/resources/archetype-resources/core/ build-tools/ client/ co...

Author: ilgrosso
Date: Tue Feb 21 11:20:12 2012
New Revision: 1291709

URL: http://svn.apache.org/viewvc?rev=1291709&view=rev
Log:
Updating some basic information in POM files; moving artifacts from org.syncope to org.apache.syncope

Modified:
    incubator/syncope/trunk/archetype/pom.xml
    incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml
    incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml
    incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/pom.xml
    incubator/syncope/trunk/build-tools/pom.xml
    incubator/syncope/trunk/client/pom.xml
    incubator/syncope/trunk/console/pom.xml
    incubator/syncope/trunk/core/pom.xml
    incubator/syncope/trunk/hibernate-enhancer/pom.xml
    incubator/syncope/trunk/parent/pom.xml
    incubator/syncope/trunk/pom.xml
    incubator/syncope/trunk/quality/pom.xml

Modified: incubator/syncope/trunk/archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/pom.xml (original)
+++ incubator/syncope/trunk/archetype/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,17 +17,17 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <name>Syncope Archetype</name>
     <description>Syncope Archetype</description>
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-archetype</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <properties>
@@ -128,10 +128,9 @@
                 <inherited>true</inherited>
                 <dependencies>
                     <dependency>
-                        <groupId>org.syncope</groupId>
+                        <groupId>org.apache.syncope</groupId>
                         <artifactId>syncope-build-tools</artifactId>
                         <version>${project.parent.version}</version>
-                        <classifier>classes</classifier>
                     </dependency>
                 </dependencies>
             </plugin>
@@ -141,10 +140,9 @@
                 <inherited>true</inherited>
                 <dependencies>
                     <dependency>
-                        <groupId>org.syncope</groupId>
+                        <groupId>org.apache.syncope</groupId>
                         <artifactId>syncope-build-tools</artifactId>
                         <version>${project.parent.version}</version>
-                        <classifier>classes</classifier>
                     </dependency>
                 </dependencies>
             </plugin>
@@ -156,7 +154,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <configLocation>org/syncope/checkstyle.xml</configLocation>
                     <targetJdk>${targetJdk}</targetJdk>
@@ -165,7 +163,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <configuration>
                     <rulesets>
                         <ruleset>org/syncope/pmd.xml</ruleset>

Modified: incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml (original)
+++ incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml Tue Feb 21 11:20:12 2012
@@ -33,16 +33,16 @@
         </dependency>
 
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-client</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-console</artifactId>
             <type>war</type>
         </dependency>
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-console</artifactId>
             <classifier>classes</classifier>
         </dependency>
@@ -92,7 +92,7 @@
         </dependency>
         
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-build-tools</artifactId>
             <type>war</type>
             <scope>test</scope>

Modified: incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml (original)
+++ incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,16 +17,16 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-client</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-core</artifactId>
             <type>war</type>
         </dependency>
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-core</artifactId>
             <classifier>classes</classifier>
         </dependency>
@@ -107,7 +107,7 @@
         </dependency>
             
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-build-tools</artifactId>
             <type>war</type>
             <scope>test</scope>

Modified: incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/pom.xml Tue Feb 21 11:20:12 2012
@@ -7,7 +7,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
@@ -25,26 +25,26 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.syncope</groupId>
+                <groupId>org.apache.syncope</groupId>
                 <artifactId>syncope-client</artifactId>
                 <version>${syncope.version}</version>
             </dependency> 
 
             <dependency>
-                <groupId>org.syncope</groupId>
+                <groupId>org.apache.syncope</groupId>
                 <artifactId>syncope-build-tools</artifactId>
                 <version>${syncope.version}</version>
                 <type>war</type>
             </dependency> 
             
             <dependency>
-                <groupId>org.syncope</groupId>
+                <groupId>org.apache.syncope</groupId>
                 <artifactId>syncope-core</artifactId>
                 <version>${syncope.version}</version>
                 <type>war</type>
             </dependency> 
             <dependency>
-                <groupId>org.syncope</groupId>
+                <groupId>org.apache.syncope</groupId>
                 <artifactId>syncope-core</artifactId>
                 <version>${syncope.version}</version>
                 <classifier>classes</classifier>
@@ -52,13 +52,13 @@
             </dependency> 
 
             <dependency>
-                <groupId>org.syncope</groupId>
+                <groupId>org.apache.syncope</groupId>
                 <artifactId>syncope-console</artifactId>
                 <version>${syncope.version}</version>
                 <type>war</type>
             </dependency> 
             <dependency>
-                <groupId>org.syncope</groupId>
+                <groupId>org.apache.syncope</groupId>
                 <artifactId>syncope-console</artifactId>
                 <version>${syncope.version}</version>
                 <classifier>classes</classifier>

Modified: incubator/syncope/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/build-tools/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/build-tools/pom.xml (original)
+++ incubator/syncope/trunk/build-tools/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,15 +17,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Build Tools</name>
-    <description>Syncope Build Tools</description>
-    <groupId>org.syncope</groupId>
+    <name>Apache Syncope Build Tools</name>
+    <description>Apache Syncope Build Tools</description>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-build-tools</artifactId>
     <packaging>war</packaging>
     
@@ -146,7 +146,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <configLocation>org/syncope/checkstyle.xml</configLocation>
                     <targetJdk>${targetJdk}</targetJdk>
@@ -155,7 +155,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <configuration>
                     <rulesets>
                         <ruleset>org/syncope/pmd.xml</ruleset>

Modified: incubator/syncope/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/client/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/client/pom.xml (original)
+++ incubator/syncope/trunk/client/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,15 +17,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Client</name>
-    <description>Syncope Client</description>
-    <groupId>org.syncope</groupId>
+    <name>Apache Syncope Client</name>
+    <description>Apache Syncope Client</description>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
     <packaging>jar</packaging>
 
@@ -73,7 +73,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <configLocation>org/syncope/checkstyle.xml</configLocation>
                     <targetJdk>${targetJdk}</targetJdk>
@@ -82,7 +82,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <configuration>
                     <rulesets>
                         <ruleset>org/syncope/pmd.xml</ruleset>

Modified: incubator/syncope/trunk/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/console/pom.xml (original)
+++ incubator/syncope/trunk/console/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,23 +17,23 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Console</name>
-    <description>Syncope Console</description>
+    <name>Apache Syncope Console</name>
+    <description>Apache Syncope Console</description>
     
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-console</artifactId>
     <packaging>war</packaging>
 
     <dependencies>
 
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-client</artifactId>
             <version>${project.version}</version>
         </dependency>
@@ -123,7 +123,7 @@
         
         <!-- TEST -->
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-build-tools</artifactId>
             <version>${project.version}</version>
             <type>war</type>
@@ -326,7 +326,7 @@
                                 </properties>
                             </deployable>
                             <deployable>
-                                <groupId>org.syncope</groupId>
+                                <groupId>org.apache.syncope</groupId>
                                 <artifactId>syncope-build-tools</artifactId>
                                 <type>war</type>                                
                                 <properties>
@@ -482,7 +482,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <configLocation>org/syncope/checkstyle.xml</configLocation>
                     <targetJdk>${targetJdk}</targetJdk>
@@ -491,7 +491,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <configuration>
                     <rulesets>
                         <ruleset>org/syncope/pmd.xml</ruleset>

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,16 +17,16 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Core</name>
-    <description>Syncope Core</description>
+    <name>Apache Syncope Core</name>
+    <description>Apache Syncope Core</description>
     
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
     <packaging>war</packaging>
 
@@ -40,7 +40,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-client</artifactId>
             <version>${project.version}</version>
         </dependency>
@@ -234,7 +234,7 @@
 
         <!-- TEST -->
         <dependency>
-            <groupId>org.syncope</groupId>
+            <groupId>org.apache.syncope</groupId>
             <artifactId>syncope-build-tools</artifactId>
             <version>${project.version}</version>
             <type>war</type>
@@ -531,7 +531,7 @@
                                 </properties>
                             </deployable>
                             <deployable>
-                                <groupId>org.syncope</groupId>
+                                <groupId>org.apache.syncope</groupId>
                                 <artifactId>syncope-build-tools</artifactId>
                                 <type>war</type>                                
                                 <properties>
@@ -989,7 +989,7 @@
 
             <dependencies>
                 <dependency>
-                    <groupId>org.syncope</groupId>
+                    <groupId>org.apache.syncope</groupId>
                     <artifactId>syncope-hibernate-enhancer</artifactId>
                     <version>${project.version}</version>
                     <scope>provided</scope>
@@ -1172,7 +1172,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <configLocation>org/syncope/checkstyle.xml</configLocation>
                     <targetJdk>${targetJdk}</targetJdk>
@@ -1181,7 +1181,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <configuration>
                     <rulesets>
                         <ruleset>org/syncope/pmd.xml</ruleset>

Modified: incubator/syncope/trunk/hibernate-enhancer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/hibernate-enhancer/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/hibernate-enhancer/pom.xml (original)
+++ incubator/syncope/trunk/hibernate-enhancer/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,15 +17,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Hibernate enhancer</name>
+    <name>Apache Syncope Hibernate enhancer</name>
     <description>When using Hibernate as JPA provider, enhance entities.</description>
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-hibernate-enhancer</artifactId>
 
     <dependencies>
@@ -51,7 +51,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     <configLocation>org/syncope/checkstyle.xml</configLocation>
                     <targetJdk>${targetJdk}</targetJdk>
@@ -60,7 +60,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <configuration>
                     <rulesets>
                         <ruleset>org/syncope/pmd.xml</ruleset>

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Tue Feb 21 11:20:12 2012
@@ -16,19 +16,18 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <name>Syncope Parent</name>
-    <description>Syncope parent POM</description>
+    <name>Apache Syncope Parent</name>
+    <description>Apache Syncope parent POM</description>
 
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <!-- maven repository on sonatype -->
     <parent>
-        <groupId>org.sonatype.oss</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>7</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>10</version>
         <relativePath/>
     </parent>
 
@@ -45,31 +44,53 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/trunk</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/trunk</developerConnection>
-        <url>http://syncope.googlecode.com/svn/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk</developerConnection>
+        <url>https://svn.apache.org/repos/asf/incubator/syncope/trunk</url>
     </scm>
 
     <issueManagement>
-        <system>Google Code</system>
-        <url>http://code.google.com/p/syncope/issues/</url>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/browse/SYNCOPE</url>
     </issueManagement>
-    
+
     <ciManagement>
         <system>Jenkins</system>
-        <url>http://jenkins.syncope-idm.org/</url>
+        <url>https://builds.apache.org/job/Syncope-trunk/</url>
     </ciManagement>
 
     <mailingLists>
         <mailingList>
-            <name>syncope-dev</name>
-            <post>syncope-dev@googlegroups.com</post>
-            <archive>http://groups.google.com/group/syncope-dev</archive>
+            <name>Syncope User List</name>
+            <subscribe>syncope-user-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>syncope-user-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>syncope-user@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-syncope-user/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/search/+list:org.apache.incubator.syncope-user</otherArchive>
+                <otherArchive>http://syncope-user.1051894.n5.nabble.com/</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Syncope Developer List</name>
+            <subscribe>syncope-dev-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>syncope-dev-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>syncope-dev@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-syncope-dev/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/search/+list:org.apache.incubator.syncope-dev</otherArchive>
+                <otherArchive>http://syncope-dev.1063484.n5.nabble.com/</otherArchive>
+            </otherArchives>
         </mailingList>
         <mailingList>
-            <name>syncope-users</name>
-            <post>syncope-users@googlegroups.com</post>
-            <archive>http://groups.google.com/group/syncope-users</archive>
+            <name>Syncope Commits List</name>
+            <subscribe>syncope-commits-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>syncope-commits-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>syncope-commits@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-syncope-commits/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/search/+list:org.apache.incubator.syncope-commits</otherArchive>
+            </otherArchives>
         </mailingList>
     </mailingLists>
     
@@ -92,6 +113,7 @@
             <roles>
                 <role>PPMC member</role>
             </roles>
+            <url>http://people.apache.org/~fmartelli/</url>
         </developer>
         <developer>
             <id>mdisabatino</id>
@@ -101,12 +123,10 @@
             <roles>
                 <role>PPMC member</role>
             </roles>
-        </developer>        
-    </developers>
-    
-    <contributors>
-        <contributor>
-	    <id>massi</id>
+            <url>http://people.apache.org/~mdisabatino/</url>
+        </developer>    
+        <developer>
+            <id>massi</id>
             <name>Massimiliano Perrone</name>            
             <organization>Tirasa</organization>
             <organizationUrl>http://www.tirasa.net/</organizationUrl>
@@ -114,14 +134,8 @@
                 <role>PPMC member</role>
             </roles>
             <url>http://people.apache.org/~massi/</url>
-        </contributor>
-        <contributor>
-            <name>Geert Van der Ploeg</name>
-        </contributor>
-        <contributor>
-            <name>Simone Tripodi</name>
-        </contributor>
-    </contributors>
+        </developer>
+    </developers>
 
     <prerequisites>
         <maven>[3.0.3,)</maven>
@@ -150,7 +164,8 @@
 
         <activiti.version>5.8</activiti.version>
 
-        <spring.version>3.1.0.RELEASE</spring.version>
+        <spring.version>3.1.1.RELEASE</spring.version>
+        <spring-security.version>3.1.0.RELEASE</spring-security.version>
         <aspectj.version>1.6.12</aspectj.version>
         <jackson.version>1.9.4</jackson.version>
         <xstream.version>1.4.2</xstream.version>
@@ -163,9 +178,9 @@
 
         <wicket.version>1.5.4</wicket.version>
 
-        <groovy.version>1.8.5</groovy.version>
+        <groovy.version>1.8.6</groovy.version>
 
-        <h2.version>1.3.163</h2.version>
+        <h2.version>1.3.164</h2.version>
 
         <logback.version>1.0.0</logback.version>
         <slf4j.version>1.6.4</slf4j.version>
@@ -363,17 +378,17 @@
             <dependency>
                 <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-core</artifactId>
-                <version>${spring.version}</version>
+                <version>${spring-security.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-web</artifactId>
-                <version>${spring.version}</version>
+                <version>${spring-security.version}</version>            
             </dependency>
             <dependency>
                 <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-config</artifactId>
-                <version>${spring.version}</version>
+                <version>${spring-security.version}</version>            
             </dependency>
             <!-- /Spring -->
 
@@ -578,15 +593,6 @@
             <url>http://maven.alfresco.com/nexus/content/repositories/activiti</url>
         </repository>
 
-        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-
     </repositories>
     
     <pluginRepositories>
@@ -671,7 +677,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.11</version>
+                    <version>2.12</version>
                     <configuration>
                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     </configuration>
@@ -679,7 +685,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1.1</version>
+                    <version>2.2</version>
                     <configuration>
                         <attachClasses>true</attachClasses>
                         <webResources>
@@ -701,7 +707,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
-                    <version>2.11</version>
+                    <version>2.12</version>
                     <configuration>
                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
                         <encoding>utf-8</encoding>
@@ -808,7 +814,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.8</version>
+                <inherited>true</inherited>
                 <configuration>
                     <excludes>
                         <exclude>nbactions.xml</exclude>
@@ -833,10 +839,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <dependencies>    
                     <dependency>
-                        <groupId>org.syncope</groupId>
+                        <groupId>org.apache.syncope</groupId>
                         <artifactId>syncope-quality</artifactId>
                         <version>${project.version}</version>
                     </dependency>
@@ -845,10 +851,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7.1</version>
                 <dependencies>    
                     <dependency>
-                        <groupId>org.syncope</groupId>
+                        <groupId>org.apache.syncope</groupId>
                         <artifactId>syncope-quality</artifactId>
                         <version>${project.version}</version>
                     </dependency>
@@ -883,12 +889,12 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-javadoc-plugin</artifactId>
-                            <version>2.8</version>
+                            <version>2.9</version>
                         </plugin>
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-pmd-plugin</artifactId>
-                            <version>2.6</version>
+                            <version>2.7.1</version>
                             <configuration>
                                 <targetJdk>${targetJdk}</targetJdk>
                                 <rulesets>
@@ -903,7 +909,7 @@
                         <plugin>
                             <groupId>org.codehaus.mojo</groupId>
                             <artifactId>findbugs-maven-plugin</artifactId>
-                            <version>2.3.2</version>
+                            <version>2.4.0</version>
                             <configuration>
                                 <findbugsXmlOutput>true</findbugsXmlOutput>
                                 <findbugsXmlWithMessages>true</findbugsXmlWithMessages>

Modified: incubator/syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/pom.xml (original)
+++ incubator/syncope/trunk/pom.xml Tue Feb 21 11:20:12 2012
@@ -16,12 +16,12 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <name>Syncope Root</name>
+    <name>Apache Syncope Root</name>
     <description>Syncope root POM</description>
     
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-root</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <build>

Modified: incubator/syncope/trunk/quality/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/quality/pom.xml?rev=1291709&r1=1291708&r2=1291709&view=diff
==============================================================================
--- incubator/syncope/trunk/quality/pom.xml (original)
+++ incubator/syncope/trunk/quality/pom.xml Tue Feb 21 11:20:12 2012
@@ -17,15 +17,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.syncope</groupId>
+        <groupId>org.apache.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Quality</name>
+    <name>Apache Syncope Quality</name>
     <description>Configuration for widely used quality enforcement plugins: pmd, checkstyle, findbugs...</description>
-    <groupId>org.syncope</groupId>
+    <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-quality</artifactId>
     
 </project>