Author: felixk
Date: Tue Nov 22 05:54:34 2011
New Revision: 1204817

URL: http://svn.apache.org/viewvc?rev=1204817&view=rev
Log:
- Update to james-project 1.8
- Remove duplicates from parent
- Reformat

Modified:
    james/mailbox/trunk/api/pom.xml
    james/mailbox/trunk/guice/pom.xml
    james/mailbox/trunk/hbase/pom.xml
    james/mailbox/trunk/jcr/pom.xml
    james/mailbox/trunk/jpa/pom.xml
    james/mailbox/trunk/lucene/pom.xml
    james/mailbox/trunk/maildir/pom.xml
    james/mailbox/trunk/memory/pom.xml
    james/mailbox/trunk/pom.xml
    james/mailbox/trunk/spring/pom.xml
    james/mailbox/trunk/store/pom.xml
    james/mailbox/trunk/tool/pom.xml

Modified: james/mailbox/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/api/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/api/pom.xml (original)
+++ james/mailbox/trunk/api/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-api</artifactId>
 
     <name>Apache James Mailbox API</name>

Modified: james/mailbox/trunk/guice/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/guice/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/guice/pom.xml (original)
+++ james/mailbox/trunk/guice/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-guice</artifactId>
 
     <name>Apache James Mailbox Guice</name>

Modified: james/mailbox/trunk/hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/hbase/pom.xml (original)
+++ james/mailbox/trunk/hbase/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-hbase</artifactId>
 
     <name>Apache James HBase Mailbox</name>

Modified: james/mailbox/trunk/jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/jcr/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/jcr/pom.xml (original)
+++ james/mailbox/trunk/jcr/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-jcr</artifactId>
 
     <name>Apache James JCR Mailbox</name>

Modified: james/mailbox/trunk/jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/jpa/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/jpa/pom.xml (original)
+++ james/mailbox/trunk/jpa/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-jpa</artifactId>
 
     <name>Apache James JPA Mailbox</name>

Modified: james/mailbox/trunk/lucene/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/lucene/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/lucene/pom.xml (original)
+++ james/mailbox/trunk/lucene/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-lucene</artifactId>
 
     <name>Apache James Mailbox Lucene Index</name>

Modified: james/mailbox/trunk/maildir/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/maildir/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/maildir/pom.xml (original)
+++ james/mailbox/trunk/maildir/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-maildir</artifactId>
 
     <name>Apache James Maildir Mailbox</name>

Modified: james/mailbox/trunk/memory/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/memory/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/memory/pom.xml (original)
+++ james/mailbox/trunk/memory/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-memory</artifactId>
 
     <name>Apache James In Memory Mailbox</name>

Modified: james/mailbox/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Tue Nov 22 05:54:34 2011
@@ -26,11 +26,10 @@
     <parent>
         <artifactId>james-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.8-SNAPSHOT</version>
+        <version>1.8</version>
         <relativePath></relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox</artifactId>
     <version>0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
@@ -563,7 +562,6 @@
                     </instructions>
                 </configuration>
             </plugin>
-            
         </plugins>
     </build>
 

Modified: james/mailbox/trunk/spring/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/spring/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/spring/pom.xml (original)
+++ james/mailbox/trunk/spring/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-spring</artifactId>
 
     <name>Apache James Mailbox Spring</name>

Modified: james/mailbox/trunk/store/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/store/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/store/pom.xml (original)
+++ james/mailbox/trunk/store/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-store</artifactId>
 
     <name>Apache James Mailbox Store Framework</name>

Modified: james/mailbox/trunk/tool/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/tool/pom.xml?rev=1204817&r1=1204816&r2=1204817&view=diff
==============================================================================
--- james/mailbox/trunk/tool/pom.xml (original)
+++ james/mailbox/trunk/tool/pom.xml Tue Nov 22 05:54:34 2011
@@ -30,7 +30,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-james-mailbox-tool</artifactId>
 
     <name>Apache James Mailbox Tools</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to