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 09:20:59 UTC

[struts-archetypes] branch master updated: Reverts archetype-plugin to 3.1.2

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 a978c87  Reverts archetype-plugin to 3.1.2
a978c87 is described below

commit a978c87f4f87e98754c38b5aa8bb3b12a2e7bb40
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Apr 24 11:20:52 2020 +0200

    Reverts archetype-plugin to 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d8530c..c8bcfae 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.2.0</version>
+                    <version>3.1.2</version>
                 </plugin>
             </plugins>
         </pluginManagement>