You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2014/06/13 17:19:39 UTC

svn commit: r1602460 - in /pivot/infra: CREATE_RELEASE_WORKFLOW bin/setup-environment-sample.sh

Author: smartini
Date: Fri Jun 13 15:19:38 2014
New Revision: 1602460

URL: http://svn.apache.org/r1602460
Log:
update scripts with current releases

Modified:
    pivot/infra/CREATE_RELEASE_WORKFLOW
    pivot/infra/bin/setup-environment-sample.sh

Modified: pivot/infra/CREATE_RELEASE_WORKFLOW
URL: http://svn.apache.org/viewvc/pivot/infra/CREATE_RELEASE_WORKFLOW?rev=1602460&r1=1602459&r2=1602460&view=diff
==============================================================================
--- pivot/infra/CREATE_RELEASE_WORKFLOW (original)
+++ pivot/infra/CREATE_RELEASE_WORKFLOW Fri Jun 13 15:19:38 2014
@@ -29,7 +29,7 @@ so now under the current folder you have
 2 - Setup environment
 The Release process uses the usual pivot builds to generate binary artifacts, 
 so it's better to update all required tools before proceed, 
-for example at the moment the latest for Java 6 is JDK 6 Update 45, and for Java 7 is JDK 7 Update 55.
+for example at the moment the latest for Java 6 is JDK 6 Update 45, and for Java 7 is JDK 7 Update 60.
 
 Some environment variables are needed, so you need to define them accordingly to your environment.
 As a sample you can look at (but please do NOT commit changes to it):
@@ -38,7 +38,7 @@ infra/bin/setup-environment-sample.sh
 Note that currently you need to copy its contents and paste in a terminal, or in your profile file.
 
 Of course <release-number> in this document has to be changed with the real release version,
-for example currently it's 2.1.0 in trunk, and 2.0.4 in branches/2.0.x .
+for example currently it's 2.1.0 in trunk, and 2.0.5 in branches/2.0.x .
 A good trick could be even to define a shell variable for this, like:
 export PIVOT_RELEASE=<release-number>
 and then use it.

Modified: pivot/infra/bin/setup-environment-sample.sh
URL: http://svn.apache.org/viewvc/pivot/infra/bin/setup-environment-sample.sh?rev=1602460&r1=1602459&r2=1602460&view=diff
==============================================================================
--- pivot/infra/bin/setup-environment-sample.sh (original)
+++ pivot/infra/bin/setup-environment-sample.sh Fri Jun 13 15:19:38 2014
@@ -24,9 +24,9 @@ export TEMP_DIR=/tmp
 export OPT=/opt
 
 export ANT_HOME=$OPT/apache-ant-1.8.4
-# export ANT_HOME=$OPT/apache-ant-1.9.3
+# export ANT_HOME=$OPT/apache-ant-1.9.4
 export JAVA_HOME=$OPT/jdk1.6.0_45
-# export JAVA_HOME=$OPT/jdk1.7.0_55
+# export JAVA_HOME=$OPT/jdk1.7.0_60
 export MAVEN_HOME=$OPT/apache-maven-3.2.1
 # export MAVEN_HOME=$OPT/apache-maven-3.0.5
 
@@ -34,7 +34,6 @@ export JAVALIB_DIR=$OPT/javalib
 
 export JUNIT_LIB=$JAVALIB_DIR/junit-4.8.2.jar
 export MAVEN_ANT_TASKS_LIB=$JAVALIB_DIR/maven-ant-tasks-2.1.3.jar
-# export RAT_LIB=$JAVALIB_DIR/apache-rat-0.8.jar
 export RAT_LIB=$JAVALIB_DIR/apache-rat-0.10.jar
 
 export GPG_KEY_EMAIL=smartini@apache.org