Author: [email protected]
Date: Wed Oct 26 10:52:23 2011
New Revision: 1635

Log:
[AMDATUCASSANDRA-120] Updated release artifact

Modified:
   trunk/amdatu-cassandra/pom.xml
   trunk/amdatu-cassandra/release/pom.xml
   trunk/amdatu-cassandra/release/src/main/assembly/bin-component.xml

Modified: trunk/amdatu-cassandra/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/pom.xml      (original)
+++ trunk/amdatu-cassandra/pom.xml      Wed Oct 26 10:52:23 2011
@@ -103,7 +103,14 @@
       </dependency>
       <dependency>
         <groupId>org.amdatu.cassandra</groupId>
-        <artifactId>org.amdatu.cassandra.store.token</artifactId>
+        <artifactId>org.amdatu.cassandra.store.gadget</artifactId>
+        <version>${project.version}</version>
+        <scope>provided</scope>
+        <type>bundle</type>
+      </dependency>
+      <dependency>
+        <groupId>org.amdatu.cassandra</groupId>
+        <artifactId>org.amdatu.cassandra.store.nonce</artifactId>
         <version>${project.version}</version>
         <scope>provided</scope>
         <type>bundle</type>
@@ -117,6 +124,13 @@
       </dependency>
       <dependency>
         <groupId>org.amdatu.cassandra</groupId>
+        <artifactId>org.amdatu.cassandra.store.token</artifactId>
+        <version>${project.version}</version>
+        <scope>provided</scope>
+        <type>bundle</type>
+      </dependency>
+      <dependency>
+        <groupId>org.amdatu.cassandra</groupId>
         <artifactId>org.amdatu.cassandra.store.useradmin</artifactId>
         <version>${project.version}</version>
         <scope>provided</scope>
@@ -143,7 +157,13 @@
         <scope>provided</scope>
         <type>jar</type>
       </dependency>
-
+      <dependency>
+        <groupId>org.amdatu.cassandra</groupId>
+        <artifactId>org.amdatu.cassandra.tools</artifactId>
+        <version>${project.version}</version>
+        <scope>runtime</scope>
+        <type>bundle</type>
+      </dependency>
 
       <!-- Amdatu core dependencies -->
       <dependency>

Modified: trunk/amdatu-cassandra/release/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/release/pom.xml      (original)
+++ trunk/amdatu-cassandra/release/pom.xml      Wed Oct 26 10:52:23 2011
@@ -67,7 +67,13 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.cassandra</groupId>
-      <artifactId>org.amdatu.cassandra.store.token</artifactId>
+      <artifactId>org.amdatu.cassandra.store.gadget</artifactId>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.cassandra</groupId>
+      <artifactId>org.amdatu.cassandra.store.nonce</artifactId>
       <scope>runtime</scope>
       <type>bundle</type>
     </dependency>
@@ -79,10 +85,22 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.cassandra</groupId>
+      <artifactId>org.amdatu.cassandra.store.token</artifactId>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.cassandra</groupId>
       <artifactId>org.amdatu.cassandra.store.useradmin</artifactId>
       <scope>runtime</scope>
       <type>bundle</type>
     </dependency>
+    <dependency>
+      <groupId>org.amdatu.cassandra</groupId>
+      <artifactId>org.amdatu.cassandra.tools</artifactId>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
   </dependencies>
   <profiles>
     <profile>

Modified: trunk/amdatu-cassandra/release/src/main/assembly/bin-component.xml
==============================================================================
--- trunk/amdatu-cassandra/release/src/main/assembly/bin-component.xml  
(original)
+++ trunk/amdatu-cassandra/release/src/main/assembly/bin-component.xml  Wed Oct 
26 10:52:23 2011
@@ -25,6 +25,9 @@
       <includes>
         <include>org.amdatu.cassandra:*</include>
       </includes>
+      <excludes>
+        <exclude>org.amdatu.cassandra:org.amdatu.cassandra.config</exclude>
+      </excludes>
       <unpack>false</unpack>
       <useTransitiveDependencies>false</useTransitiveDependencies>
     </dependencySet>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to