Author: brett
Date: Mon Mar 28 12:31:19 2011
New Revision: 1086209

URL: http://svn.apache.org/viewvc?rev=1086209&view=rev
Log:
update group ID to keep it in a good place in the local repository

Added:
    maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/
    
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/MNG3989/
      - copied from r1086207, 
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/ancient-artifact/
Removed:
    
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/ancient-artifact/
Modified:
    maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/   (props changed)
    maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/pom.xml
    maven/sandbox/trunk/examples/MNG-3989/modules/pom.xml
    maven/sandbox/trunk/examples/MNG-3989/pom.xml
    maven/sandbox/trunk/examples/MNG-3989/repository/   (props changed)
    maven/sandbox/trunk/examples/MNG-3989/repository/pom.xml
    
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/MNG3989/ancient-artifact/3.1.0.2/ancient-artifact-3.1.0.2.pom

Propchange: maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 28 12:31:19 2011
@@ -0,0 +1 @@
+target

Modified: maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/pom.xml?rev=1086209&r1=1086208&r2=1086209&view=diff
==============================================================================
--- maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/pom.xml (original)
+++ maven/sandbox/trunk/examples/MNG-3989/modules/my-artifact/pom.xml Mon Mar 
28 12:31:19 2011
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>modules</artifactId>
-    <groupId>test</groupId>
+    <groupId>test.MNG3989</groupId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>my-artifact</artifactId>
   <name>my-artifact</name>
   <dependencies>
     <dependency>
-      <groupId>ancient-artifact</groupId>
+      <groupId>test.MNG3989</groupId>
       <artifactId>ancient-artifact</artifactId>
       <version>3.1.0.2</version>
     </dependency>

Modified: maven/sandbox/trunk/examples/MNG-3989/modules/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989/modules/pom.xml?rev=1086209&r1=1086208&r2=1086209&view=diff
==============================================================================
--- maven/sandbox/trunk/examples/MNG-3989/modules/pom.xml (original)
+++ maven/sandbox/trunk/examples/MNG-3989/modules/pom.xml Mon Mar 28 12:31:19 
2011
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>MNG-3989</artifactId>
-    <groupId>test</groupId>
+    <groupId>test.MNG3989</groupId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>modules</artifactId>
@@ -11,7 +11,7 @@
   <packaging>pom</packaging>
   <dependencies>
     <dependency>
-      <groupId>test</groupId>
+      <groupId>test.MNG3989</groupId>
       <artifactId>repository</artifactId>
       <version>${project.version}</version>
       <type>pom</type>
@@ -20,4 +20,4 @@
   <modules>
     <module>my-artifact</module>
   </modules>
-</project>
\ No newline at end of file
+</project>

Modified: maven/sandbox/trunk/examples/MNG-3989/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989/pom.xml?rev=1086209&r1=1086208&r2=1086209&view=diff
==============================================================================
--- maven/sandbox/trunk/examples/MNG-3989/pom.xml (original)
+++ maven/sandbox/trunk/examples/MNG-3989/pom.xml Mon Mar 28 12:31:19 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>test</groupId>
+  <groupId>test.MNG3989</groupId>
   <artifactId>MNG-3989</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>MNG-3989</name>
@@ -10,4 +10,4 @@
     <module>repository</module>
     <module>modules</module>
   </modules>
-</project>
\ No newline at end of file
+</project>

Propchange: maven/sandbox/trunk/examples/MNG-3989/repository/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 28 12:31:19 2011
@@ -0,0 +1 @@
+target

Modified: maven/sandbox/trunk/examples/MNG-3989/repository/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989/repository/pom.xml?rev=1086209&r1=1086208&r2=1086209&view=diff
==============================================================================
--- maven/sandbox/trunk/examples/MNG-3989/repository/pom.xml (original)
+++ maven/sandbox/trunk/examples/MNG-3989/repository/pom.xml Mon Mar 28 
12:31:19 2011
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>MNG-3989</artifactId>
-    <groupId>test</groupId>
+    <groupId>test.MNG3989</groupId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>repository</artifactId>
   <name>repository</name>
   <dependencies>
     <dependency>
-      <groupId>ancient-artifact</groupId>
+      <groupId>test.MNG3989</groupId>
       <artifactId>ancient-artifact</artifactId>
       <version>3.1.0.2</version>
     </dependency>

Modified: 
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/MNG3989/ancient-artifact/3.1.0.2/ancient-artifact-3.1.0.2.pom
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/MNG3989/ancient-artifact/3.1.0.2/ancient-artifact-3.1.0.2.pom?rev=1086209&r1=1086207&r2=1086209&view=diff
==============================================================================
--- 
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/MNG3989/ancient-artifact/3.1.0.2/ancient-artifact-3.1.0.2.pom
 (original)
+++ 
maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/test/MNG3989/ancient-artifact/3.1.0.2/ancient-artifact-3.1.0.2.pom
 Mon Mar 28 12:31:19 2011
@@ -1,6 +1,6 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>ancient-artifact</groupId>
+  <groupId>test.MNG3989</groupId>
   <artifactId>ancient-artifact</artifactId>
   <version>3.1.0.2</version>
 </project>


Reply via email to