Remove redundant elements (<groupId> and <version>) (#12406)

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
6.19.x
Masaki Muranaka 2019-01-14 20:07:42 +09:00 committed by Sergii Kabashniuk
parent bcb5eac54a
commit 07ceab7754
10 changed files with 0 additions and 10 deletions

View File

@ -20,7 +20,6 @@
<version>6.17.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.che</groupId>
<artifactId>che-assembly-parent</artifactId>
<packaging>pom</packaging>
<name>Che IDE :: Parent</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-dynamodule-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Che Core :: API :: DynaModule maven plugin</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-typescript-dto-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Che Core :: API :: TypeScript DTO maven plugin</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-api</artifactId>
<packaging>gwt-lib</packaging>
<name>Che Core :: IDE :: API</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-generators</artifactId>
<packaging>jar</packaging>
<name>Che Core :: IDE :: Generators</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-stacks</artifactId>
<packaging>jar</packaging>
<name>Che Core :: IDE :: STACKS</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-templates</artifactId>
<packaging>jar</packaging>
<name>Che Core :: IDE :: TEMPLATES</name>

View File

@ -19,7 +19,6 @@
<groupId>org.eclipse.che.core</groupId>
<version>6.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-ui</artifactId>
<packaging>gwt-lib</packaging>
<name>Che Core :: IDE :: UI</name>

View File

@ -21,7 +21,6 @@
</parent>
<groupId>org.eclipse.che</groupId>
<artifactId>che-parent</artifactId>
<version>6.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Che Parent</name>
<modules>

View File

@ -20,7 +20,6 @@
<version>6.17.0-SNAPSHOT</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-agent-parent</artifactId>
<packaging>pom</packaging>
<name>Che Agent Parent</name>