fix version Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/5ad213d0 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/5ad213d0 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/5ad213d0
Branch: refs/heads/2.4.x Commit: 5ad213d04e76d421955d0e96e2fe2857a693dfee Parents: 7b70905 Author: Nicolas LaleveÌe <[email protected]> Authored: Thu Nov 6 22:50:34 2014 +0100 Committer: Nicolas LaleveÌe <[email protected]> Committed: Thu Nov 6 22:51:51 2014 +0100 ---------------------------------------------------------------------- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/5ad213d0/version.properties ---------------------------------------------------------------------- diff --git a/version.properties b/version.properties index e99160f..c70357c 100644 --- a/version.properties +++ b/version.properties @@ -16,9 +16,9 @@ # * specific language governing permissions and limitations # * under the License. # *************************************************************** -target.ivy.version=2.4.0-rc1 +target.ivy.version=2.4.0 # Following OSGi spec: have to be 3 numbers separated by dots target.ivy.bundle.version=2.4.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=cr1_ +target.ivy.bundle.version.qualifier=final_
