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 <[email protected]> Authored: Thu Nov 10 12:00:43 2016 +0530 Committer: sathwik <[email protected]> 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/
