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:
parent
b75dd91f8c
commit
3e0af53743
@ -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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<groupId>com.google.gerrit</groupId>
|
||||||
<groupId>com.google.gerrit</groupId>
|
|
||||||
<artifactId>gerrit-parent</artifactId>
|
|
||||||
<version>2.8-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<artifactId>gerrit-plugin-archetype</artifactId>
|
<artifactId>gerrit-plugin-archetype</artifactId>
|
||||||
|
<version>2.8-SNAPSHOT</version>
|
||||||
<name>Gerrit Code Review - Plugin Archetype</name>
|
<name>Gerrit Code Review - Plugin Archetype</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<groupId>com.google.gerrit</groupId>
|
||||||
<groupId>com.google.gerrit</groupId>
|
|
||||||
<artifactId>gerrit-parent</artifactId>
|
|
||||||
<version>2.8-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
|
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
|
||||||
|
<version>2.8-SNAPSHOT</version>
|
||||||
<name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
|
<name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<groupId>com.google.gerrit</groupId>
|
||||||
<groupId>com.google.gerrit</groupId>
|
|
||||||
<artifactId>gerrit-parent</artifactId>
|
|
||||||
<version>2.8-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<artifactId>gerrit-plugin-js-archetype</artifactId>
|
<artifactId>gerrit-plugin-js-archetype</artifactId>
|
||||||
|
<version>2.8-SNAPSHOT</version>
|
||||||
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
|
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
Reference in New Issue
Block a user