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:15 UTC

[3/3] ode git commit: Changed version number to 1.3.8-SNAPSHOT

Changed version number to 1.3.8-SNAPSHOT


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

Branch: refs/heads/ode-1.3.x
Commit: 5133b3068849a2a235abb2358cd05b878933894f
Parents: 72d701b
Author: sathwik <sa...@apache.org>
Authored: Wed Apr 26 07:39:05 2017 +0000
Committer: sathwik <sa...@apache.org>
Committed: Wed Apr 26 07:39:05 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/ode/blob/5133b306/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index baf31fa..23988a4 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"
+VERSION_NUMBER = "1.3.8-SNAPSHOT"
 
 # if SNAPSHOT version...
 if VERSION_NUMBER =~ /SNAPSHOT/