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/03/12 02:11:31 UTC

[text] TEXT-72: upgrade clirr-maven-plugin to 2.8

Repository: commons-text
Updated Branches:
  refs/heads/master 9c6198b31 -> 94ca2ca01


TEXT-72: upgrade clirr-maven-plugin to 2.8


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

Branch: refs/heads/master
Commit: 94ca2ca012eb062c3045e71d490bd1e6b2833183
Parents: 9c6198b
Author: Rob Tompkins <ch...@apache.org>
Authored: Sat Mar 11 21:11:22 2017 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sat Mar 11 21:11:22 2017 -0500

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/94ca2ca0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 31292fe..cf03e86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.6.1</version>
+        <version>2.8</version>
         <configuration>
           <minSeverity>info</minSeverity>
         </configuration>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/94ca2ca0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4ca129..45b639c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,10 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
+  <release version="1.1" date="tbd" description="tbd">
+    <action issue="TEXT-72" type="fix" dev="chtompki">Similar to LANG-1025, clirr fails site build.</action>
+  </release>
+
   <release version="1.0" date="2017-03-04" description="
 
    Incompatible changes