[jbossws-commits] JBossWS SVN: r18235 - projects/jaxws-undertow-httpspi/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jan 14 07:58:11 EST 2014


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/jaxws-httpserver-httpspi/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projects/jaxws-httpserver-httpspi/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/projects/jaxws-httpserver-httpspi/trunk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/projects/jaxws-undertow-httpspi/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projects/jaxws-undertow-httpspi/trunk</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/projects/jaxws-undertow-httpspi/trunk</url>
   </scm>
 
   <!-- Parent -->



More information about the jbossws-commits mailing list