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:19:21 UTC

[1/2] struts-extras git commit: Fixes wrong git repo name

Repository: struts-extras
Updated Branches:
  refs/heads/master b461076d4 -> 87e2b9606


Fixes wrong git 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/60f127c5
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/60f127c5
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/60f127c5

Branch: refs/heads/master
Commit: 60f127c5b7f1db04b0077c8b5489a7b3068a2bb4
Parents: b461076
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 08:18:49 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 08:18:49 2017 +0100

----------------------------------------------------------------------
 struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/60f127c5/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
index a9f97a8..6004fda 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
@@ -44,7 +44,7 @@
     <scm>
         <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.git</url>
+        <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-stream-multipart-parser-plugin-1.0

Posted by lu...@apache.org.
[maven-release-plugin] prepare release struts2-secure-jakarta-stream-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/87e2b960
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/87e2b960
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/87e2b960

Branch: refs/heads/master
Commit: 87e2b960619702207c68c8eaafbe7161c4ccfe8d
Parents: 60f127c
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 08:19:17 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 08:19:17 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/87e2b960/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
index 6004fda..8f6032c 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-stream-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-stream-multipart-parser-plugin</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>jar</packaging>
     <name>Struts 2.3.20 - 2.5.5 secure Jakarta stream Multipart parser plugin</name>
 
@@ -45,7 +44,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-stream-multipart-parser-plugin-1.0</tag>
     </scm>
 
     <issueManagement>