Author: olamy
Date: Tue Aug 30 08:41:53 2011
New Revision: 1163139
URL: http://svn.apache.org/viewvc?rev=1163139&view=rev
Log:
change groupId to org.apache.tomcat.maven
Modified:
tomcat/maven-plugin/trunk/pom.xml
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml
tomcat/maven-plugin/trunk/tomcat-maven-plugin/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1163139&r1=1163138&r2=1163139&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Tue Aug 30 08:41:53 2011
@@ -21,18 +21,19 @@
<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/xsd/maven-4.0.0.xsd">
+ <!-- for more information, see the documentation of this POM:
http://maven.apache.org/pom/maven/ -->
<parent>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>mojo-parent</artifactId>
- <version>27</version>
- <relativePath>../mojo-parent/pom.xml</relativePath>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin-parent</artifactId>
<packaging>pom</packaging>
<name>Tomcat Maven Plugin Project</name>
- <version>1.2-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<description>The Tomcat Maven Plugin provides goals to manipulate WAR
projects within the Tomcat servlet
container.
</description>
@@ -69,16 +70,6 @@
<name>Olivier Lamy</name>
<email>[email protected]</email>
</developer>
- <developer>
- <id>thragor</id>
- <name>Mark Michaelis</name>
- <email>[email protected]</email>
- <url>http://thragor.blogspot.com/</url>
- <timezone>+2</timezone>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
</developers>
<contributors>
@@ -88,13 +79,15 @@
<contributor>
<name>Spike Washburn</name>
</contributor>
+ <contributor>
+ <name>Mark Michaelis</name>
+ </contributor>
</contributors>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
</license>
</licenses>
Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1163139&r1=1163138&r2=1163139&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Tue Aug 30
08:41:53 2011
@@ -23,8 +23,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>tomcat-maven-plugin-parent</artifactId>
- <groupId>org.codehaus.mojo</groupId>
- <version>1.2-SNAPSHOT</version>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <version>2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin/pom.xml?rev=1163139&r1=1163138&r2=1163139&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-plugin/pom.xml Tue Aug 30 08:41:53
2011
@@ -20,9 +20,9 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.codehaus.mojo</groupId>
+ <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin-parent</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]