Author: [email protected]
Date: Wed Oct 26 11:21:10 2011
New Revision: 1637

Log:
[PREPARE-RELEASE] Removed SNAPSHOT and obsolete dependencies

Modified:
   trunk/amdatu-cassandra/test-integration/pom.xml
   trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/pom.xml
   trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/pom.xml

Modified: trunk/amdatu-cassandra/test-integration/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/test-integration/pom.xml     (original)
+++ trunk/amdatu-cassandra/test-integration/pom.xml     Wed Oct 26 11:21:10 2011
@@ -62,60 +62,7 @@
         <type>bundle</type>
       </dependency>
 
-      <!-- FIXME: this is a temporary dependency, needed to overrule the 
default
-           dependency with the 0.2.0 version of this artifact. Since 0.2.0 does
-           not yet contain the integration test framework, this integration 
test
-           depends on 0.2.1-SNAPSHOT instead. This depedency should be removed 
as
-           soon as the core dependecies in the integration test are in line 
with
-           the core dependencies version defined in the amdatu-opensocial root 
pom-->
-      <dependency>
-        <groupId>org.amdatu.core</groupId>
-        <artifactId>org.amdatu.core.config.templates</artifactId>
-        <version>${org.amdatu.core.version}</version>
-        <scope>provided</scope>
-        <type>bundle</type>
-      </dependency>
 
-      <!--
-        Some dependency scopes are intentionally set to compile in this
-        section so that depending (on the base) itest modules will in turn 
recieve
-        these transitive dependencies.
-      -->
-      <dependency>
-        <groupId>org.amdatu.web</groupId>
-        <artifactId>org.amdatu.web.dispatcher</artifactId>
-        <version>${org.amdatu.web.version}</version>
-        <scope>compile</scope>
-        <type>bundle</type>
-      </dependency>
-      <dependency>
-        <groupId>org.amdatu.web</groupId>
-        <artifactId>org.amdatu.web.httpcontext</artifactId>
-        <version>${org.amdatu.web.version}</version>
-        <scope>compile</scope>
-        <type>bundle</type>
-      </dependency>
-      <dependency>
-        <groupId>org.amdatu.web</groupId>
-        <artifactId>org.amdatu.web.resource</artifactId>
-        <version>${org.amdatu.web.version}</version>
-        <scope>compile</scope>
-        <type>bundle</type>
-      </dependency>
-      <dependency>
-        <groupId>org.amdatu.web</groupId>
-        <artifactId>org.amdatu.web.jaxrs</artifactId>
-        <version>${org.amdatu.web.version}</version>
-        <scope>compile</scope>
-        <type>bundle</type>
-      </dependency>
-      <dependency>
-        <groupId>org.amdatu.web</groupId>
-        <artifactId>org.amdatu.web.wink</artifactId>
-        <version>${org.amdatu.web.version}</version>
-        <scope>compile</scope>
-        <type>bundle</type>
-      </dependency>
 
       <dependency>
         <groupId>org.amdatu.auth</groupId>

Modified: 
trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/pom.xml
==============================================================================
--- 
trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/pom.xml   
    (original)
+++ 
trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.0/pom.xml   
    Wed Oct 26 11:21:10 2011
@@ -299,7 +299,7 @@
     <dependency>
       <groupId>org.amdatu.cassandra</groupId>
       <artifactId>org.amdatu.cassandra.config</artifactId>
-      <version>0.2.1-SNAPSHOT</version>
+      <version>${project.version}</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

Modified: 
trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/pom.xml
==============================================================================
--- 
trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/pom.xml   
    (original)
+++ 
trunk/amdatu-cassandra/test-performance/test-releases/cassandra-0.2.1/pom.xml   
    Wed Oct 26 11:21:10 2011
@@ -37,7 +37,7 @@
     <org.amdatu.web.version>0.2.1-RC1</org.amdatu.web.version>
     <org.amdatu.lib.version>0.2.1-RC1</org.amdatu.lib.version>
 
-    <org.amdatu.cassandra.version>0.2.1-SNAPSHOT</org.amdatu.cassandra.version>
+    
<org.amdatu.cassandra.version>${project.version}</org.amdatu.cassandra.version>
 
     <org.apache.felix.main.version>3.0.2</org.apache.felix.main.version>
     
<org.apache.felix.eventadmin.version>1.2.2</org.apache.felix.eventadmin.version>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to