You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/26 12:12:24 UTC

[1/4] [text] Set jira url and id in pom.xml

Repository: commons-text
Updated Branches:
  refs/heads/master 69f252391 -> f66c469e6


Set jira url and id in pom.xml


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

Branch: refs/heads/master
Commit: a3c8fdf0bab56182f1b035fab67835f24a2c3da2
Parents: 69f2523
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 26 12:05:26 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 26 12:05:26 2015 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/a3c8fdf0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f26a8a5..24471d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/SANDBOX</url>
+    <url>http://issues.apache.org/jira/browse/TEXT</url>
   </issueManagement>
 
   <scm>
@@ -112,8 +112,8 @@
     <commons.release.version>0.1</commons.release.version>
     <commons.release.desc>(Java 6.0+)</commons.release.desc>
 
-    <commons.jira.id>SANDBOX</commons.jira.id>
-    <commons.jira.pid>12317115</commons.jira.pid>
+    <commons.jira.id>TEXT</commons.jira.id>
+    <commons.jira.pid>12318221</commons.jira.pid>
 
     <commons.site.path>text</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-text</commons.scmPubUrl>


[3/4] [text] Update changes.xml with new issue keys from new jira project

Posted by br...@apache.org.
Update changes.xml with new issue keys from new jira project


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

Branch: refs/heads/master
Commit: 1af6311b05e57fdb15a15f17ad2daf74980d4b2c
Parents: 70da312
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 26 12:11:09 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 26 12:11:09 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/1af6311b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c9f97e0..8b14bdf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,19 +22,19 @@
   <body>
 
   <release version="1.0" date="tba" description="tba">
-    <action issue="SANDBOX-499" type="add" dev="kinow">Create Commons Text logo</action>
-    <action issue="SANDBOX-498" type="update" dev="britter">Improve HumanNameParser</action>
-    <action issue="SANDBOX-497" type="fix" dev="kinow">IP clearance for the names package</action>
-    <action issue="SANDBOX-496" type="add" dev="kinow">Write user guide</action>
-    <action issue="SANDBOX-488" type="fix" dev="kinow">Work on the string metric, distance, and similarity definitions for the project</action>
-    <action issue="SANDBOX-487" type="add" dev="kinow">Human name parser</action>
-    <action issue="SANDBOX-492" type="fix" dev="kinow" due-to="Jonathan baker">Create StringDistanceFrom class that contains a StringMetric and the "left" side string.  This would have a method that accepts the "right" side string to test.</action>
-    <action issue="SANDBOX-490" type="add" dev="kinow">Add Cosine Similarity and Cosine Distance</action>
-    <action issue="SANDBOX-493" type="fix" dev="kinow" due-to="Jonathan Baker">Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction.</action>
-    <action issue="SANDBOX-491" type="fix" dev="kinow" due-to="Jonathan Baker">Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance.</action>
-    <action issue="SANDBOX-486" type="add" dev="kinow">Port Myers algorithm from [collections]</action>
-    <action issue="SANDBOX-485" type="add" dev="kinow">Add Hamming distance</action>
-    <action issue="SANDBOX-483" type="add" dev="kinow" due-to="britter">Incorporate String algorithms from Commons Lang</action>
+    <action issue="TEXT-13" type="add" dev="kinow">Create Commons Text logo</action>
+    <action issue="TEXT-16" type="update" dev="britter">Improve HumanNameParser</action>
+    <action issue="TEXT-5" type="fix" dev="kinow">IP clearance for the names package</action>
+    <action issue="TEXT-7" type="add" dev="kinow">Write user guide</action>
+    <action issue="TEXT-11" type="fix" dev="kinow">Work on the string metric, distance, and similarity definitions for the project</action>
+    <action issue="TEXT-15" type="add" dev="kinow">Human name parser</action>
+    <action issue="TEXT-12" type="fix" dev="kinow" due-to="Jonathan baker">Create StringDistanceFrom class that contains a StringMetric and the "left" side string.  This would have a method that accepts the "right" side string to test.</action>
+    <action issue="TEXT-3" type="add" dev="kinow">Add Cosine Similarity and Cosine Distance</action>
+    <action issue="TEXT-8" type="fix" dev="kinow" due-to="Jonathan Baker">Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction.</action>
+    <action issue="TEXT-6" type="fix" dev="kinow" due-to="Jonathan Baker">Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance.</action>
+    <action issue="TEXT-4" type="add" dev="kinow">Port Myers algorithm from [collections]</action>
+    <action issue="TEXT-1" type="add" dev="kinow">Add Hamming distance</action>
+    <action issue="TEXT-9" type="add" dev="kinow" due-to="britter">Incorporate String algorithms from Commons Lang</action>
   </release>
 
   </body>


[4/4] [text] Merge branch 'new-jira-project'

Posted by br...@apache.org.
Merge branch 'new-jira-project'


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

Branch: refs/heads/master
Commit: f66c469e6874ae417997e90075c691c5e809b513
Parents: 69f2523 1af6311
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 26 12:11:55 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 26 12:11:55 2015 +0200

----------------------------------------------------------------------
 pom.xml                          |  6 +++---
 src/changes/changes.xml          | 26 +++++++++++++-------------
 src/site/xdoc/issue-tracking.xml | 14 +++++++-------
 3 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------



[2/4] [text] Update issue tracking page

Posted by br...@apache.org.
Update issue tracking page


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

Branch: refs/heads/master
Commit: 70da312f8088f8796877d316f4dfcfbc86eaf9d3
Parents: a3c8fdf
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 26 12:06:41 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 26 12:06:41 2015 +0200

----------------------------------------------------------------------
 src/site/xdoc/issue-tracking.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/70da312f/src/site/xdoc/issue-tracking.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 650fa15..4e9748b 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -51,7 +51,7 @@ limitations under the License.
     <section name="Apache Commons Text Issue tracking">
       <p>
       Apache Commons Text uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for tracking issues.
-      See the <a href="http://issues.apache.org/jira/browse/SANDBOX">Apache Commons Text JIRA project page</a>.
+      See the <a href="http://issues.apache.org/jira/browse/TEXT">Apache Commons Text JIRA project page</a>.
       </p>
 
       <p>
@@ -65,13 +65,13 @@ limitations under the License.
       If you would like to report a bug, or raise an enhancement request with
       Apache Commons Text please do the following:
       <ol>
-        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12317115&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">Search existing open bugs</a>.
+        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12318221&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">Search existing open bugs</a>.
             If you find your issue listed then please add a comment with your details.</li>
         <li><a href="mail-lists.html">Search the mailing list archive(s)</a>.
             You may find your issue or idea has already been discussed.</li>
         <li>Decide if your issue is a bug or an enhancement.</li>
-        <li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12317115&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
-            or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12317115&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
+        <li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12318221&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
+            or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12318221&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
       </ol>
       </p>
 
@@ -92,9 +92,9 @@ limitations under the License.
       <p>
       You may also find these links useful:
       <ul>
-        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12317115&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">All Open Apache Commons Text bugs</a></li>
-        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12317115&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Apache Commons Text bugs</a></li>
-        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12317115&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Apache Commons Text bugs</a></li>
+        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12318221&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">All Open Apache Commons Text bugs</a></li>
+        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12318221&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Apache Commons Text bugs</a></li>
+        <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12318221&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Apache Commons Text bugs</a></li>
       </ul>
       </p>
     </section>