Author: [email protected] Date: Wed Oct 12 16:41:28 2011 New Revision: 1500
Log: AMDATUOPENSOCIAL-123 Comitted patch to restore object model Modified: trunk/amdatu-opensocial/dashboard-plugin/pom.xml trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml Modified: trunk/amdatu-opensocial/dashboard-plugin/pom.xml ============================================================================== --- trunk/amdatu-opensocial/dashboard-plugin/pom.xml (original) +++ trunk/amdatu-opensocial/dashboard-plugin/pom.xml Wed Oct 12 16:41:28 2011 @@ -1,10 +1,11 @@ <?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.libraries</groupId> - <artifactId>org.amdatu.libraries</artifactId> - <version>0.2.1-SNAPSHOT</version> + <groupId>org.amdatu.opensocial</groupId> + <artifactId>org.amdatu.opensocial</artifactId> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>org.amdatu.libraries.dashboardplugin</artifactId> <packaging>jar</packaging> Modified: trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml ============================================================================== --- trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml (original) +++ trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml Wed Oct 12 16:41:28 2011 @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.opensocial</groupId> - <artifactId>org.amdatu.opensocial</artifactId> + <artifactId>org.amdatu.opensocial.stores</artifactId> <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>org.amdatu.opensocial.store.gadget.mem</artifactId> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
