You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2018/09/26 10:41:05 UTC

wicket git commit: Upgrade maven-bundle-plugin to 4.0.0

Repository: wicket
Updated Branches:
  refs/heads/master b6b5d7137 -> 7db4e941d


Upgrade maven-bundle-plugin to 4.0.0


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7db4e941
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7db4e941
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7db4e941

Branch: refs/heads/master
Commit: 7db4e941d1043753566bd653384f2a621117fce3
Parents: b6b5d71
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Sep 26 13:40:49 2018 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Sep 26 13:40:49 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/7db4e941/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 24195ea..5b1e15d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -726,7 +726,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>3.4.0</version>
+					<version>4.0.0</version>
 					<extensions>true</extensions>
 					<executions>
 						<execution>