Author: veithen
Date: Thu Dec 10 21:16:22 2015
New Revision: 1719211
URL: http://svn.apache.org/viewvc?rev=1719211&view=rev
Log:
Roll back the 1.6.3 release.
Modified:
axis/axis2/java/rampart/branches/1_6/apidocs/pom.xml
axis/axis2/java/rampart/branches/1_6/code-coverage/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-samples/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml
axis/axis2/java/rampart/branches/1_6/pom.xml
Modified: axis/axis2/java/rampart/branches/1_6/apidocs/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/apidocs/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/apidocs/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/apidocs/pom.xml Thu Dec 10 21:16:22
2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apidocs</artifactId>
@@ -84,7 +84,7 @@
of changes between releases (to avoid mass changes
when committing the site for a new release) -->
<notimestamp>true</notimestamp>
<windowtitle>Apache Rampart</windowtitle>
- <bottom>Copyright © {organizationName}. All Rights
Reserved.</bottom>
+ <bottom>Copyright © {organizationName}. All Rights
Reserved.</bottom>
<!-- doctitle only appears in the summary and we should
include the version there -->
<doctitle>Apache Rampart ${project.version}</doctitle>
</configuration>
Modified: axis/axis2/java/rampart/branches/1_6/code-coverage/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/code-coverage/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/code-coverage/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/code-coverage/pom.xml Thu Dec 10
21:16:22 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>code-coverage</artifactId>
@@ -142,17 +142,17 @@
</goals>
<configuration>
<target>
- <taskdef name="report"
classname="org.jacoco.ant.ReportTask" />
+ <taskdef name="report"
classname="org.jacoco.ant.ReportTask"/>
<report>
<executiondata>
- <fileset
dir="${project.build.directory}/jacoco/exec" />
+ <fileset
dir="${project.build.directory}/jacoco/exec"/>
</executiondata>
<structure name="Coverage Report">
<classfiles>
- <fileset
dir="${project.build.directory}/jacoco/classes" />
+ <fileset
dir="${project.build.directory}/jacoco/classes"/>
</classfiles>
<sourcefiles>
- <fileset
dir="${project.build.directory}/jacoco/sources" />
+ <fileset
dir="${project.build.directory}/jacoco/sources"/>
</sourcefiles>
</structure>
<html
destdir="${project.reporting.outputDirectory}" />
Modified: axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml Thu Dec
10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml Thu Dec
10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
Thu Dec 10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml Thu Dec 10
21:16:22 2015
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml Thu Dec
10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-samples/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-samples/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-samples/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-samples/pom.xml Thu
Dec 10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml Thu Dec
10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml Thu
Dec 10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml Thu Dec
10 21:16:22 2015
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/pom.xml?rev=1719211&r1=1719210&r2=1719211&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/pom.xml Thu Dec 10 21:16:22 2015
@@ -33,7 +33,7 @@
<artifactId>rampart-project</artifactId>
<packaging>pom</packaging>
<description> WS-Security, WS-Trust and WS-SecureConversation
implementaion for Apache Axis2 </description>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<name>Apache Rampart</name>
<url>http://axis.apache.org/axis2/java/rampart</url>