TSK-1335: Change group id for history module

This commit is contained in:
Joerg Heffner 2020-08-12 18:01:46 +02:00 committed by gitgoodjhe
parent 3c882d4307
commit 0072f16905
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>pro.taskana.simplehistory</groupId> <groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-rest-spring</artifactId> <artifactId>taskana-simplehistory-rest-spring</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>

View File

@ -17,7 +17,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>pro.taskana.simplehistory</groupId> <groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-provider</artifactId> <artifactId>taskana-simplehistory-provider</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>

View File

@ -45,7 +45,7 @@
</activation> </activation>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>pro.taskana.simplehistory</groupId> <groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-rest-spring</artifactId> <artifactId>taskana-simplehistory-rest-spring</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
@ -58,7 +58,7 @@
</activation> </activation>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>pro.taskana.simplehistory</groupId> <groupId>pro.taskana.history</groupId>
<artifactId>taskana-loghistory-provider</artifactId> <artifactId>taskana-loghistory-provider</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>

View File

@ -78,7 +78,7 @@
<!-- test dependencies --> <!-- test dependencies -->
<dependency> <dependency>
<groupId>pro.taskana.simplehistory</groupId> <groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-rest-spring</artifactId> <artifactId>taskana-simplehistory-rest-spring</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>test</scope> <scope>test</scope>