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 2022/06/29 10:00:13 UTC

[shiro] branch 1.9.x updated: [SHIRO-884] use plugin version from parent

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

fpapon pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new 04e89262 [SHIRO-884] use plugin version from parent
04e89262 is described below

commit 04e89262807bd2b94deaae9bffb3b5161964bd00
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jun 29 08:09:04 2022 +0200

    [SHIRO-884] use plugin version from parent
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bfe416a6..b6c253f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1442,7 +1442,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
-                        <version>3.0.1</version>
                         <executions>
                             <execution>
                                 <id>attach-sources</id>