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 2014/04/11 23:04:22 UTC

svn commit: r1586775 - /uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Author: schor
Date: Fri Apr 11 21:04:21 2014
New Revision: 1586775

URL: http://svn.apache.org/r1586775
Log:
no Jira - remove an override for the version of the invoker plugin which was down-versioning (unnecessarily) the version obtained from the lastest apache-wide pom (v 14).

Modified:
    uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1586775&r1=1586774&r2=1586775&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Fri Apr 11 21:04:21 2014
@@ -91,7 +91,7 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-invoker-plugin</artifactId>
-				<version>1.7</version>
+				<!-- <version>1.7</version> 1.8 from superpom -->
 				<configuration>
 					<projectsDirectory>src/it</projectsDirectory>
 					<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>