Author: [email protected] Date: Tue Oct 25 17:03:45 2011 New Revision: 1598
Log: Changed artifact names to be in line with other amdatu sub projects Modified: trunk/amdatu-storage/blobstore/pom.xml trunk/amdatu-storage/test-integration/base/pom.xml trunk/amdatu-storage/test-integration/pom.xml trunk/amdatu-storage/test-integration/tests/pom.xml Modified: trunk/amdatu-storage/blobstore/pom.xml ============================================================================== --- trunk/amdatu-storage/blobstore/pom.xml (original) +++ trunk/amdatu-storage/blobstore/pom.xml Tue Oct 25 17:03:45 2011 @@ -2,7 +2,7 @@ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <artifactId>blobstore</artifactId> + <artifactId>org.amdatu.storage.blobstore</artifactId> <packaging>bundle</packaging> <name>Amdatu Blob Store</name> <description>Support for Blob Stores such as Amazon S3 using the jclouds API</description> Modified: trunk/amdatu-storage/test-integration/base/pom.xml ============================================================================== --- trunk/amdatu-storage/test-integration/base/pom.xml (original) +++ trunk/amdatu-storage/test-integration/base/pom.xml Tue Oct 25 17:03:45 2011 @@ -2,7 +2,7 @@ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <artifactId>testintegration.base</artifactId> + <artifactId>org.amdatu.storage.testintegration.base</artifactId> <packaging>bundle</packaging> <name>Amdatu Storage - Integration tests base</name> Modified: trunk/amdatu-storage/test-integration/pom.xml ============================================================================== --- trunk/amdatu-storage/test-integration/pom.xml (original) +++ trunk/amdatu-storage/test-integration/pom.xml Tue Oct 25 17:03:45 2011 @@ -3,7 +3,7 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <artifactId>testintegration</artifactId> + <artifactId>org.amdatu.storage.testintegration</artifactId> <packaging>pom</packaging> <name>Amdatu Storage - Integration tests parent</name> <parent> Modified: trunk/amdatu-storage/test-integration/tests/pom.xml ============================================================================== --- trunk/amdatu-storage/test-integration/tests/pom.xml (original) +++ trunk/amdatu-storage/test-integration/tests/pom.xml Tue Oct 25 17:03:45 2011 @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <artifactId>testintegration.tests</artifactId> + <artifactId>org.amdatu.storage.testintegration.tests</artifactId> <name>Amdatu Storage - Integration tests</name> <parent> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
