You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2015/05/12 16:12:47 UTC

svn commit: r1678952 - /ctakes/trunk/ctakes-ytex/pom.xml

Author: chenpei
Date: Tue May 12 14:12:46 2015
New Revision: 1678952

URL: http://svn.apache.org/r1678952
Log:
CTAKES-360 - ctakes-ytex jaxb2 plugin fails with 2.1 explictly set to 1.6

Modified:
    ctakes/trunk/ctakes-ytex/pom.xml

Modified: ctakes/trunk/ctakes-ytex/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex/pom.xml?rev=1678952&r1=1678951&r2=1678952&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex/pom.xml Tue May 12 14:12:46 2015
@@ -225,6 +225,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>jaxb2-maven-plugin</artifactId>
+				<version>1.6</version>
 				<executions>
 					<execution>
 						<goals>
@@ -375,4 +376,4 @@
 			</plugins>
 		</pluginManagement>
 	</build>
-</project>
\ No newline at end of file
+</project>