You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/05/25 18:29:41 UTC

[shiro] branch master updated: Fix maven warning for maven-exec-plugin and upgrade to 1.6.0

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

fpapon 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 a067af5  Fix maven warning for maven-exec-plugin and upgrade to 1.6.0
     new 6cfd985  Merge pull request #135 from fpapon/MVN-BUILD
a067af5 is described below

commit a067af54bdb18effd3440628a662bf60faac3a06
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sat May 25 21:45:16 2019 +0400

    Fix maven warning for maven-exec-plugin and upgrade to 1.6.0
---
 samples/quickstart-guice/pom.xml | 2 +-
 samples/quickstart/pom.xml       | 2 +-
 samples/spring/pom.xml           | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml
index 6bb5edc..ed62674 100644
--- a/samples/quickstart-guice/pom.xml
+++ b/samples/quickstart-guice/pom.xml
@@ -35,7 +35,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
-                <version>1.1</version>
+                <version>1.6.0</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml
index 70d92d2..dd72d78 100644
--- a/samples/quickstart/pom.xml
+++ b/samples/quickstart/pom.xml
@@ -37,7 +37,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
-                <version>1.1</version>
+                <version>1.6.0</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml
index 89044eb..d388f91 100644
--- a/samples/spring/pom.xml
+++ b/samples/spring/pom.xml
@@ -66,6 +66,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
+                <version>1.6.0</version>
                 <configuration>
                     <mainClass>org.apache.shiro.samples.spring.CliApp</mainClass>
                 </configuration>