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/10 06:51:19 UTC

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

Branch: refs/heads/ode-1.3.x
Commit: 920d4a79204c77c06f8a17b059eae552c7b5273e
Parents: 7040529
Author: sathwik <sa...@apache.org>
Authored: Thu Nov 10 12:00:43 2016 +0530
Committer: sathwik <sa...@apache.org>
Committed: Thu Nov 10 12:00:43 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/920d4a79/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 141a0d2..9279ecd 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/