Repository: ode Updated Branches: refs/heads/ode-1.3.x 14bf19290 -> 59ecad577
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/59ecad57 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/59ecad57 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/59ecad57 Branch: refs/heads/ode-1.3.x Commit: 59ecad57704a6c5a3c0709da02cb5962e643c1d0 Parents: 14bf192 Author: sathwik <[email protected]> Authored: Thu Mar 15 05:06:49 2018 +0000 Committer: sathwik <[email protected]> Committed: Thu Mar 15 05:06:49 2018 +0000 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/59ecad57/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 2717f59..5c5dbc7 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]}
