Skip to content

Commit 7809666

Browse files
committed
Updates maven-release-plugin to solve problem with tagging
1 parent 1540ab3 commit 7809666

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<version>2.3.16.2-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Struts 2</name>
15-
<url>http://struts.apache.org/2.x/</url>
15+
<url>http://struts.apache.org/</url>
1616
<description>Apache Struts 2</description>
1717

1818
<inceptionYear>2000</inceptionYear>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-release-plugin</artifactId>
126-
<version>2.5</version>
126+
<version>2.52</version>
127127
</plugin>
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
@@ -174,6 +174,11 @@
174174
</plugins>
175175
</pluginManagement>
176176
<plugins>
177+
<plugin>
178+
<groupId>org.apache.maven.plugins</groupId>
179+
<artifactId>maven-release-plugin</artifactId>
180+
<version>2.5</version>
181+
</plugin>
177182
<plugin>
178183
<artifactId>maven-jar-plugin</artifactId>
179184
<configuration>

0 commit comments

Comments
 (0)