Author: asoldano
Date: 2014-01-14 07:58:11 -0500 (Tue, 14 Jan 2014)
New Revision: 18235
Modified:
projects/jaxws-undertow-httpspi/trunk/pom.xml
Log:
Fixing pom
Modified: projects/jaxws-undertow-httpspi/trunk/pom.xml
===================================================================
--- projects/jaxws-undertow-httpspi/trunk/pom.xml 2014-01-14 12:53:42 UTC (rev 18234)
+++ projects/jaxws-undertow-httpspi/trunk/pom.xml 2014-01-14 12:58:11 UTC (rev 18235)
@@ -5,16 +5,16 @@
<name>JBoss JDK6 httpserver to JAXWS 2.2 HTTP SPI bridge</name>
<groupId>org.jboss.ws.projects</groupId>
- <artifactId>jaxws-httpserver-httpspi</artifactId>
+ <artifactId>jaxws-undertow-httpspi</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<!-- Source Control Management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/projects/jax...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projec...
-
<
url>http://fisheye.jboss.com/viewrep/JBossWS/projects/jaxws-httpserver...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/projects/jax...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projec...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/projects/jaxws-undertow-h...
</scm>
<!-- Parent -->