[jbossws-commits] JBossWS SVN: r18227 - in projects/wsi-bp-test/trunk: bsp11-tests and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jan 9 09:18:53 EST 2014


Author: jim.ma
Date: 2014-01-09 09:18:53 -0500 (Thu, 09 Jan 2014)
New Revision: 18227

Added:
   projects/wsi-bp-test/trunk/bsp11-tests/
Removed:
   projects/wsi-bp-test/trunk/bsp12-tests/
Modified:
   projects/wsi-bp-test/trunk/bsp11-tests/pom.xml
Log:
Correct the bsp test module name

Modified: projects/wsi-bp-test/trunk/bsp11-tests/pom.xml
===================================================================
--- projects/wsi-bp-test/trunk/bsp12-tests/pom.xml	2013-10-17 17:09:48 UTC (rev 18009)
+++ projects/wsi-bp-test/trunk/bsp11-tests/pom.xml	2014-01-09 14:18:53 UTC (rev 18227)
@@ -2,8 +2,8 @@
   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 Web Services - WSI-BSP12 Test</name>
-  <artifactId>wsi-bsp12-tests</artifactId>
+  <name>JBoss Web Services - WSI-BSP11 Test</name>
+  <artifactId>wsi-bsp11-tests</artifactId>
   <packaging>jar</packaging>
   
   <!-- Parent -->



More information about the jbossws-commits mailing list