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:14:17 UTC

[1/2] struts-extras git commit: Uses proper repo name

Repository: struts-extras
Updated Branches:
  refs/heads/master 1def043b7 -> 51ba2485e


Uses proper repo name


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

Branch: refs/heads/master
Commit: 4258a74576f95a3c8111b5963625879ec32b46a7
Parents: 1def043
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 08:13:46 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 08:13:46 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4258a745/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 1c315ff..c82f90a 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/struts.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts.git</developerConnection>
-        <url>http://git.apache.org/struts.git</url>
+        <connection>scm:git:git://git.apache.org/struts-extras.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git</developerConnection>
+        <url>http://git.apache.org/struts-extras.git</url>
         <tag>HEAD</tag>
     </scm>
 


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

Posted by lu...@apache.org.
[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/51ba2485
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/51ba2485
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/51ba2485

Branch: refs/heads/master
Commit: 51ba2485e72c5fb94755e54a2744dc51f3d1f915
Parents: 4258a74
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 08:14:12 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 08:14:12 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/51ba2485/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 c82f90a..6656389 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>
 
@@ -41,7 +40,7 @@
         <connection>scm:git:git://git.apache.org/struts-extras.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git</developerConnection>
         <url>http://git.apache.org/struts-extras.git</url>
-        <tag>HEAD</tag>
+        <tag>struts2-secure-jakarta-multipart-parser-plugin-1.0</tag>
     </scm>
 
     <issueManagement>