You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/04/29 00:10:19 UTC

[myfaces] 01/03: Update maven-source-plugin to 2.2.1

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

volosied pushed a commit to branch 2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit fab9c993460fd9fc920d9e62d1390381acecbd91
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Wed Apr 28 19:45:52 2021 -0400

    Update maven-source-plugin to 2.2.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4f7d6ce..b4bda0a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -92,7 +92,7 @@
             <!-- attach -sources.jar to all our modules -->
             <plugin>
                 <artifactId>maven-source-plugin</artifactId>
-                <version>2.0.4</version>
+                <version>2.2.1</version>
                 <executions>
                     <execution>
                         <id>attach-source</id>