Skip to content

Commit

Permalink
Fixed internal dependency mess (wrong group and artifact ids)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoshakoecher committed Dec 4, 2021
1 parent ee15288 commit 9ab3438
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.hsu-hh.aut.mtp2skill</groupId>
<artifactId>mtp2skill-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>mtp2skill-cli</artifactId>
Expand All @@ -19,8 +19,8 @@
<version>1.4</version>
</dependency>
<dependency>
<groupId>de.hsu-hh.ifa.mtp-mapping</groupId>
<artifactId>lib</artifactId>
<groupId>de.hsu-hh.aut.mtp2skill</groupId>
<artifactId>mtp2skill-lib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.hsu-hh.aut.mtp2skill</groupId>
<artifactId>mtp2skill-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>mtp2skill-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.hsu-hh.aut.mtp2skill</groupId>
<artifactId>mtp2skill-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<packaging>pom</packaging>

Expand Down
6 changes: 3 additions & 3 deletions rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.hsu-hh.aut.mtp2skill</groupId>
<artifactId>mtp2skill-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>mtp2skill-rest-api</artifactId>
Expand All @@ -19,8 +19,8 @@
<version>2.9.3</version>
</dependency>
<dependency>
<groupId>de.hsu-hh.ifa.mtp-mapping</groupId>
<artifactId>lib</artifactId>
<groupId>de.hsu-hh.aut.mtp2skill</groupId>
<artifactId>mtp2skill-lib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9ab3438

Please sign in to comment.