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 2017/03/20 07:05:27 UTC

[12/13] struts-extras git commit: [maven-release-plugin] prepare release struts2-secure-jakarta-multipart-parser-plugin-1.0

[maven-release-plugin] prepare release struts2-secure-jakarta-multipart-parser-plugin-1.0


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

Branch: refs/heads/master
Commit: f6ee07056484054be7d16f79e87c0ca47f422f8e
Parents: b16db50
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 08:03:26 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 08:03:26 2017 +0100

----------------------------------------------------------------------
 struts2-secure-jakarta-multipart-parser-plugin/pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/f6ee0705/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
index e73996a..ca97492 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
@@ -17,8 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
         <groupId>org.apache.struts</groupId>
@@ -29,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>struts2-secure-jakarta-multipart-parser-plugin</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>jar</packaging>
     <name>Struts 2.3.8 - 2.5.5 secure Jakarta Multipart parser plugin</name>
 
@@ -65,4 +64,8 @@
         </plugins>
     </build>
 
+
+  <scm>
+    <tag>struts2-secure-jakarta-multipart-parser-plugin-1.0</tag>
+  </scm>
 </project>