Author: [email protected]
Date: Wed Apr 20 17:53:20 2011
New Revision: 1011

Log:
AMDATU-117 to new artifact naming scheme

Modified:
   trunk/amdatu-libraries/fsstorage/pom.xml
   trunk/amdatu-libraries/pom.xml
   trunk/amdatu-libraries/utilities/pom.xml
   trunk/amdatu-libraries/warsupport/pom.xml

Modified: trunk/amdatu-libraries/fsstorage/pom.xml
==============================================================================
--- trunk/amdatu-libraries/fsstorage/pom.xml    (original)
+++ trunk/amdatu-libraries/fsstorage/pom.xml    Wed Apr 20 17:53:20 2011
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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";>
+<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";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.amdatu</groupId>
+    <groupId>org.amdatu.libraries</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
     <version>0.2.0-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.libraries</groupId>
-  <artifactId>fsstorage</artifactId>
+  <artifactId>org.amdatu.libraries.fsstorage</artifactId>
   <packaging>jar</packaging>
   <name>Amdatu Libraries - FSStorage</name>
   <description>Base and utility classes for components that use simple 
filesystem storage</description>
   <build>
     
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
-  </build> 
+  </build>
 </project>

Modified: trunk/amdatu-libraries/pom.xml
==============================================================================
--- trunk/amdatu-libraries/pom.xml      (original)
+++ trunk/amdatu-libraries/pom.xml      Wed Apr 20 17:53:20 2011
@@ -5,10 +5,10 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>1</version>
+    <version>2</version>
     <relativePath>../amdatu-parent/pom.xml</relativePath>
   </parent>
-  <groupId>org.amdatu</groupId>
+  <groupId>org.amdatu.libraries</groupId>
   <artifactId>org.amdatu.libraries</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <name>Amdatu Libraries</name>

Modified: trunk/amdatu-libraries/utilities/pom.xml
==============================================================================
--- trunk/amdatu-libraries/utilities/pom.xml    (original)
+++ trunk/amdatu-libraries/utilities/pom.xml    Wed Apr 20 17:53:20 2011
@@ -2,12 +2,11 @@
 <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";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.amdatu</groupId>
+  <groupId>org.amdatu.libraries</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
     <version>0.2.0-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.libraries</groupId>
-  <artifactId>utilities</artifactId>
+  <artifactId>org.amdatu.libraries.utilities</artifactId>
   <packaging>jar</packaging>
   <name>Amdatu Libraries - Utilities</name>
   <description>This component holds several utility classes which should be 
embedded by bundles using it</description>

Modified: trunk/amdatu-libraries/warsupport/pom.xml
==============================================================================
--- trunk/amdatu-libraries/warsupport/pom.xml   (original)
+++ trunk/amdatu-libraries/warsupport/pom.xml   Wed Apr 20 17:53:20 2011
@@ -3,12 +3,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.amdatu</groupId>
+    <groupId>org.amdatu.libraries</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
     <version>0.2.0-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.libraries</groupId>
-  <artifactId>warsupport</artifactId>
+  <artifactId>org.amdatu.libraries.warsupport</artifactId>
   <packaging>jar</packaging>
   <name>Amdatu Libraries - War support</name>
   <description>Supporting classes for the Amdatu WAR assembly</description>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to