You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/04/12 00:33:09 UTC

[text] (docs) adding Release Information to site

Repository: commons-text
Updated Branches:
  refs/heads/master fe20a173e -> efe091cf0


(docs) adding Release Information to site


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/efe091cf
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/efe091cf
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/efe091cf

Branch: refs/heads/master
Commit: efe091cf0af3da15e140abf3cf0d4d01cc26ad99
Parents: fe20a17
Author: Rob Tompkins <ch...@apache.org>
Authored: Tue Apr 11 20:32:57 2017 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Tue Apr 11 20:32:57 2017 -0400

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/efe091cf/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 44464a5..62e82e0 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -12,7 +12,7 @@ the License.  You may obtain a copy of the License at
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
+See the License for the specific uage governing permissions and
 limitations under the License.
 -->
 <document>
@@ -45,7 +45,25 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>There have not been any official releases yet.</p>
+<p>The latest stable release of Text is 1.0. You may: </p>
+<ul>
+<li>Download <a href="/download_text.cgi">1.0</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-1.0.txt">1.0 release notes</a></li>
+</ul>
+<p>
+Alternatively you can pull it from the central Maven repositories:
+<pre>
+&lt;dependency&gt;
+   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
+   &lt;artifactId&gt;commons-text&lt;/artifactId&gt;
+   &lt;version&gt;1.0&lt;/version&gt;
+&lt;/dependency&gt;
+</pre>
+</p>
+
+ <p>
+  For information on previous releases see the <a href="release-history.html">Release History</a>, and to download previous releases see the <a href="http://archive.apache.org/dist/commons/text/">Commons Text Archive</a>.
+ </p>
 
 </section>
 <!-- ================================================== -->