Author: thomas.diesler(a)jboss.com
Date: 2008-04-12 05:35:05 -0400 (Sat, 12 Apr 2008)
New Revision: 6368
Modified:
spi/trunk/build.xml
spi/trunk/pom.xml
Log:
<groupId>org.jboss.ws</groupId>
Modified: spi/trunk/build.xml
===================================================================
--- spi/trunk/build.xml 2008-04-11 18:14:02 UTC (rev 6367)
+++ spi/trunk/build.xml 2008-04-12 09:35:05 UTC (rev 6368)
@@ -21,8 +21,6 @@
<property name="spi.etc.dir"
value="${spi.dir}/src/main/etc"/>
<property name="spi.target.dir" value="${spi.dir}/target"/>
- <property name="repository.id" value="3.0-snapshot"/>
-
<!-- ================================================================== -->
<!-- Initialization -->
<!-- ================================================================== -->
@@ -37,6 +35,7 @@
<xmlproperty file="${spi.dir}/pom.xml"/>
<property name="version.id" value="${project.version}"/>
+ <property name="repository.id"
value="${project.version}"/>
<echo message="version.id=${version.id}"/>
<echo message="repository.id=${repository.id}"/>
Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml 2008-04-11 18:14:02 UTC (rev 6367)
+++ spi/trunk/pom.xml 2008-04-12 09:35:05 UTC (rev 6368)
@@ -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.jboss.wsf</groupId>
+ <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>