You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2019/05/30 13:11:35 UTC

[shiro] branch master updated: SHIRO-693 - Update plugins

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new dc6812c  SHIRO-693 - Update plugins
     new 7c74b98  Merge pull request #139 from coheigea/SHIRO-693
dc6812c is described below

commit dc6812c648eb09e0cd8f621826aacb6973460aa8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu May 30 11:03:48 2019 +0100

    SHIRO-693 - Update plugins
---
 all/pom.xml                    |  2 +-
 pom.xml                        | 26 +++++++++++++-------------
 samples/aspectj/pom.xml        |  4 ++--
 support/aspectj/pom.xml        |  4 ++--
 support/features/pom.xml       |  4 ++--
 support/servlet-plugin/pom.xml |  2 +-
 tools/hasher/pom.xml           |  2 +-
 7 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index 6d10156..e9ad4bd 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -99,7 +99,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                 <version>2.6</version>
+                <version>3.1.0</version>
                 <configuration>
                     <descriptors>
                         <descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/pom.xml b/pom.xml
index 80f345e..4573525 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,12 +250,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.2.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.1.0</version>
+                    <version>4.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -265,17 +265,17 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.5.1</version>
+                    <version>3.7.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-scm-publish-plugin</artifactId>
-                    <version>1.1</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.12</version>
+                    <version>0.13</version>
                     <configuration>
                     		<!-- note that this configuration needs to be maintain both in pluginManagement and reporting sections -->
                         <excludes>
@@ -327,7 +327,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>1.12</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -376,12 +376,12 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>4.0.0</version>
+                    <version>4.0.2</version>
                 </plugin>
                 <plugin>
                     <groupId>com.github.siom79.japicmp</groupId>
                     <artifactId>japicmp-maven-plugin</artifactId>
-                    <version>0.13.0</version>
+                    <version>0.14.1</version>
                     <configuration>
                         <oldVersion>
                             <dependency>
@@ -601,7 +601,7 @@
             <plugin>
                 <groupId>org.sonatype.plugins</groupId>
                 <artifactId>nexus-staging-maven-plugin</artifactId>
-                <version>1.6.7</version>
+                <version>1.6.8</version>
                 <extensions>true</extensions>
                 <configuration>
                     <nexusUrl>https://repository.apache.org</nexusUrl>
@@ -1205,7 +1205,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
+                <version>3.1.0</version>
                 <configuration>
                     <source>${jdk.version}</source>
                     <encoding>${project.build.sourceEncoding}</encoding>
@@ -1248,14 +1248,14 @@
             </plugin>
             <plugin>
                 <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.5</version>
+                <version>3.0.0</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.7</version>
+                <version>3.11.0</version>
                 <configuration>
                     <sourceEncoding>utf-8</sourceEncoding>
                     <targetJdk>1.5</targetJdk>
@@ -1263,7 +1263,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.9</version>
+                <version>3.0.0</version>
                 <!-- Disable, just to make it go faster -->
                 <configuration>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index 4d90eec..b99df82 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -38,8 +38,8 @@
 				<artifactId>aspectj-maven-plugin</artifactId>
 				<version>1.4</version>
 				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
+					<source>1.8</source>
+					<target>1.8</target>
 					<showWeaveInfo>true</showWeaveInfo>
 					<aspectLibraries>
 						<aspectLibrary>
diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml
index e4e64d7..ae00389 100644
--- a/support/aspectj/pom.xml
+++ b/support/aspectj/pom.xml
@@ -66,8 +66,8 @@
                 <artifactId>aspectj-maven-plugin</artifactId>
                 <version>1.4</version>
                 <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                     <showWeaveInfo>true</showWeaveInfo>
                 </configuration>
                 <executions>
diff --git a/support/features/pom.xml b/support/features/pom.xml
index d2944cd..8fb0b2c 100644
--- a/support/features/pom.xml
+++ b/support/features/pom.xml
@@ -39,7 +39,7 @@
         <!-- Not a Shiro dependency - used for quartz bundle resolution only (see features.xml): -->
         <commons.collections.version>3.2.1</commons.collections.version>
         <!-- karaf plugin version -->
-        <karaf.version>4.2.4</karaf.version>
+        <karaf.version>4.2.5</karaf.version>
     </properties>
 
     <dependencies>
@@ -66,7 +66,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>3.1.0</version>
                 <configuration>
                     <useDefaultDelimiters>false</useDefaultDelimiters>
                     <delimiters>
diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml
index a0d02f5..6a3aafc 100644
--- a/support/servlet-plugin/pom.xml
+++ b/support/servlet-plugin/pom.xml
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>xml-maven-plugin</artifactId>
-                <version>1.0.1</version>
+                <version>1.0.2</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml
index cd192b2..db91814 100644
--- a/tools/hasher/pom.xml
+++ b/tools/hasher/pom.xml
@@ -59,7 +59,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2.1</version>
+                <version>3.1.0</version>
                 <configuration>
                     <descriptors>
                         <descriptor>src/main/assembly/cli.assembly.xml</descriptor>