You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2016/11/08 13:42:28 UTC

[2/2] ode git commit: Changed version number to 1.3.7

Changed version number to 1.3.7


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

Branch: refs/heads/ode-1.3.x
Commit: 1bbbd7693e4f2204d69d293c2f86ab5e0467a9c1
Parents: 6457532
Author: sathwik <sa...@apache.org>
Authored: Tue Nov 8 18:41:35 2016 +0530
Committer: sathwik <sa...@apache.org>
Committed: Tue Nov 8 18:41:35 2016 +0530

----------------------------------------------------------------------
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/1bbbd769/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index bd6bb9f..62d1bc4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,7 +40,7 @@ Buildr::OpenJPA::REQUIRES[0] = "org.apache.openjpa:openjpa:jar:1.2.0"
 Java.classpath << Buildr::OpenJPA::REQUIRES
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.3.7-SNAPSHOT"
+VERSION_NUMBER = "1.3.7"
 
 # if SNAPSHOT version...
 if VERSION_NUMBER =~ /SNAPSHOT/