[jbossws-commits] JBossWS SVN: r14345 - projects/jaxws-jboss-httpserver-httpspi/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue May 10 10:15:57 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-05-10 10:15:57 -0400 (Tue, 10 May 2011)
New Revision: 14345

Modified:
   projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml
Log:
Updating pom.xml


Modified: projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml
===================================================================
--- projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml	2011-05-10 14:13:19 UTC (rev 14344)
+++ projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml	2011-05-10 14:15:57 UTC (rev 14345)
@@ -3,18 +3,18 @@
 <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>
 
-  <name>JBoss JDK6 httpserver to JAXWS 2.2 HTTP SPI bridge</name>
+  <name>JBoss httpserver to JAXWS 2.2 HTTP SPI bridge</name>
   <groupId>org.jboss.ws.projects</groupId>
-  <artifactId>jaxws-httpserver-httpspi</artifactId>
+  <artifactId>jaxws-jboss-httpserver-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-jboss-httpserver-httpspi/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projects/jaxws-jboss-httpserver-httpspi/trunk</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/projects/jaxws-jboss-httpserver-httpspi/trunk</url>
   </scm>
 
   <!-- Parent -->



More information about the jbossws-commits mailing list