You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2015/12/15 19:09:04 UTC

svn commit: r1720209 - /uima/uima-as/trunk/uimaj-as-core/pom.xml

Author: cwiklik
Date: Tue Dec 15 18:09:04 2015
New Revision: 1720209

URL: http://svn.apache.org/viewvc?rev=1720209&view=rev
Log:
UIMA-4703 update plugins

Modified:
    uima/uima-as/trunk/uimaj-as-core/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/pom.xml?rev=1720209&r1=1720208&r2=1720209&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-core/pom.xml Tue Dec 15 18:09:04 2015
@@ -19,9 +19,7 @@
 		<relativePath>../uima-as-parent/pom.xml</relativePath>
 	</parent>
 
-	<groupId>org.apache.uima</groupId>
 	<artifactId>uimaj-as-core</artifactId>
-	<version>2.8.1-SNAPSHOT</version>
 	<name>Apache UIMA-AS: ${project.artifactId}</name>
 	<url>${uimaWebsiteUrl}</url>
 
@@ -154,12 +152,15 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>build-helper-maven-plugin</artifactId>
-				<version>1.5</version>
+				<version>1.10</version>
 				<executions>
 					<execution>
-						<id>addVersionSrc</id>
+						<id>parse-version</id>
+						<phase>validate</phase>
+						
+						<!-- >phase>generate-sources</phase -->
 						<goals>
-							<goal>add-source</goal>
+						  <goal>add-source</goal>
 						</goals>
 						<configuration>
 							<sources>
@@ -176,6 +177,7 @@
 				<version>2.3.3</version>
 				<executions>
 					<execution>
+					    <id>gen-beans-id</id>
 						<phase>generate-sources</phase>
 						<goals>
 							<goal>xmlbeans</goal>