ICU-11945 tag release-56-1

X-SVN-Rev: 38041
diff --git a/build.properties b/build.properties
index 3b039b5..ac9209c 100644
--- a/build.properties
+++ b/build.properties
@@ -4,6 +4,6 @@
 #*******************************************************************************
 api.report.version = 56
 api.report.prev.version = 55
-release.file.ver = 56rc
-api.doc.version = 56  Release Candidate
+release.file.ver = 56_1
+api.doc.version = 56.1
 
diff --git a/pom.xml b/pom.xml
index 9328ce7..9502b5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>com.ibm.icu</groupId>
   <artifactId>icu4j</artifactId>
-  <version>56-SNAPSHOT</version>
+  <version>56.1</version>
 
   <name>ICU4J</name>
   <description>
diff --git a/readme.html b/readme.html
index c03784c..72a12ad 100644
--- a/readme.html
+++ b/readme.html
@@ -14,29 +14,29 @@
 <body style="background-color: rgb(255, 255, 255);" lang="EN-US"
  link="#0000ff" vlink="#800080">
 <h1>International Components for Unicode for Java (ICU4J)</h1>
-<h2>Read Me for ICU4J 56  Release Candidate</h2>
-(Last Update: 2015-September-23)
+<h2>Read Me for ICU4J 56.1</h2>
+(Last Update: 2015-October-06)
 <hr size="2" width="100%">
 
 <p>
-<!-- <b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
+<b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
 of inherited API and introduces new API or functionality. -->
 <!-- <b>Note:</b> This is a development release of ICU4J 56.
 The contents of this document may not reflect the recent changes done
 for ICU 56 development. This milestone is intended for those wishing
 to get an early look at ICU4J 56 new features and API changes. It is not
 recommended for production use. -->
-<b>Note:</b> This is a release candidate of ICU4J 56.
+<!-- <b>Note:</b> This is a release candidate of ICU4J 56.
 The contents of this document may not reflect the recent changes done
 for ICU 56 development. This release candidate is intended for those
 wishing to verify ICU 56 integration before final release. It is not
-recommended for production use.
+recommended for production use. -->
 <!-- <b>Note:</b> This is a development release of ICU4J 56.
 The contents of this document may not reflect the recent changes done
 for ICU 56 development. This milestone is intended for those
 wishing to verify ICU 56 integration before final release. It is not
-recommended for production use.
-</p> -->
+recommended for production use. -->
+</p>
 <p>For the most recent release, see the <a
  href="http://www.icu-project.org/download/"> ICU4J
 download site</a>. </p>
@@ -144,7 +144,7 @@
 <p>See the <a href="https://sites.google.com/site/icusite/download/56">ICU 56 download page</a>
 about new features in this release.
 The list of API changes since the previous ICU4J release is available
-<a href="http://source.icu-project.org/repos/icu/icu4j/tags/release-56-rc/APIChangeReport.html">here</a>.</p>
+<a href="http://source.icu-project.org/repos/icu/icu4j/tags/release-56-1/APIChangeReport.html">here</a>.</p>
 
     <!-- ICU 56 items -->
     <!-- <h3>[Subject]</h3> -->
@@ -173,7 +173,7 @@
 <p>
  The IBM version contains the essential text of the license, omitting the
 X-specific trademarks and copyright notices. The full copy of <a
- href="http://source.icu-project.org/repos/icu/icu4j/tags/release-56-rc/main/shared/licenses/license.html">ICU's license</a> is included in the download
+ href="http://source.icu-project.org/repos/icu/icu4j/tags/release-56-1/main/shared/licenses/license.html">ICU's license</a> is included in the download
 package.
 </p>
 <h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
@@ -1040,8 +1040,8 @@
 <I> Note: This procedure assumes that all 3 sources are present</I>
 <ol>
     <li>Checkout or download CLDR version 'release-28'</li>
-    <li>Checkout ICU4C with tag 'release-56-rc'</li>
-    <li>Checkout ICU4J with tag 'release-56-rc'</li>
+    <li>Checkout ICU4C with tag 'release-56-1'</li>
+    <li>Checkout ICU4J with tag 'release-56-1'</li>
     <li>cd to <I>$icu4c_root</I>/source/data directory</li>
     <li>Follow the instructions in <I>$icu4c_root</I>/source/data/cldr-icu-readme.txt</li>
     <li>Rebuild ICU4C with the newly generated data.</li>