From bbb909bfa4cce69bd2bfdbcf3a7fc85f66b0c2d9 Mon Sep 17 00:00:00 2001 From: Joerg Heffner <56156750+gitgoodjhe@users.noreply.github.com> Date: Wed, 12 Aug 2020 13:15:58 +0200 Subject: [PATCH] TSK-1358_3: Rename history parent module --- history/pom.xml | 4 ++-- history/taskana-loghistory-provider/pom.xml | 4 ++-- history/taskana-simplehistory-provider/pom.xml | 4 ++-- history/taskana-simplehistory-rest-spring-example/pom.xml | 4 ++-- history/taskana-simplehistory-rest-spring/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/history/pom.xml b/history/pom.xml index e4b71c0d7..9780f3d62 100644 --- a/history/pom.xml +++ b/history/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - pro.taskana.simplehistory - taskana-simplehistory-parent + pro.taskana.history + taskana-history-parent pom ${project.groupId}:${project.artifactId} diff --git a/history/taskana-loghistory-provider/pom.xml b/history/taskana-loghistory-provider/pom.xml index 17cb7e8de..d9afac40c 100644 --- a/history/taskana-loghistory-provider/pom.xml +++ b/history/taskana-loghistory-provider/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - pro.taskana.simplehistory - taskana-simplehistory-parent + pro.taskana.history + taskana-history-parent 3.2.1-SNAPSHOT ../pom.xml diff --git a/history/taskana-simplehistory-provider/pom.xml b/history/taskana-simplehistory-provider/pom.xml index 676ef1e3b..25d3bfa3a 100644 --- a/history/taskana-simplehistory-provider/pom.xml +++ b/history/taskana-simplehistory-provider/pom.xml @@ -9,8 +9,8 @@ The taskana history events plugin to include in your project. - pro.taskana.simplehistory - taskana-simplehistory-parent + pro.taskana.history + taskana-history-parent 3.2.1-SNAPSHOT ../pom.xml diff --git a/history/taskana-simplehistory-rest-spring-example/pom.xml b/history/taskana-simplehistory-rest-spring-example/pom.xml index 8e4b5cc52..03f44e89a 100644 --- a/history/taskana-simplehistory-rest-spring-example/pom.xml +++ b/history/taskana-simplehistory-rest-spring-example/pom.xml @@ -9,8 +9,8 @@ Demo project for taskana-simplehistory-rest-spring - pro.taskana.simplehistory - taskana-simplehistory-parent + pro.taskana.history + taskana-history-parent 3.2.1-SNAPSHOT ../pom.xml diff --git a/history/taskana-simplehistory-rest-spring/pom.xml b/history/taskana-simplehistory-rest-spring/pom.xml index 8343a2734..cffdf3006 100644 --- a/history/taskana-simplehistory-rest-spring/pom.xml +++ b/history/taskana-simplehistory-rest-spring/pom.xml @@ -9,8 +9,8 @@ The taskana history events plugin, spring based REST API. - pro.taskana.simplehistory - taskana-simplehistory-parent + pro.taskana.history + taskana-history-parent 3.2.1-SNAPSHOT ../pom.xml