You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/04/19 19:43:47 UTC

svn commit: r1791959 - /httpcomponents/project/trunk/pom.xml

Author: ggregory
Date: Wed Apr 19 19:43:47 2017
New Revision: 1791959

URL: http://svn.apache.org/viewvc?rev=1791959&view=rev
Log:
maven-bundle-plugin 3.2.0 -> 3.3.0.

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1791959&r1=1791958&r2=1791959&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Wed Apr 19 19:43:47 2017
@@ -49,6 +49,7 @@ Version 9 - changes since version 8
 maven-compiler-plugin 3.6.0 -> 3.6.1
 maven-surefire-plugin 2.19.1 -> 2.20
 maven-resources-plugin 3.0.1 -> 3.0.2
+maven-bundle-plugin 3.2.0 -> 3.3.0
 
 Version 8 - changes since version 7
 ===================================
@@ -624,7 +625,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.httpcomponents</groupId>