Repository: ode Updated Branches: refs/heads/ode-1.3.x 14aa400fb -> 1454ec4d7
Re-release with SHA512 removed, as nexus validations fail Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/1454ec4d Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/1454ec4d Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/1454ec4d Branch: refs/heads/ode-1.3.x Commit: 1454ec4d795bc4bb132288b0ef2154b29c4ddebf Parents: 14aa400 Author: sathwik <[email protected]> Authored: Thu Mar 15 10:12:47 2018 +0530 Committer: sathwik <[email protected]> Committed: Thu Mar 15 10:12:47 2018 +0530 ---------------------------------------------------------------------- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/1454ec4d/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index b30c217..aaa1a62 100644 --- a/Rakefile +++ b/Rakefile @@ -39,9 +39,9 @@ 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.9-SNAPSHOT" +VERSION_NUMBER = "1.3.8-SNAPSHOT" -repositories.release_to[:options] = {:digests => [:md5, :sha1, :sha512]} +repositories.release_to[:options] = {:digests => [:md5, :sha1]} # if SNAPSHOT version... if VERSION_NUMBER =~ /SNAPSHOT/
