diff --git a/default.properties b/default.properties index 228e93089..3d1f6b413 100644 --- a/default.properties +++ b/default.properties @@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3 component.title = Core Language Utilities # The current version number of this component -component.version = 3.2.2-SNAPSHOT +component.version = 3.3-SNAPSHOT # The name that is used to create the jar file final.name = ${component.name}-${component.version} diff --git a/src/release-tools/build.properties.sample b/src/release-tools/build.properties.sample index 6e99d4a08..eff0e9468 100644 --- a/src/release-tools/build.properties.sample +++ b/src/release-tools/build.properties.sample @@ -16,7 +16,10 @@ # Sample Ant build.properties file for creating RCs and releasing ########################################################################## -# Your apache ID - it is used for the Build-By MANIFEST header, when creating the RC jars +# Your apache ID - it is used for the Build-By MANIFEST header, when +# creating the RC jars and when uploading the website apache.id=luckyRM -# directory to use when crating the release -release.path=${user.home}/lang-rc \ No newline at end of file +# checkout directory for the release distribution repo +release.path=${user.home}/lang-rc +# SSH keyfile holding the private key +ssh.keyfile=${user.home}/.ssh/id_rsa diff --git a/src/release-tools/build.xml b/src/release-tools/build.xml index 46e06a17e..c45541cc3 100644 --- a/src/release-tools/build.xml +++ b/src/release-tools/build.xml @@ -30,6 +30,7 @@ + @@ -77,7 +78,7 @@ + depends="-build-maven-artifacts, -prepare-dist-area"> @@ -103,6 +104,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + +