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:11:04 UTC

svn commit: r1720211 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Tue Dec 15 18:11:04 2015
New Revision: 1720211

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

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

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1720211&r1=1720210&r2=1720211&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Tue Dec 15 18:11:04 2015
@@ -25,7 +25,7 @@
 		<relativePath />
 	</parent>
 
-	<groupId>org.apache.uima</groupId>
+	<!-- >groupId>org.apache.uima</groupId -->
 	<artifactId>uima-as-parent</artifactId>
 	<packaging>pom</packaging>
 	<version>2.8.1-SNAPSHOT</version>
@@ -139,22 +139,23 @@
 
 		<xstream.version>1.4.7</xstream.version>
 
-                <log4j.version>1.2.17</log4j.version>
+        <log4j.version>1.2.17</log4j.version>
 
 		<xmlbeans.version>2.4.0</xmlbeans.version>
 		
 		<slf4j.version>1.7.10</slf4j.version>
 		
-		<!--http.client.version>4.2.5</http.client.version>
+		<!-- http.client.version>4.5.1</http.client.version>
 		
-		<http.core.version>4.2.4</http.client.version-->
+		<http.core.version>4.4.4</http.core.version-->
 
 		<xpp3.version>1.1.4c</xpp3.version>
 		
 		<http.commons.client.version>4.2.5</http.commons.client.version>
 		
 		<http.commons.core.version>4.2.4</http.commons.core.version>
-                <hawtbuff.version>1.11</hawtbuff.version>		
+		
+        <hawtbuff.version>1.11</hawtbuff.version>		
 		
         
         <!-- Needed for NOTICE file packaged in each jar under META-INF -->
@@ -384,7 +385,7 @@ ${uimaASNoticeText}
           <version>${log4j.version}</version>
           </dependency>
 			
-          <!--dependency>
+          <!-- dependency>
               <groupId>commons-httpclient</groupId>
               <artifactId>commons-httpclient</artifactId>
               <version>${http.client.version}</version>
@@ -420,7 +421,38 @@ ${uimaASNoticeText}
 	
 	 <build>
     <pluginManagement>
-      <plugins>
+    
+    	<plugins>
+    		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+    		<plugin>
+    			<groupId>org.eclipse.m2e</groupId>
+    			<artifactId>lifecycle-mapping</artifactId>
+    			<version>1.0.0</version>
+    			<configuration>
+    				<lifecycleMappingMetadata>
+    					<pluginExecutions>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>org.apache.felix</groupId>
+    								<artifactId>
+    									maven-bundle-plugin
+    								</artifactId>
+    								<versionRange>
+    									[2.3.7,)
+    								</versionRange>
+    								<goals>
+    									<goal>manifest</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<execute></execute>
+    							</action>
+    						</pluginExecution>
+    					</pluginExecutions>
+    				</lifecycleMappingMetadata>
+    			</configuration>
+    		</plugin>
+     
         <plugin>
           <artifactId>maven-changes-plugin</artifactId>
           <version>2.10</version>