Repository: ode Updated Branches: refs/heads/ode-1.3.x 1454ec4d7 -> 14bf19290
Changed version number to 1.3.8 Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/14bf1929 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/14bf1929 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/14bf1929 Branch: refs/heads/ode-1.3.x Commit: 14bf192903d56947a9bdd8c02a9cad8585495307 Parents: 1454ec4 Author: sathwik <[email protected]> Authored: Thu Mar 15 05:06:34 2018 +0000 Committer: sathwik <[email protected]> Committed: Thu Mar 15 05:06:34 2018 +0000 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/14bf1929/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index aaa1a62..2717f59 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-SNAPSHOT" +VERSION_NUMBER = "1.3.8" repositories.release_to[:options] = {:digests => [:md5, :sha1]}
