Repository: ode Updated Branches: refs/heads/ode-1.3.x 1bbbd7693 -> 418f604f0
Current version is now 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/418f604f Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/418f604f Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/418f604f Branch: refs/heads/ode-1.3.x Commit: 418f604f08b4af3b1cc91ed5b14597a058febd05 Parents: 1bbbd76 Author: sathwik <[email protected]> Authored: Tue Nov 8 19:18:41 2016 +0530 Committer: sathwik <[email protected]> Committed: Tue Nov 8 19:18:41 2016 +0530 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/418f604f/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 62d1bc4..9a9e04e 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/
