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 2016/08/02 13:41:46 UTC

svn commit: r1754915 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml

Author: schor
Date: Tue Aug  2 13:41:46 2016
New Revision: 1754915

URL: http://svn.apache.org/viewvc?rev=1754915&view=rev
Log:
[UIMA-4988] add maven-central available version of org.eclipse.emf.codegen for stable building

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml?rev=1754915&r1=1754914&r2=1754915&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml Tue Aug  2 13:41:46 2016
@@ -103,11 +103,17 @@
 			<version>3.2.0</version>
 			<scope>provided</scope>
 		</dependency>								
+    <dependency>
+      <groupId>org.eclipse.emf</groupId>
+      <artifactId>codegen</artifactId>
+      <!--version>2.9.1</version-->
+      <version>2.1.0</version>
+      <scope>provided</scope>
+    </dependency>
 		<dependency>
 			<groupId>org.eclipse.emf</groupId>
-			<artifactId>codegen</artifactId>
-			<!--version>2.9.1</version-->
-			<version>2.1.0</version>
+			<artifactId>org.eclipse.emf.codegen</artifactId>
+			<version>2.10.0-v20150123-0452</version>
 			<scope>provided</scope>
 		</dependency>
     <dependency>