Author: lewismc
Date: Sun Apr 8 12:53:00 2012
New Revision: 1310992
URL: http://svn.apache.org/viewvc?rev=1310992&view=rev
Log:
Prepare all pom's for RC and minor updates to NOTICE and README
Modified:
gora/trunk/NOTICE.txt
gora/trunk/README.txt
gora/trunk/gora-accumulo/pom.xml
gora/trunk/gora-cassandra/pom.xml
gora/trunk/gora-core/pom.xml
gora/trunk/gora-hbase/pom.xml
gora/trunk/gora-sql/pom.xml
gora/trunk/gora-tutorial/pom.xml
gora/trunk/pom.xml
Modified: gora/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/gora/trunk/NOTICE.txt?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/NOTICE.txt (original)
+++ gora/trunk/NOTICE.txt Sun Apr 8 12:53:00 2012
@@ -1,5 +1,5 @@
Apache Gora
-Copyright 2011 The Apache Software Foundation
+Copyright 2012 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: gora/trunk/README.txt
URL:
http://svn.apache.org/viewvc/gora/trunk/README.txt?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/README.txt (original)
+++ gora/trunk/README.txt Sun Apr 8 12:53:00 2012
@@ -1,8 +1,10 @@
-Gora Project
-============
+Apache Gora Project
+===================
-Gora is an ORM framework for column stores such as Apache HBase and
-Apache Cassandra with a specific focus on Hadoop.
+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, document stores and RDBMSs, and analyzing the data
+with extensive Apache Hadoop MapReduce support.
Why Gora?
---------
@@ -63,7 +65,7 @@ from current solutions in that:
For the latest information about Gora, please visit our website at:
- http://incubator.apache.org/gora/
+ http://gora.apache.org
License
-------
Modified: gora/trunk/gora-accumulo/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/gora-accumulo/pom.xml (original)
+++ gora/trunk/gora-accumulo/pom.xml Sun Apr 8 12:53:00 2012
@@ -24,13 +24,37 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-accumulo</artifactId>
<packaging>bundle</packaging>
<name>Apache Gora :: Accumulo</name>
+ <url>http://gora.apache.org</url>
+ <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,
+ document stores and RDBMSs, and analyzing the data with extensive Apache
Hadoop MapReduce
+ support.</description>
+ <inceptionYear>2010</inceptionYear>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <scm>
+ <url>http://svn.apache.org/viewvc/gora/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GORA</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Gora-trunk/</url>
+ </ciManagement>
<properties>
<osgi.import>*</osgi.import>
Modified: gora/trunk/gora-cassandra/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/gora-cassandra/pom.xml (original)
+++ gora/trunk/gora-cassandra/pom.xml Sun Apr 8 12:53:00 2012
@@ -23,13 +23,37 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-cassandra</artifactId>
<packaging>bundle</packaging>
<name>Apache Gora :: Cassandra</name>
+ <url>http://gora.apache.org</url>
+ <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,
+ document stores and RDBMSs, and analyzing the data with extensive Apache
Hadoop MapReduce
+ support.</description>
+ <inceptionYear>2010</inceptionYear>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <scm>
+ <url>http://svn.apache.org/viewvc/gora/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GORA</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Gora-trunk/</url>
+ </ciManagement>
<properties>
<osgi.import>*</osgi.import>
Modified: gora/trunk/gora-core/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-core/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/gora-core/pom.xml (original)
+++ gora/trunk/gora-core/pom.xml Sun Apr 8 12:53:00 2012
@@ -21,13 +21,37 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-core</artifactId>
<packaging>bundle</packaging>
<name>Apache Gora :: Core</name>
+ <url>http://gora.apache.org</url>
+ <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,
+ document stores and RDBMSs, and analyzing the data with extensive Apache
Hadoop MapReduce
+ support.</description>
+ <inceptionYear>2010</inceptionYear>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <scm>
+ <url>http://svn.apache.org/viewvc/gora/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GORA</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Gora-trunk/</url>
+ </ciManagement>
<properties>
<osgi.import>*</osgi.import>
Modified: gora/trunk/gora-hbase/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-hbase/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/gora-hbase/pom.xml (original)
+++ gora/trunk/gora-hbase/pom.xml Sun Apr 8 12:53:00 2012
@@ -21,13 +21,37 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-hbase</artifactId>
<packaging>bundle</packaging>
<name>Apache Gora :: Hbase</name>
+ <url>http://gora.apache.org</url>
+ <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,
+ document stores and RDBMSs, and analyzing the data with extensive Apache
Hadoop MapReduce
+ support.</description>
+ <inceptionYear>2010</inceptionYear>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <scm>
+ <url>http://svn.apache.org/viewvc/gora/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GORA</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Gora-trunk/</url>
+ </ciManagement>
<properties>
<osgi.import>*</osgi.import>
Modified: gora/trunk/gora-sql/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-sql/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/gora-sql/pom.xml (original)
+++ gora/trunk/gora-sql/pom.xml Sun Apr 8 12:53:00 2012
@@ -21,12 +21,37 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
+ <relativePath>../</relativePath>
</parent>
<artifactId>gora-sql</artifactId>
<packaging>bundle</packaging>
<name>Apache Gora :: SQL</name>
+ <url>http://gora.apache.org</url>
+ <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,
+ document stores and RDBMSs, and analyzing the data with extensive Apache
Hadoop MapReduce
+ support.</description>
+ <inceptionYear>2010</inceptionYear>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <scm>
+ <url>http://svn.apache.org/viewvc/gora/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GORA</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Gora-trunk/</url>
+ </ciManagement>
<properties>
<osgi.import>*</osgi.import>
Modified: gora/trunk/gora-tutorial/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/gora-tutorial/pom.xml (original)
+++ gora/trunk/gora-tutorial/pom.xml Sun Apr 8 12:53:00 2012
@@ -21,13 +21,37 @@
<parent>
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>gora-tutorial</artifactId>
<packaging>jar</packaging>
<name>Apache Gora :: Tutorial</name>
+ <url>http://gora.apache.org</url>
+ <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,
+ document stores and RDBMSs, and analyzing the data with extensive Apache
Hadoop MapReduce
+ support.</description>
+ <inceptionYear>2010</inceptionYear>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <scm>
+ <url>http://svn.apache.org/viewvc/gora/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GORA</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Gora-trunk/</url>
+ </ciManagement>
<build>
<directory>target</directory>
Modified: gora/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1310992&r1=1310991&r2=1310992&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Sun Apr 8 12:53:00 2012
@@ -28,7 +28,7 @@
<groupId>org.apache.gora</groupId>
<artifactId>gora</artifactId>
<packaging>pom</packaging>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</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,
@@ -201,6 +201,7 @@
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+ <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
</scm>
<issueManagement>
<system>JIRA</system>
@@ -211,14 +212,43 @@
<url>https://builds.apache.org/job/Gora-trunk/</url>
</ciManagement>
+ <distributionManagement>
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ <!--uniqueVersion>false</uniqueVersion-->
+ </snapshotRepository>
+ </distributionManagement>
+
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <url>http://repository.apache.org/snapshots/</url>
+ <name>Apache Snapshot Repo</name>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
<build>
+ <defaultGoal>install</defaultGoal>
<directory>target</directory>
<outputDirectory>${basedir}/target/classes</outputDirectory>
<finalName>${project.artifactId}-${project.version}</finalName>
<testOutputDirectory>${basedir}/target/test-classes</testOutputDirectory>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
<testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
-
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -280,7 +310,12 @@
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
-
<tagBase>https://svn.apache.org/repos/asf/gora/tags/</tagBase>
+ <tagBase>https://svn.apache.org/repos/asf/gora/tags</tagBase>
+ <useReleaseProfile>false</useReleaseProfile>
+ <preparationGoals>clean install</preparationGoals>
+ <goals>deploy</goals>
+ <arguments>-Prelease,deploy</arguments>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>