[maven-release-plugin] rollback the release of 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/0f2db110
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/0f2db110
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/0f2db110
Branch: refs/heads/master
Commit: 0f2db110b8e9c23a3c3c2f49c59626431d07d842
Parents: 98d943c
Author: Lukasz Lenart <lukasz.lenart@gmail.com>
Authored: Mon Mar 20 08:10:38 2017 +0100
Committer: Lukasz Lenart <lukasz.lenart@gmail.com>
Committed: Mon Mar 20 08:10:38 2017 +0100
----------------------------------------------------------------------
.../pom.xml | 30 ++------------------
1 file changed, 3 insertions(+), 27 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/struts-extras/blob/0f2db110/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 f689881..e73996a 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
@@ -17,7 +17,8 @@
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>
@@ -28,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-secure-jakarta-multipart-parser-plugin</artifactId>
- <version>1.0</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Struts 2.3.8 - 2.5.5 secure Jakarta Multipart parser plugin</name>
@@ -36,31 +37,6 @@
This plugin allows to fix a vulnerability S2-045 without a need to migrate to the
latest Struts versions
</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>
- <tag>HEAD</tag>
- </scm>
-
- <issueManagement>
- <system>JIRA</system>
- <url>https://issues.apache.org/jira/browse/WW</url>
- </issueManagement>
-
- <ciManagement>
- <system>Jenkins</system>
- <url>https://builds.apache.org/hudson/view/S-Z/view/Struts</url>
- <notifiers>
- <notifier>
- <type>mail</type>
- <configuration>
- <address>dev@struts.apache.org</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
<dependencies>
<dependency>
|