Skip to content

Commit

Permalink
WEBUI-108: align maven group ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Cunha committed Nov 12, 2020
1 parent db774f9 commit 5445f9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions nuxeo-coldstorage-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -13,11 +13,11 @@

<dependencies>
<dependency>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage</artifactId>
</dependency>
<dependency>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-web</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-coldstorage-web/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions nuxeo-coldstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
</parent>

<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage</artifactId>
<name>Nuxeo cold storage</name>
<description>Nuxeo cold storage allows the cold storage of document content. This can be needed for archiving,
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>11.4-SNAPSHOT</version>
</parent>

<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-parent</artifactId>
<name>Nuxeo cold storage Parent</name>
<version>11.0.0-SNAPSHOT</version>
Expand All @@ -25,18 +25,18 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-package</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.nuxeo</groupId>
<groupId>org.nuxeo.coldstorage</groupId>
<artifactId>nuxeo-coldstorage-web</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 5445f9c

Please sign in to comment.