You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/12/30 16:30:06 UTC

svn commit: r1554259 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Mon Dec 30 15:30:06 2013
New Revision: 1554259

URL: http://svn.apache.org/r1554259
Log:
[UIMA-3521] upgrade maven changes plugin version to 2.9 to make it work with Jira version

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1554259&r1=1554258&r2=1554259&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Mon Dec 30 15:30:06 2013
@@ -545,7 +545,7 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.8</version>  <!-- Apache-wide pom has no entry for this plugin -->
+          <version>2.9</version>  <!-- Apache-wide pom has no entry for this plugin -->
           <executions>
             <execution>
               <id>default-cli</id>