Repository: servicemix-bundles Updated Branches: refs/heads/master 4aa8eff34 -> ce5e82622
[SM-3262] Upgrade plugins in bundles-pom Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/1ee464e5 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1ee464e5 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1ee464e5 Branch: refs/heads/master Commit: 1ee464e5c9ee8f0e80bc66cf772c264991884d87 Parents: 4aa8eff Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Feb 18 14:29:50 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Feb 18 14:29:50 2017 +0100 ---------------------------------------------------------------------- bundles-pom/pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1ee464e5/bundles-pom/pom.xml ---------------------------------------------------------------------- diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml index a7f3672..9efb866 100644 --- a/bundles-pom/pom.xml +++ b/bundles-pom/pom.xml @@ -80,7 +80,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> @@ -94,7 +94,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.16</version> + <version>2.19.1</version> <configuration> <skip>true</skip> </configuration> @@ -102,7 +102,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>1.7.1</version> + <version>3.0.0</version> <executions> <execution> <id>sources</id> @@ -143,7 +143,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.2.1</version> + <version>3.0.1</version> <executions> <execution> <phase>generate-sources</phase> @@ -159,17 +159,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> + <version>1.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jarsigner-plugin</artifactId> - <version>1.2</version> + <version>1.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.6.1</version> <configuration> <source>1.5</source> <target>1.5</target> @@ -183,7 +183,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> + <version>3.2.0</version> <extensions>true</extensions> <configuration> <instructions> @@ -194,7 +194,7 @@ <Private-Package>${servicemix.osgi.private.pkg}</Private-Package> <DynamicImport-Package>${servicemix.osgi.dynamicimport.pkg}</DynamicImport-Package> <Embed-Dependency>${servicemix.osgi.embed.dependency}</Embed-Dependency> - <Bundle-NativeCode>${servicemix.osgi.native}</Bundle-NativeCode> + <!-- <Bundle-NativeCode>${servicemix.osgi.native}</Bundle-NativeCode> --> <Bundle-Activator>${servicemix.osgi.activator}</Bundle-Activator> <Fragment-Host>${servicemix.osgi.fragment.host}</Fragment-Host> <Provide-Capability>${servicemix.osgi.provide.capability}</Provide-Capability> @@ -212,7 +212,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> + <version>3.0.0</version> <executions> <execution> <id>copy-legal</id> @@ -267,7 +267,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> + <version>3.0.0</version> <dependencies> <dependency> <groupId>org.apache.servicemix.bundles</groupId> @@ -302,7 +302,7 @@ <plugin> <inherited>true</inherited> <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.1</version> + <version>2.8.2</version> <configuration> <updateReleaseInfo>true</updateReleaseInfo> </configuration> @@ -310,7 +310,7 @@ <!-- We want to sign the artifact, the POM, and all attached artifacts --> <plugin> <artifactId>maven-gpg-plugin</artifactId> - <version>1.4</version> + <version>1.6</version> <executions> <execution> <goals>
