Author: [email protected]
Date: Tue May  3 09:25:03 2011
New Revision: 1079

Log:
[AMDATUOPENSOCIAL-40] Fixed dependency setup

Modified:
   trunk/amdatu-example/course-service/pom.xml

Modified: trunk/amdatu-example/course-service/pom.xml
==============================================================================
--- trunk/amdatu-example/course-service/pom.xml (original)
+++ trunk/amdatu-example/course-service/pom.xml Tue May  3 09:25:03 2011
@@ -11,6 +11,15 @@
   <name>Amdatu Example - Course service</name>
   <description>Provides an example service to retrieve course 
information</description>
 
+  <properties>
+    <!-- Version of dependend projects -->
+    <amdatu.core.version>0.2.1-SNAPSHOT</amdatu.core.version>
+    <amdatu.web.version>0.2.1-SNAPSHOT</amdatu.web.version>
+    <amdatu.opensocial.version>0.2.0-SNAPSHOT</amdatu.opensocial.version>
+    <amdatu.libraries.version>0.2.0-SNAPSHOT</amdatu.libraries.version>
+    <amdatu.auth.version>0.2.0-SNAPSHOT</amdatu.auth.version>
+  </properties>
+
   <repositories>
     <repository>
       <id>semweb4j-repo</id>
@@ -28,40 +37,43 @@
   <dependencies>
     <dependency>
       <groupId>org.amdatu.web</groupId>
-      <artifactId>dispatcher</artifactId>
-      <version>${project.version}</version>
+      <artifactId>org.amdatu.web.dispatcher</artifactId>
+      <version>${amdatu.web.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.web</groupId>
-      <artifactId>resource</artifactId>
-      <version>${project.version}</version>
+      <artifactId>org.amdatu.web.resource</artifactId>
+      <version>${amdatu.web.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
-      <groupId>org.amdatu.web.rest</groupId>
-      <artifactId>jaxrs</artifactId>
-      <version>${project.version}</version>
+      <groupId>org.amdatu.web</groupId>
+      <artifactId>org.amdatu.web.jaxrs</artifactId>
+      <version>${amdatu.web.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
-      <dependency>
-        <groupId>org.amdatu.opensocial</groupId>
-        <artifactId>shindig</artifactId>
-        <scope>provided</scope>
+    <dependency>
+      <groupId>org.amdatu.opensocial</groupId>
+      <artifactId>org.amdatu.opensocial.shindig</artifactId>
+      <version>${amdatu.opensocial.version}</version>
+      <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.core</groupId>
-      <artifactId>tenant</artifactId>
+      <artifactId>org.amdatu.core.tenant</artifactId>
+      <version>${amdatu.core.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.opensocial</groupId>
-      <artifactId>profile</artifactId>
+      <artifactId>org.amdatu.opensocial.profile</artifactId>
+      <version>${amdatu.opensocial.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
@@ -84,21 +96,23 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.amdatu.core.config</groupId>
-      <artifactId>templates</artifactId>
+      <groupId>org.amdatu.core</groupId>
+      <artifactId>org.amdatu.core.config.templates</artifactId>
+      <version>${amdatu.core.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.auth</groupId>
       <artifactId>org.amdatu.auth.login.service</artifactId>
+      <version>${amdatu.auth.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.libraries</groupId>
-      <artifactId>utilities</artifactId>
-      <version>${project.version}</version>
+      <artifactId>org.amdatu.libraries.utilities</artifactId>
+      <version>${amdatu.libraries.version}</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to