Repository: ode Updated Branches: refs/heads/ode-1.3.x 65af12603 -> 3845ab429
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/3845ab42 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/3845ab42 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/3845ab42 Branch: refs/heads/ode-1.3.x Commit: 3845ab4297495cb50c0799dc62173218b9e5b4a5 Parents: 65af126 Author: sathwik <[email protected]> Authored: Thu Nov 10 07:34:09 2016 +0000 Committer: sathwik <[email protected]> Committed: Thu Nov 10 07:34:09 2016 +0000 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/3845ab42/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index a5e4563..141a0d2 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/
