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 2014/04/06 21:14:28 UTC

[26/31] git commit: Corrects url closing tag and updates release plugin

Corrects url closing tag and updates release plugin


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/676e66b1
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/676e66b1
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/676e66b1

Branch: refs/heads/feature/use-js-to-support-multiple-buttons
Commit: 676e66b1d9c92ee45a1f7b092027364916e5160c
Parents: a582305
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sun Apr 6 13:39:03 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sun Apr 6 13:39:03 2014 +0200

----------------------------------------------------------------------
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/676e66b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5f181e..a0f0bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -122,6 +122,11 @@
             <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>
                     <version>3.2</version>
                 </plugin>
@@ -170,6 +175,11 @@
         </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>
                     <archive>