From 82d03e4733c8593a1411c7771f8ce7e3d066f6b9 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Wed, 3 Nov 2010 06:17:25 +0000 Subject: [PATCH] ICU-7476 Integrating Maven Ant task for deploying icu4j to the central Maven repository. X-SVN-Rev: 28995 --- icu4j/build.properties | 3 +- icu4j/build.xml | 98 +++++++++++++++++++++++++++++++++++++++++- icu4j/pom.xml | 2 +- 3 files changed, 100 insertions(+), 3 deletions(-) diff --git a/icu4j/build.properties b/icu4j/build.properties index f24dbddb1b8..e861ab29928 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -4,4 +4,5 @@ #******************************************************************************* api.report.version = 46 api.report.prev.version = 44 -release.file.ver = 4_6_0 +release.file.ver = 4_6 + diff --git a/icu4j/build.xml b/icu4j/build.xml index 8ec73e862b1..76b49122933 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -5,6 +5,7 @@ ******************************************************************************* --> + @@ -37,7 +38,6 @@ - @@ -1486,4 +1486,100 @@ todir="${module.tests.dir}/com/ibm/icu/dev/data"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icu4j/pom.xml b/icu4j/pom.xml index 7d5a484c0d5..8cba3c379f8 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -11,7 +11,7 @@ com.ibm.icu icu4j - 4.5.1-SNAPSHOT + 4.6-SNAPSHOT ICU4J