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 2011/08/01 23:21:20 UTC

svn commit: r1152934 - /uima/addons/trunk/uima-addons-parent/pom.xml

Author: schor
Date: Mon Aug  1 21:21:19 2011
New Revision: 1152934

URL: http://svn.apache.org/viewvc?rev=1152934&view=rev
Log:
[UIMA-2185] found out that maven bundle plugin 2.3.5 has accidental dependency on Java 1.6 - revert to 2.3.4.  See http://uima.markmail.org/thread/hlya6yntiwv6prdd

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

Modified: uima/addons/trunk/uima-addons-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/uima-addons-parent/pom.xml?rev=1152934&r1=1152933&r2=1152934&view=diff
==============================================================================
--- uima/addons/trunk/uima-addons-parent/pom.xml (original)
+++ uima/addons/trunk/uima-addons-parent/pom.xml Mon Aug  1 21:21:19 2011
@@ -129,7 +129,7 @@
 
   <properties>
     <uimaScmRoot>addons</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>   
   </properties>
 
   <build>
@@ -375,7 +375,7 @@
         </plugins>
       </build>
       <properties>
-        <uimaBuildResourcesVersion>1</uimaBuildResourcesVersion>
+        <uimaBuildResourcesVersion>1</uimaBuildResourcesVersion> 
       </properties>
     </profile>
 
@@ -437,7 +437,8 @@
           <plugin>
             <groupId>org.apache.felix</groupId>
 	          <artifactId>maven-bundle-plugin</artifactId>
-            <version>2.3.5</version>
+	          <!-- 2.3.5 accidentally required Java 6 -->
+            <version>2.3.4</version>
 	          <executions>
 	            <execution>
 	              <id>uima-bundle</id>