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 2017/04/26 07:40:14 UTC

[2/3] 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/72d701b3
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/72d701b3
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/72d701b3

Branch: refs/heads/ode-1.3.x
Commit: 72d701b34619dbb0739996bbc21e0ea4a349b2e2
Parents: c92fd10
Author: sathwik <sa...@apache.org>
Authored: Wed Apr 26 12:26:20 2017 +0530
Committer: sathwik <sa...@apache.org>
Committed: Wed Apr 26 12:26:20 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/72d701b3/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index f960018..baf31fa 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/