Skip to content

Commit

Permalink
Corrects url closing tag and updates release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 6, 2014
1 parent a582305 commit 676e66b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>2.3.17-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Struts 2</name>
<url>http://struts.apache.org/<url>
<url>http://struts.apache.org/</url>
<description>Apache Struts 2</description>

<inceptionYear>2000</inceptionYear>
Expand Down Expand Up @@ -120,6 +120,11 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand Down Expand Up @@ -169,6 +174,11 @@
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 676e66b

Please sign in to comment.