[jboss-cvs] JBossAS SVN: r89776 - projects/spring-int/trunk/documentation/samples/web-scanning.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 3 19:41:19 EDT 2009


Author: marius.bogoevici
Date: 2009-06-03 19:41:19 -0400 (Wed, 03 Jun 2009)
New Revision: 89776

Modified:
   projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml
Log:
correcting group id

Modified: projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml	2009-06-03 23:25:10 UTC (rev 89775)
+++ projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml	2009-06-03 23:41:19 UTC (rev 89776)
@@ -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.springdemos</groupId>
+  <groupId>org.jboss.spring.samples</groupId>
   <artifactId>web-scanning</artifactId>
   <packaging>war</packaging>
   <version>1.0</version>




More information about the jboss-cvs-commits mailing list