Author: unrealjiang
Date: Tue Sep 19 01:55:05 2006
New Revision: 447785
URL: http://svn.apache.org/viewvc?view=rev&rev=447785
Log:
CXF-96 add jca into distribution
Modified:
incubator/cxf/trunk/distribution/pom.xml
incubator/cxf/trunk/jca/pom.xml
Modified: incubator/cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=447785&r1=447784&r2=447785
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Tue Sep 19 01:55:05 2006
@@ -41,6 +41,11 @@
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>cxf-jca</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>cxf-common-utilities</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: incubator/cxf/trunk/jca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/jca/pom.xml?view=diff&rev=447785&r1=447784&r2=447785
==============================================================================
--- incubator/cxf/trunk/jca/pom.xml (original)
+++ incubator/cxf/trunk/jca/pom.xml Tue Sep 19 01:55:05 2006
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.objectweb.celtixfire</groupId>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-jca</artifactId>
<packaging>jar</packaging>
<version>2.0-incubator-M1-SNAPSHOT</version>