Author: [email protected]
Date: Wed Oct 19 17:23:22 2011
New Revision: 1548

Log:
AMDATUSEMANTIC-10 Decoupled and renamed versioning to restore independant build

Modified:
   trunk/amdatu-semanticweb/pom.xml
   trunk/amdatu-semanticweb/sparqlendpoint/pom.xml

Modified: trunk/amdatu-semanticweb/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/pom.xml    (original)
+++ trunk/amdatu-semanticweb/pom.xml    Wed Oct 19 17:23:22 2011
@@ -14,6 +14,15 @@
   <description>This module consists of all Semantic Web related 
bundles</description>
   <packaging>pom</packaging>
 
+  <properties>
+    <org.amdatu.core.version>0.2.1-SNAPSHOT</org.amdatu.core.version>
+    <org.amdatu.web.version>0.2.1-SNAPSHOT</org.amdatu.web.version>
+    <org.amdatu.lib.version>0.2.1-SNAPSHOT</org.amdatu.lib.version>
+    
<org.amdatu.opensocial.version>0.2.0-SNAPSHOT</org.amdatu.opensocial.version>
+    <org.openrdf.sesame.version>2.3.2</org.openrdf.sesame.version>
+    <rdf2go.version>4.7.3</rdf2go.version>
+  </properties>
+
   <repositories>
     <repository>
       <id>amdatu.releases</id>
@@ -64,35 +73,29 @@
   <scm>
     
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-semanticweb</connection>
     
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-semanticweb</developerConnection>
-    <url>http://subversion.amdatu.org/viewvc/amdatu/amdatu-opensocial</url>
+    <url>http://subversion.amdatu.org/viewvc/amdatu/amdatu-semanticweb</url>
   </scm>
 
-
-  <properties>
-    <org.openrdf.sesame.version>2.3.2</org.openrdf.sesame.version>
-    <rdf2go.version>4.7.3</rdf2go.version>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.amdatu.web</groupId>
-        <artifactId>httpcontext</artifactId>
-        <version>${project.version}</version>
+        <artifactId>org.amdatu.web.httpcontext</artifactId>
+        <version>${org.amdatu.web.version}</version>
         <scope>provided</scope>
         <type>bundle</type>
       </dependency>
       <dependency>
         <groupId>org.amdatu.opensocial</groupId>
         <artifactId>org.amdatu.opensocial.shindig</artifactId>
-        <version>${project.version}</version>
+        <version>${org.amdatu.opensocial.version}</version>
         <scope>provided</scope>
         <type>bundle</type>
       </dependency>
       <dependency>
         <groupId>org.amdatu.opensocial</groupId>
         <artifactId>org.amdatu.opensocial.gadgetmanagement</artifactId>
-        <version>${project.version}</version>
+        <version>${org.amdatu.opensocial.version}</version>
         <scope>provided</scope>
         <type>bundle</type>
       </dependency>

Modified: trunk/amdatu-semanticweb/sparqlendpoint/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/sparqlendpoint/pom.xml     (original)
+++ trunk/amdatu-semanticweb/sparqlendpoint/pom.xml     Wed Oct 19 17:23:22 2011
@@ -15,22 +15,29 @@
   <dependencies>
     <dependency>
       <groupId>org.amdatu.web</groupId>
-      <artifactId>dispatcher</artifactId>
-      <version>${project.version}</version>
+      <artifactId>org.amdatu.web.dispatcher</artifactId>
+      <version>${org.amdatu.web.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.web</groupId>
-      <artifactId>jsp</artifactId>
-      <version>${project.version}</version>
+      <artifactId>org.amdatu.web.httpcontext</artifactId>
+      <version>${org.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.jsp</artifactId>
+      <version>${org.amdatu.web.version}</version>
+      <scope>provided</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.web</groupId>
+      <artifactId>org.amdatu.web.resource</artifactId>
+      <version>${org.amdatu.web.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
@@ -41,15 +48,15 @@
       <scope>provided</scope>
     </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>${org.amdatu.web.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.web</groupId>
-      <artifactId>httpcontext</artifactId>
+      <artifactId>org.amdatu.web.httpcontext</artifactId>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
@@ -73,8 +80,8 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.libraries</groupId>
-      <artifactId>utilities</artifactId>
-      <version>${project.version}</version>
+      <artifactId>org.amdatu.libraries.utilities</artifactId>
+      <version>${org.amdatu.lib.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