building 2.5.0-rc1
Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/004a67fc Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/004a67fc Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/004a67fc Branch: refs/heads/master Commit: 004a67fccc80102be2b94a50578e0ad7849b7fa4 Parents: 4470ae5 Author: Nicolas LaleveÌe <[email protected]> Authored: Wed Apr 11 19:32:21 2018 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Wed Apr 11 19:32:21 2018 +0200 ---------------------------------------------------------------------- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/004a67fc/version.properties ---------------------------------------------------------------------- diff --git a/version.properties b/version.properties index 6ba2321..7698e63 100644 --- a/version.properties +++ b/version.properties @@ -16,12 +16,12 @@ # * specific language governing permissions and limitations # * under the License. # *************************************************************** -target.ivy.version=2.5.0 +target.ivy.version=2.5.0-rc1 # Following OSGi spec: have to be 3 numbers separated by dots target.ivy.bundle.version=2.5.0 # in case we want to add a qualifier such as alpha, beta, etc... # if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200 -target.ivy.bundle.version.qualifier=alpha_ +target.ivy.bundle.version.qualifier=cr1_ # Versions of dependencies
