Skip to content

Commit

Permalink
Fixed groupIds
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Aug 2, 2023
1 parent d5f715e commit af76d6e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
1 change: 0 additions & 1 deletion cross-nbm-cluster/apache-commons-nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>2.0.0-SNAPSHOT</version>
</parent>

<groupId>org.apache</groupId>
<artifactId>apache-commons-nbm</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>nbm</packaging>
Expand Down
11 changes: 5 additions & 6 deletions cross-nbm-cluster/cross-nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>2.0.0-SNAPSHOT</version>
</parent>

<groupId>io.github.nilshoffmann</groupId>
<artifactId>cross-nbm</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>nbm</packaging>
Expand Down Expand Up @@ -44,11 +43,11 @@
</exclusion>
<exclusion>
<artifactId>mpaxs-server</artifactId>
<groupId>net.sf.mpaxs</groupId>
<groupId>io.github.nilshoffmann</groupId>
</exclusion>
<exclusion>
<artifactId>mpaxs-spi</artifactId>
<groupId>net.sf.mpaxs</groupId>
<groupId>io.github.nilshoffmann</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-api</artifactId>
Expand All @@ -70,12 +69,12 @@
<!--<type>pom</type>-->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>slf4j-nbm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>apache-commons-nbm</artifactId>
<version>${project.version}</version>
<exclusions>
Expand Down Expand Up @@ -125,7 +124,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ucar</groupId>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>netcdf-nbm</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
3 changes: 1 addition & 2 deletions cross-nbm-cluster/mpaxs-nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>mpaxs-nbm</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>nbm</packaging>
Expand Down Expand Up @@ -93,7 +92,7 @@
<scope>compile</scope>
</dependency>-->
<dependency>
<groupId>org.slf4j</groupId>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>slf4j-nbm</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions cross-nbm-cluster/netcdf-nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>2.0.0-SNAPSHOT</version>
</parent>

<groupId>ucar</groupId>
<artifactId>netcdf-nbm</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>nbm</packaging>
Expand All @@ -22,12 +21,12 @@
<artifactId>netcdf</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>slf4j-nbm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>apache-commons-nbm</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion cross-nbm-cluster/slf4j-nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<version>2.0.0-SNAPSHOT</version>
</parent>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-nbm</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>nbm</packaging>
Expand Down

0 comments on commit af76d6e

Please sign in to comment.