You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2010/02/24 02:01:50 UTC

svn commit: r915626 - /continuum/sandbox/simple-example/pom.xml

Author: ctan
Date: Wed Feb 24 01:01:49 2010
New Revision: 915626

URL: http://svn.apache.org/viewvc?rev=915626&view=rev
Log:
changed groupId

Modified:
    continuum/sandbox/simple-example/pom.xml

Modified: continuum/sandbox/simple-example/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/simple-example/pom.xml?rev=915626&r1=915625&r2=915626&view=diff
==============================================================================
--- continuum/sandbox/simple-example/pom.xml (original)
+++ continuum/sandbox/simple-example/pom.xml Wed Feb 24 01:01:49 2010
@@ -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.apache.continuum.examples</groupId>
+  <groupId>org.apache.continuum.examples.simple</groupId>
   <artifactId>simple-example</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>