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 2018/03/12 07:49:28 UTC

ode git commit: Changed version number to 1.3.9-SNAPSHOT

Repository: ode
Updated Branches:
  refs/heads/ode-1.3.x 0d249b158 -> 14aa400fb


Changed version number to 1.3.9-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/14aa400f
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/14aa400f
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/14aa400f

Branch: refs/heads/ode-1.3.x
Commit: 14aa400fb0e3d8d009333c4d7c6a15d8191b5229
Parents: 0d249b1
Author: sathwik <sa...@apache.org>
Authored: Mon Mar 12 07:49:25 2018 +0000
Committer: sathwik <sa...@apache.org>
Committed: Mon Mar 12 07:49:25 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/ode/blob/14aa400f/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 9e761b1..b30c217 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,7 +39,7 @@ Buildr::OpenJPA::REQUIRES=[ OPENJPA, COMMONS.lang, COMMONS.collections, JAVAX.tr
 Java.classpath << Buildr::OpenJPA::REQUIRES
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.3.8"
+VERSION_NUMBER = "1.3.9-SNAPSHOT"
 
 repositories.release_to[:options] = {:digests => [:md5, :sha1, :sha512]}