Repository: ode Updated Branches: refs/heads/ode-1.3.x e2476bb70 -> 65af12603
Changed version number to 1.3.7 Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/65af1260 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/65af1260 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/65af1260 Branch: refs/heads/ode-1.3.x Commit: 65af12603e5b650ca4431342837c4036d634856d Parents: e2476bb Author: sathwik <[email protected]> Authored: Thu Nov 10 07:33:57 2016 +0000 Committer: sathwik <[email protected]> Committed: Thu Nov 10 07:33:57 2016 +0000 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/65af1260/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 9279ecd..a5e4563 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-SNAPSHOT" +VERSION_NUMBER = "1.3.7" # if SNAPSHOT version... if VERSION_NUMBER =~ /SNAPSHOT/
