Author: lewismc
Date: Tue Jul 24 15:06:50 2012
New Revision: 1365110
URL: http://svn.apache.org/viewvc?rev=1365110&view=rev
Log:
classify pom's to 0.2.1.
Modified:
gora/branches/0.2.1/gora-accumulo/pom.xml
gora/branches/0.2.1/gora-cassandra/pom.xml
gora/branches/0.2.1/gora-core/pom.xml
gora/branches/0.2.1/gora-hbase/pom.xml
gora/branches/0.2.1/gora-sql/pom.xml
gora/branches/0.2.1/pom.xml
gora/branches/0.2.1/sources-dist/pom.xml
Modified: gora/branches/0.2.1/gora-accumulo/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/gora-accumulo/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/gora-accumulo/pom.xml (original)
+++ gora/branches/0.2.1/gora-accumulo/pom.xml Tue Jul 24 15:06:50 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-accumulo</artifactId>
Modified: gora/branches/0.2.1/gora-cassandra/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/gora-cassandra/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/gora-cassandra/pom.xml (original)
+++ gora/branches/0.2.1/gora-cassandra/pom.xml Tue Jul 24 15:06:50 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-cassandra</artifactId>
Modified: gora/branches/0.2.1/gora-core/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/gora-core/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/gora-core/pom.xml (original)
+++ gora/branches/0.2.1/gora-core/pom.xml Tue Jul 24 15:06:50 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-core</artifactId>
Modified: gora/branches/0.2.1/gora-hbase/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/gora-hbase/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/gora-hbase/pom.xml (original)
+++ gora/branches/0.2.1/gora-hbase/pom.xml Tue Jul 24 15:06:50 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-hbase</artifactId>
Modified: gora/branches/0.2.1/gora-sql/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/gora-sql/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/gora-sql/pom.xml (original)
+++ gora/branches/0.2.1/gora-sql/pom.xml Tue Jul 24 15:06:50 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-sql</artifactId>
Modified: gora/branches/0.2.1/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/pom.xml (original)
+++ gora/branches/0.2.1/pom.xml Tue Jul 24 15:06:50 2012
@@ -26,7 +26,7 @@
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
<packaging>pom</packaging>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<name>Apache Gora</name>
<description>The Apache Gora open source framework provides an in-memory
data model and
persistence for big data. Gora supports persisting to column stores, key
value stores,
@@ -126,7 +126,7 @@
<email>kturner [at] apache [dot] org</email>
<roles>
<role>Committer</role>
- <role>PPMC Member</role>
+ <role>PMC Member</role>
</roles>
</developer>
<developer>
@@ -173,7 +173,7 @@
<email>kazk [at] apache [dot] org</email>
<roles>
<role>Committer</role>
- <role>PPMC Member</role>
+ <role>PMC Member</role>
</roles>
</developer>
</developers>
Modified: gora/branches/0.2.1/sources-dist/pom.xml
URL:
http://svn.apache.org/viewvc/gora/branches/0.2.1/sources-dist/pom.xml?rev=1365110&r1=1365109&r2=1365110&view=diff
==============================================================================
--- gora/branches/0.2.1/sources-dist/pom.xml (original)
+++ gora/branches/0.2.1/sources-dist/pom.xml Tue Jul 24 15:06:50 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>sources-dist</artifactId>