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 2017/04/26 07:40:13 UTC

[1/3] ode git commit: mount gpg for release

Repository: ode
Updated Branches:
  refs/heads/ode-1.3.x 676d0a8a5 -> 5133b3068


mount gpg for release


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

Branch: refs/heads/ode-1.3.x
Commit: c92fd10b5e103c64dc9354617d139ed7df69e3cb
Parents: 676d0a8
Author: sathwik <sa...@apache.org>
Authored: Wed Apr 26 12:25:18 2017 +0530
Committer: sathwik <sa...@apache.org>
Committed: Wed Apr 26 12:25:18 2017 +0530

----------------------------------------------------------------------
 ci-build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/c92fd10b/ci-build.sh
----------------------------------------------------------------------
diff --git a/ci-build.sh b/ci-build.sh
index 2463ad8..18ddb63 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -60,4 +60,5 @@ docker run --rm \
     -v $HOME/.m2:/home/dummy/.m2 \
     -v $HOME/.buildr:/home/dummy/.buildr \
     -v /tmp:/tmp \
+    -v $GNUPGHOME:/home/dummy/.gnupg \
     --entrypoint bash sathwik/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND";


[2/3] ode git commit: Changed version number to 1.3.7

Posted by sa...@apache.org.
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/72d701b3
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/72d701b3
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/72d701b3

Branch: refs/heads/ode-1.3.x
Commit: 72d701b34619dbb0739996bbc21e0ea4a349b2e2
Parents: c92fd10
Author: sathwik <sa...@apache.org>
Authored: Wed Apr 26 12:26:20 2017 +0530
Committer: sathwik <sa...@apache.org>
Committed: Wed Apr 26 12:26:20 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/72d701b3/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index f960018..baf31fa 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/


[3/3] ode git commit: Changed version number to 1.3.8-SNAPSHOT

Posted by sa...@apache.org.
Changed version number to 1.3.8-SNAPSHOT


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

Branch: refs/heads/ode-1.3.x
Commit: 5133b3068849a2a235abb2358cd05b878933894f
Parents: 72d701b
Author: sathwik <sa...@apache.org>
Authored: Wed Apr 26 07:39:05 2017 +0000
Committer: sathwik <sa...@apache.org>
Committed: Wed Apr 26 07:39:05 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/ode/blob/5133b306/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index baf31fa..23988a4 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"
+VERSION_NUMBER = "1.3.8-SNAPSHOT"
 
 # if SNAPSHOT version...
 if VERSION_NUMBER =~ /SNAPSHOT/