From a57616ff32bd5f55ea45fc657e70362c3369f560 Mon Sep 17 00:00:00 2001 From: Holger Hagen <19706592+holgerhagen@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:59:05 +0200 Subject: [PATCH] TSK-895: changed SimpleHistory dependency to 'project.version' --- pom.xml | 2 -- rest/taskana-rest-spring-example/pom.xml | 2 +- rest/taskana-rest-spring-test/pom.xml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 278b17e17..0227ac777 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,6 @@ UTF-8 UTF-8 - 0.0.9 - 3.4.5 1.7.25 20180130 diff --git a/rest/taskana-rest-spring-example/pom.xml b/rest/taskana-rest-spring-example/pom.xml index a1760a339..3a64a641e 100644 --- a/rest/taskana-rest-spring-example/pom.xml +++ b/rest/taskana-rest-spring-example/pom.xml @@ -106,7 +106,7 @@ pro.taskana.simplehistory taskana-simplehistory-rest-spring - ${version.taskana.history} + ${project.version} diff --git a/rest/taskana-rest-spring-test/pom.xml b/rest/taskana-rest-spring-test/pom.xml index 69314be15..0cd586eee 100644 --- a/rest/taskana-rest-spring-test/pom.xml +++ b/rest/taskana-rest-spring-test/pom.xml @@ -56,7 +56,7 @@ pro.taskana.simplehistory taskana-simplehistory-provider - ${version.taskana.history} + ${project.version}