You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/24 08:54:22 UTC

[struts-archetypes] branch master updated: Uses the latest stable version of archetype-plugin

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 09670f2  Uses the latest stable version of archetype-plugin
09670f2 is described below

commit 09670f2c784cf96726adf099e63f102f74a50794
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Apr 24 10:54:06 2020 +0200

    Uses the latest stable version of archetype-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f73ba4..7d8530c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.1.3-SNAPSHOT</version>
+                    <version>3.2.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>