You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2012/02/01 20:54:03 UTC

svn commit: r1239290 - in /abdera/abdera2: activities/pom.xml core/pom.xml examples/pom.xml ext/pom.xml security/pom.xml test/pom.xml

Author: jmsnell
Date: Wed Feb  1 19:54:02 2012
New Revision: 1239290

URL: http://svn.apache.org/viewvc?rev=1239290&view=rev
Log:
additional build tweaks n fixes

Modified:
    abdera/abdera2/activities/pom.xml
    abdera/abdera2/core/pom.xml
    abdera/abdera2/examples/pom.xml
    abdera/abdera2/ext/pom.xml
    abdera/abdera2/security/pom.xml
    abdera/abdera2/test/pom.xml

Modified: abdera/abdera2/activities/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/activities/pom.xml?rev=1239290&r1=1239289&r2=1239290&view=diff
==============================================================================
--- abdera/abdera2/activities/pom.xml (original)
+++ abdera/abdera2/activities/pom.xml Wed Feb  1 19:54:02 2012
@@ -26,6 +26,7 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>  
 
+<groupId>org.apache.abdera2</groupId>
   <artifactId>abdera2-activities</artifactId>
   <packaging>bundle</packaging>
   <name>Abdera2 Activities</name>

Modified: abdera/abdera2/core/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/core/pom.xml?rev=1239290&r1=1239289&r2=1239290&view=diff
==============================================================================
--- abdera/abdera2/core/pom.xml (original)
+++ abdera/abdera2/core/pom.xml Wed Feb  1 19:54:02 2012
@@ -26,6 +26,7 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>
   
+    <groupId>org.apache.abdera2</groupId>
   <artifactId>abdera2-core</artifactId>
   <packaging>bundle</packaging>
   <name>Abdera2 Core</name>

Modified: abdera/abdera2/examples/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/examples/pom.xml?rev=1239290&r1=1239289&r2=1239290&view=diff
==============================================================================
--- abdera/abdera2/examples/pom.xml (original)
+++ abdera/abdera2/examples/pom.xml Wed Feb  1 19:54:02 2012
@@ -5,6 +5,7 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>  
   <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.abdera2</groupId>
   <artifactId>abdera2-examples</artifactId>
   <packaging>jar</packaging>
   <name>Abdera2 Examples</name>
@@ -27,7 +28,7 @@
       <version>2.0-SNAPSHOT</version>  
     </dependency>
     <dependency>
-      <groupId>abdera2</groupId>
+      <groupId>org.apache.abdera2</groupId>
       <artifactId>abdera2-core</artifactId>
       <version>2.0-SNAPSHOT</version>
     </dependency>

Modified: abdera/abdera2/ext/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/ext/pom.xml?rev=1239290&r1=1239289&r2=1239290&view=diff
==============================================================================
--- abdera/abdera2/ext/pom.xml (original)
+++ abdera/abdera2/ext/pom.xml Wed Feb  1 19:54:02 2012
@@ -26,6 +26,7 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>  
 
+<groupId>org.apache.abdera2</groupId>
   <artifactId>abdera2-ext</artifactId>
   <packaging>bundle</packaging>
   <name>Abdera2 Extensions</name>

Modified: abdera/abdera2/security/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/security/pom.xml?rev=1239290&r1=1239289&r2=1239290&view=diff
==============================================================================
--- abdera/abdera2/security/pom.xml (original)
+++ abdera/abdera2/security/pom.xml Wed Feb  1 19:54:02 2012
@@ -26,6 +26,7 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>  
   
+  <groupId>org.apache.abdera2</groupId>
   <artifactId>abdera2-security</artifactId>
   <packaging>bundle</packaging>
   <name>Abdera2 Security</name>

Modified: abdera/abdera2/test/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/test/pom.xml?rev=1239290&r1=1239289&r2=1239290&view=diff
==============================================================================
--- abdera/abdera2/test/pom.xml (original)
+++ abdera/abdera2/test/pom.xml Wed Feb  1 19:54:02 2012
@@ -26,6 +26,7 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>  
 
+<groupId>org.apache.abdera2</groupId>
   <artifactId>abdera2-test</artifactId>
   <packaging>bundle</packaging>
   <name>Abdera2 Tests</name>