You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2014/06/11 23:44:46 UTC

svn commit: r1602026 - /uima/uimafit/trunk/uimafit-parent/pom.xml

Author: rec
Date: Wed Jun 11 21:44:46 2014
New Revision: 1602026

URL: http://svn.apache.org/r1602026
Log:
[UIMA-3885] Remove redundant configuration items
- buildnumber-maven-plugin was a stopgap while the UIMA build-helper plugin didn't work. No longer required.

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

Modified: uima/uimafit/trunk/uimafit-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/trunk/uimafit-parent/pom.xml?rev=1602026&r1=1602025&r2=1602026&view=diff
==============================================================================
--- uima/uimafit/trunk/uimafit-parent/pom.xml (original)
+++ uima/uimafit/trunk/uimafit-parent/pom.xml Wed Jun 11 21:44:46 2014
@@ -201,19 +201,6 @@
 										<ignore />
 									</action>
 								</pluginExecution>
-								<pluginExecution>
-									<pluginExecutionFilter>
-										<groupId>org.codehaus.mojo</groupId>
-										<artifactId>buildnumber-maven-plugin</artifactId>
-										<versionRange>[1.2,)</versionRange>
-										<goals>
-											<goal>create-timestamp</goal>
-										</goals>
-									</pluginExecutionFilter>
-									<action>
-										<ignore />
-									</action>
-								</pluginExecution>
 							</pluginExecutions>
 						</lifecycleMappingMetadata>
 					</configuration>