You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2016/01/26 19:25:35 UTC

svn commit: r1726848 - /openmeetings/application/branches/3.1.x/pom.xml

Author: solomax
Date: Tue Jan 26 18:25:35 2016
New Revision: 1726848

URL: http://svn.apache.org/viewvc?rev=1726848&view=rev
Log:
[OPENMEETINGS-1259] maven-bundle-plugin version is updated

Modified:
    openmeetings/application/branches/3.1.x/pom.xml

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1726848&r1=1726847&r2=1726848&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Tue Jan 26 18:25:35 2016
@@ -802,7 +802,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.3.7</version>
+					<version>3.0.1</version>
 					<extensions>true</extensions>
 				</plugin>
 				<plugin>