Author: dkulp
Date: Tue Apr 22 10:48:27 2008
New Revision: 650594
URL: http://svn.apache.org/viewvc?rev=650594&view=rev
Log:
Update notice information for 2.0.x branch
Modified:
incubator/cxf/branches/2.0.x-fixes/buildtools/src/main/resources/notice-supplements.xml
incubator/cxf/branches/2.0.x-fixes/parent/pom.xml
Modified:
incubator/cxf/branches/2.0.x-fixes/buildtools/src/main/resources/notice-supplements.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/buildtools/src/main/resources/notice-supplements.xml?rev=650594&r1=650593&r2=650594&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/buildtools/src/main/resources/notice-supplements.xml
(original)
+++
incubator/cxf/branches/2.0.x-fixes/buildtools/src/main/resources/notice-supplements.xml
Tue Apr 22 10:48:27 2008
@@ -70,23 +70,6 @@
</supplement>
<supplement>
<project>
- <groupId>org.apache.neethi</groupId>
- <artifactId>neethi</artifactId>
- <name>Neethi</name>
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org/</url>
- </organization>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- </license>
- </licenses>
- </project>
- </supplement>
- <supplement>
- <project>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<name>Java API for XML-Based Web Services (JAX-WS API)</name>
@@ -145,7 +128,7 @@
</supplement>
<supplement>
<project>
- <groupId>wss4j</groupId>
+ <groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId>
<name>Apache WSS4J</name>
<organization>
@@ -199,57 +182,6 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<name>XML APIs</name>
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- </organization>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- </license>
- </licenses>
- </project>
- </supplement>
- <supplement>
- <project>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- <name>Bouncy Castle Crypto APIs for Java</name>
- <organization>
- <name>The Legion of the Bouncy Castle</name>
- <url>http://www.bouncycastle.org</url>
- </organization>
- <licenses>
- <license>
- <name>Bouncy Castle License</name>
- <url>http://www.bouncycastle.org/licence.html</url>
- </license>
- </licenses>
- </project>
- </supplement>
- <supplement>
- <project>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <name>Apache Ant</name>
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- </organization>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- </license>
- </licenses>
- </project>
- </supplement>
- <supplement>
- <project>
- <groupId>ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- <name>Apache Ant (nodeps)</name>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org</url>
Modified: incubator/cxf/branches/2.0.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/parent/pom.xml?rev=650594&r1=650593&r2=650594&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/parent/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/parent/pom.xml Tue Apr 22 10:48:27 2008
@@ -383,7 +383,7 @@
<dependency>
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
- <version>2.0.2</version>
+ <version>2.0.4</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -453,7 +453,7 @@
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
- <version>1.4</version>
+ <version>1.4.2</version>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
@@ -624,7 +624,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1</version>
+ <version>1.1.1</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -796,7 +796,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <version>2.4</version>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>