Author: [email protected]
Date: Wed Apr 27 17:23:59 2011
New Revision: 1042
Log:
[AMDATUOPENSOCIAL-40] Artifact id refactoring for opensocial project
Modified:
trunk/amdatu-auth/login-gadget/pom.xml
trunk/amdatu-auth/useradmin-gadget/pom.xml
trunk/amdatu-cassandra/cassandra-gadgetstore/pom.xml
trunk/amdatu-cassandra/test-integration/pom.xml
trunk/amdatu-example/course-gadget/pom.xml
trunk/amdatu-example/friends-gadget/pom.xml
trunk/amdatu-example/gadgetrepository/pom.xml
trunk/amdatu-example/oauth/pom.xml
trunk/amdatu-example/pom.xml
trunk/amdatu-release/pom.xml
trunk/amdatu-semanticweb/pom.xml
trunk/amdatu-semanticweb/sparqlendpoint/pom.xml
trunk/integration-tests/test-platform/pom.xml
Modified: trunk/amdatu-auth/login-gadget/pom.xml
==============================================================================
--- trunk/amdatu-auth/login-gadget/pom.xml (original)
+++ trunk/amdatu-auth/login-gadget/pom.xml Wed Apr 27 17:23:59 2011
@@ -44,14 +44,14 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<version>${amdatu.opensocial.version}</version>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${amdatu.opensocial.version}</version>
<scope>provided</scope>
<type>bundle</type>
Modified: trunk/amdatu-auth/useradmin-gadget/pom.xml
==============================================================================
--- trunk/amdatu-auth/useradmin-gadget/pom.xml (original)
+++ trunk/amdatu-auth/useradmin-gadget/pom.xml Wed Apr 27 17:23:59 2011
@@ -39,14 +39,14 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<version>${amdatu.opensocial.version}</version>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${amdatu.opensocial.version}</version>
<scope>provided</scope>
<type>bundle</type>
Modified: trunk/amdatu-cassandra/cassandra-gadgetstore/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/cassandra-gadgetstore/pom.xml (original)
+++ trunk/amdatu-cassandra/cassandra-gadgetstore/pom.xml Wed Apr 27
17:23:59 2011
@@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${amdatu.opensocial.version}</version>
<scope>provided</scope>
<type>bundle</type>
Modified: trunk/amdatu-cassandra/test-integration/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/test-integration/pom.xml (original)
+++ trunk/amdatu-cassandra/test-integration/pom.xml Wed Apr 27 17:23:59 2011
@@ -130,7 +130,7 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${amdatu.opensocial.version}</version>
<scope>test</scope>
<type>bundle</type>
Modified: trunk/amdatu-example/course-gadget/pom.xml
==============================================================================
--- trunk/amdatu-example/course-gadget/pom.xml (original)
+++ trunk/amdatu-example/course-gadget/pom.xml Wed Apr 27 17:23:59 2011
@@ -35,13 +35,13 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/amdatu-example/friends-gadget/pom.xml
==============================================================================
--- trunk/amdatu-example/friends-gadget/pom.xml (original)
+++ trunk/amdatu-example/friends-gadget/pom.xml Wed Apr 27 17:23:59 2011
@@ -36,13 +36,13 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/amdatu-example/gadgetrepository/pom.xml
==============================================================================
--- trunk/amdatu-example/gadgetrepository/pom.xml (original)
+++ trunk/amdatu-example/gadgetrepository/pom.xml Wed Apr 27 17:23:59 2011
@@ -15,13 +15,13 @@
<dependencies>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/amdatu-example/oauth/pom.xml
==============================================================================
--- trunk/amdatu-example/oauth/pom.xml (original)
+++ trunk/amdatu-example/oauth/pom.xml Wed Apr 27 17:23:59 2011
@@ -43,13 +43,13 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/amdatu-example/pom.xml
==============================================================================
--- trunk/amdatu-example/pom.xml (original)
+++ trunk/amdatu-example/pom.xml Wed Apr 27 17:23:59 2011
@@ -61,14 +61,14 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>bundle</type>
@@ -82,7 +82,7 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>profile</artifactId>
+ <artifactId>org.amdatu.opensocial.profile</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>bundle</type>
Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml (original)
+++ trunk/amdatu-release/pom.xml Wed Apr 27 17:23:59 2011
@@ -45,6 +45,31 @@
-->
</properties>
+ <repositories>
+ <repository>
+ <id>amdatu.releases</id>
+ <name>Amdatu Release Repository</name>
+ <url>http://repository.amdatu.org/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>amdatu.snapshots</id>
+ <name>Amdatu Snapshot Repository</name>
+ <url>http://repository.amdatu.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.amdatu.core</groupId>
Modified: trunk/amdatu-semanticweb/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/pom.xml (original)
+++ trunk/amdatu-semanticweb/pom.xml Wed Apr 27 17:23:59 2011
@@ -84,14 +84,14 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>bundle</type>
Modified: trunk/amdatu-semanticweb/sparqlendpoint/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/sparqlendpoint/pom.xml (original)
+++ trunk/amdatu-semanticweb/sparqlendpoint/pom.xml Wed Apr 27 17:23:59 2011
@@ -39,7 +39,7 @@
<artifactId>rdf2go.api</artifactId>
<version>${rdf2go.version}</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.amdatu.web.rest</groupId>
<artifactId>jaxrs</artifactId>
@@ -52,23 +52,23 @@
<artifactId>httpcontext</artifactId>
<scope>provided</scope>
<type>bundle</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
<scope>compile</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>shindig</artifactId>
- <scope>provided</scope>
+ <artifactId>org.amdatu.opensocial.shindig</artifactId>
+ <scope>provided</scope>
<type>bundle</type>
</dependency>
<dependency>
@@ -77,8 +77,8 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
- </dependencies>
-
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -93,24 +93,24 @@
</instructions>
</configuration>
</plugin>
-
+
</plugins>
-
- <resources>
+
+ <resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<excludes>
<exclude>conf/*.*</exclude>
</excludes>
- </resource>
+ </resource>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>conf/*.*</include>
</includes>
- </resource>
- </resources>
- </build>
+ </resource>
+ </resources>
+ </build>
</project>
Modified: trunk/integration-tests/test-platform/pom.xml
==============================================================================
--- trunk/integration-tests/test-platform/pom.xml (original)
+++ trunk/integration-tests/test-platform/pom.xml Wed Apr 27 17:23:59 2011
@@ -197,7 +197,7 @@
</dependency>
<dependency>
<groupId>org.amdatu.opensocial</groupId>
- <artifactId>gadgetmanagement</artifactId>
+ <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>bundle</type>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits