You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2019/12/14 13:28:55 UTC

svn commit: r1871510 - /velocity/engine/trunk/pom.xml

Author: cbrisson
Date: Sat Dec 14 13:28:54 2019
New Revision: 1871510

URL: http://svn.apache.org/viewvc?rev=1871510&view=rev
Log:
[engine] Upgrade maven-release-plugin version to 3.0.0-M1

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1871510&r1=1871509&r2=1871510&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sat Dec 14 13:28:54 2019
@@ -55,7 +55,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>3.0.0-M1</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <autoVersionSubmodules>true</autoVersionSubmodules>