Repository: gora Updated Branches: refs/heads/master 390bb21f8 -> 8b94825c1
[maven-release-plugin] prepare release apache-gora-0.6 Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/8b94825c Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/8b94825c Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/8b94825c Branch: refs/heads/master Commit: 8b94825c189c2c82595b70f61caff0adf449085b Parents: 390bb21 Author: talat <[email protected]> Authored: Thu Feb 5 16:34:04 2015 +0200 Committer: talat <[email protected]> Committed: Thu Feb 5 16:34:04 2015 +0200 ---------------------------------------------------------------------- gora-accumulo/pom.xml | 2 +- gora-cassandra/pom.xml | 2 +- gora-compiler-cli/pom.xml | 2 +- gora-compiler/pom.xml | 2 +- gora-core/pom.xml | 2 +- gora-goraci/pom.xml | 7 +++---- gora-hbase/pom.xml | 2 +- gora-mongodb/pom.xml | 2 +- gora-shims-distribution/pom.xml | 2 +- gora-shims-hadoop/pom.xml | 2 +- gora-shims-hadoop1/pom.xml | 2 +- gora-shims-hadoop2/pom.xml | 2 +- gora-solr/pom.xml | 2 +- gora-tutorial/pom.xml | 2 +- pom.xml | 4 ++-- sources-dist/pom.xml | 2 +- 16 files changed, 19 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml index f1d0209..168b15e 100644 --- a/gora-accumulo/pom.xml +++ b/gora-accumulo/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-accumulo</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml index 3fc5a46..101df46 100644 --- a/gora-cassandra/pom.xml +++ b/gora-cassandra/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-cassandra</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-compiler-cli/pom.xml ---------------------------------------------------------------------- diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml index 15a5ce2..0265ede 100644 --- a/gora-compiler-cli/pom.xml +++ b/gora-compiler-cli/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-compiler-cli</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-compiler/pom.xml ---------------------------------------------------------------------- diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml index 3d141f9..cbd6ff5 100644 --- a/gora-compiler/pom.xml +++ b/gora-compiler/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-compiler</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-core/pom.xml ---------------------------------------------------------------------- diff --git a/gora-core/pom.xml b/gora-core/pom.xml index 49e9a3d..2b7cbd0 100644 --- a/gora-core/pom.xml +++ b/gora-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-core</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-goraci/pom.xml ---------------------------------------------------------------------- diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml index 002b2d7..f77849e 100644 --- a/gora-goraci/pom.xml +++ b/gora-goraci/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-goraci</artifactId> @@ -266,7 +265,7 @@ <dependency> <groupId>org.apache.gora</groupId> <artifactId>gora-core-tests</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.6</version> <scope>system</scope> <systemPath>${project.basedir}/libext/gora-core-tests-0.5-SNAPSHOT.jar</systemPath> </dependency> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml index 7cdc4e4..8dd39af 100644 --- a/gora-hbase/pom.xml +++ b/gora-hbase/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-hbase</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml index 60dc317..1905be8 100644 --- a/gora-mongodb/pom.xml +++ b/gora-mongodb/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-mongodb</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-shims-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/gora-shims-distribution/pom.xml b/gora-shims-distribution/pom.xml index a244b2f..8a69959 100644 --- a/gora-shims-distribution/pom.xml +++ b/gora-shims-distribution/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-shims-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-shims-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/gora-shims-hadoop/pom.xml b/gora-shims-hadoop/pom.xml index f630e2c..b19e562 100644 --- a/gora-shims-hadoop/pom.xml +++ b/gora-shims-hadoop/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-shims-hadoop</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-shims-hadoop1/pom.xml ---------------------------------------------------------------------- diff --git a/gora-shims-hadoop1/pom.xml b/gora-shims-hadoop1/pom.xml index 5146a3f..b723139 100644 --- a/gora-shims-hadoop1/pom.xml +++ b/gora-shims-hadoop1/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-shims-hadoop1</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-shims-hadoop2/pom.xml ---------------------------------------------------------------------- diff --git a/gora-shims-hadoop2/pom.xml b/gora-shims-hadoop2/pom.xml index 29c377c..5227fac 100644 --- a/gora-shims-hadoop2/pom.xml +++ b/gora-shims-hadoop2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-shims-hadoop2</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-solr/pom.xml ---------------------------------------------------------------------- diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml index 3c89628..fbb06aa 100644 --- a/gora-solr/pom.xml +++ b/gora-solr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-solr</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/gora-tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml index db00319..08c1c64 100644 --- a/gora-tutorial/pom.xml +++ b/gora-tutorial/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>gora-tutorial</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c0ddbdb..84d8cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> <packaging>pom</packaging> - <version>0.6-SNAPSHOT</version> + <version>0.6</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, @@ -264,7 +264,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/gora.git</connection> <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/gora.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/gora.git</url> - <tag>HEAD</tag> + <tag>apache-gora-0.6</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/8b94825c/sources-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sources-dist/pom.xml b/sources-dist/pom.xml index ab99be5..2adcad1 100644 --- a/sources-dist/pom.xml +++ b/sources-dist/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <relativePath>../</relativePath> </parent> <artifactId>sources-dist</artifactId>
