You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/09/15 22:45:50 UTC

git commit: Update maven-release-plugin in pom.xml

Repository: gora
Updated Branches:
  refs/heads/master e099e22df -> c2d3c4124


Update maven-release-plugin in pom.xml


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/c2d3c412
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/c2d3c412
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/c2d3c412

Branch: refs/heads/master
Commit: c2d3c41246dea3b46d2cde46d6a857ea446d3ba6
Parents: e099e22
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Mon Sep 15 16:45:48 2014 -0400
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Mon Sep 15 16:45:48 2014 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/c2d3c412/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 14df95c..0dba4c9 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.5</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, 
@@ -655,7 +655,7 @@
     <maven-dependency-plugin.version>2.4</maven-dependency-plugin.version>
     <build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
     <maven-surfire-plugin.version>2.12</maven-surfire-plugin.version>
-    <maven-release-plugin.version>2.2.2</maven-release-plugin.version>
+    <maven-release-plugin.version>2.5</maven-release-plugin.version>
     <maven-bundle-plugin.version>2.5.3</maven-bundle-plugin.version>
     <maven-source-plugin.version>2.1.2</maven-source-plugin.version>
     <maven-javadoc-plugin.version>2.8.1</maven-javadoc-plugin.version>