Author: [email protected]
Date: Tue Jun 14 09:12:15 2011
New Revision: 1164
Log:
[PREPARE-RELEASE] Added new store artifacts to release
Modified:
branches/amdatu-cassandra-0.2.0/pom.xml
branches/amdatu-cassandra-0.2.0/release/pom.xml
branches/amdatu-cassandra-0.2.0/release/src/main/resources/CHANGELOG
branches/amdatu-cassandra-0.2.0/release/src/main/resources/README
Modified: branches/amdatu-cassandra-0.2.0/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/pom.xml Tue Jun 14 09:12:15 2011
@@ -125,6 +125,20 @@
</dependency>
<dependency>
<groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.store.consumer</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ <type>bundle</type>
+ </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.tenantstore</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Modified: branches/amdatu-cassandra-0.2.0/release/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/release/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/release/pom.xml Tue Jun 14 09:12:15 2011
@@ -48,6 +48,18 @@
</dependency>
<dependency>
<groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.store.consumer</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </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.tenantstore</artifactId>
<scope>runtime</scope>
<type>bundle</type>
Modified: branches/amdatu-cassandra-0.2.0/release/src/main/resources/CHANGELOG
==============================================================================
--- branches/amdatu-cassandra-0.2.0/release/src/main/resources/CHANGELOG
(original)
+++ branches/amdatu-cassandra-0.2.0/release/src/main/resources/CHANGELOG
Tue Jun 14 09:12:15 2011
@@ -3,8 +3,8 @@
Amdatu Cassandra
-Release 0.2.0-RC1
-Last revised May 6, 2011
+Release 0.2.0-RC2
+Last revised June 8, 2011
------------------------
The changelog below is automatically generated from JIRA. More information
about the resolved
@@ -20,20 +20,29 @@
* [AMDATUCASSANDRA-51] - Major performance decrease when adding/removing
users
* [AMDATUCASSANDRA-53] - Mismatch between FS and Cassandra UserAdmin store
implementations for getUser("name", ...)
* [AMDATUCASSANDRA-56] - ColumnFamilyAvailable service not unregistered
properly
+ * [AMDATUCASSANDRA-66] - Add explicit versions on imported and exported
packages
+ * [AMDATUCASSANDRA-67] - Add missing/fix incorrect license headers
** Improvement
* [AMDATUCASSANDRA-9] - Improve performance of
CassandraPersistenceManager.getRowKeys
* [AMDATUCASSANDRA-37] - Fix checkstyle violations
* [AMDATUCASSANDRA-61] - Upgrade to Cassandra 0.7.4
+ * [AMDATUCASSANDRA-63] - Upgrade to Cassandra 0.8.0
+ * [AMDATUCASSANDRA-64] - Finalize Cassandra Persistence Manager API
+ * [AMDATUCASSANDRA-68] - Refactor integration tests to use new Pax Exam 2
based integration test framework
** Roadmap Issue
* [AMDATUCASSANDRA-39] - Amdatu Cassandra as independent subproject with
its own lifecycle
* [AMDATUCASSANDRA-40] - Performance improvements and measurements
+ * [AMDATUCASSANDRA-42] - Add Cassandra implementations of oAuth token
store and oAuth consumer store
** Task
+ * [AMDATUCASSANDRA-5] - Implement Cassandra storage for Amdatu Tokens
* [AMDATUCASSANDRA-7] - Split of Cassandra as separate subproject
+ * [AMDATUCASSANDRA-8] - Implement Cassandra storage for oAuth consumer
registry
* [AMDATUCASSANDRA-23] - Decouple and move Cassandra storage
implementations from opensocial
* [AMDATUCASSANDRA-38] - Change license from GPL to Apache License 2.0
+ * [AMDATUCASSANDRA-58] - Implement performance test for Cassandra
Persistence Manager
===================================================================================================
Modified: branches/amdatu-cassandra-0.2.0/release/src/main/resources/README
==============================================================================
--- branches/amdatu-cassandra-0.2.0/release/src/main/resources/README
(original)
+++ branches/amdatu-cassandra-0.2.0/release/src/main/resources/README Tue Jun
14 09:12:15 2011
@@ -5,7 +5,7 @@
Amdatu Cassandra
Release 0.2.0-RC1
-Last revised May 6, 2011
+Last revised June 8, 2011
------------------------
===================================================================================================
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits