Reuse properties from default build

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-09 16:07:52 +00:00
parent 5d41d0f54c
commit 31e1180905
2 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,4 @@
##########################################################################
# Repository base path - unnecessary if full jar paths are provided below
version=3.2.1
apache.id=luckyRM

View File

@ -25,6 +25,7 @@
<project name="release-lang" basedir="../../">
<property file="src/release-tools/build.properties" />
<property file="default.properties" />
<target name="pre-rc" description="Prepares the download page and the release notes for rolling out a RC">
@ -40,7 +41,7 @@
<target name="rc" description="Create the RC">
<property name="repo.path" value="${user.home}/.m2/repository/org/apache/commons/commons-lang3/${version}" />
<property name="repo.path" value="${user.home}/.m2/repository/org/apache/commons/${component.name}/${component.version}" />
<property name="release.path" value="${user.home}/lang-rc" />
<property name="release.url" value="https://dist.apache.org/repos/dist/dev/commons/lang" />