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/17 13:15:54 UTC

[3/3] ode git commit: revert VERSION for re-release

revert VERSION for re-release


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

Branch: refs/heads/ode-1.3.x
Commit: 676d0a8a5d5695d2b5b04ff4b7bb998c472ec399
Parents: 4ce6501
Author: sathwik <sa...@apache.org>
Authored: Mon Apr 17 18:35:08 2017 +0530
Committer: sathwik <sa...@apache.org>
Committed: Mon Apr 17 18:35:08 2017 +0530

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


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