Remove invalid references to parent pom from plugin archetype poms

The parent pom.xml doesn't exist anymore since the Gerrit build is now
using Buck.

Change-Id: I4b9872f44cf7fb8cec0ceb499ccbbb9e7c617ee5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2013-08-27 08:27:21 +02:00
parent b75dd91f8c
commit 3e0af53743
3 changed files with 6 additions and 18 deletions

View File

@ -18,13 +18,9 @@ limitations under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
<version>2.8-SNAPSHOT</version>
</parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-archetype</artifactId>
<version>2.8-SNAPSHOT</version>
<name>Gerrit Code Review - Plugin Archetype</name>
<properties>

View File

@ -18,13 +18,9 @@ limitations under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
<version>2.8-SNAPSHOT</version>
</parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
<version>2.8-SNAPSHOT</version>
<name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
<properties>

View File

@ -18,13 +18,9 @@ limitations under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
<version>2.8-SNAPSHOT</version>
</parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-js-archetype</artifactId>
<version>2.8-SNAPSHOT</version>
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
<properties>