Remove redundant elements (<groupId> and <version>) (#12406)
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>6.19.x
parent
bcb5eac54a
commit
07ceab7754
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue