From 4609d2a3efbf944a94afaa27677b7890b280a883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Keskis=C3=A4rkk=C3=A4?= Date: Tue, 10 Sep 2024 16:37:26 +0200 Subject: [PATCH] defined project version using property --- hefquin-base/pom.xml | 2 +- hefquin-cli/pom.xml | 6 +++--- hefquin-engine/pom.xml | 10 ++++++---- hefquin-graphqlconnector/pom.xml | 4 ++-- hefquin-pgconnector/pom.xml | 4 ++-- hefquin-service/pom.xml | 6 ++++-- pom.xml | 3 ++- 7 files changed, 20 insertions(+), 15 deletions(-) diff --git a/hefquin-base/pom.xml b/hefquin-base/pom.xml index b731066c6..44f39e94c 100644 --- a/hefquin-base/pom.xml +++ b/hefquin-base/pom.xml @@ -5,7 +5,7 @@ se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} hefquin-base diff --git a/hefquin-cli/pom.xml b/hefquin-cli/pom.xml index 844bfa27b..fea73e6e4 100644 --- a/hefquin-cli/pom.xml +++ b/hefquin-cli/pom.xml @@ -5,17 +5,17 @@ se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} hefquin-cli - + se.liu.ida.hefquin hefquin-engine - 0.0.4-SNAPSHOT + ${project.version} diff --git a/hefquin-engine/pom.xml b/hefquin-engine/pom.xml index c22dd30e3..18e24265c 100644 --- a/hefquin-engine/pom.xml +++ b/hefquin-engine/pom.xml @@ -5,27 +5,29 @@ se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} + hefquin-engine + se.liu.ida.hefquin hefquin-base - 0.0.4-SNAPSHOT + ${project.version} se.liu.ida.hefquin hefquin-pgconnector - 0.0.4-SNAPSHOT + ${project.version} se.liu.ida.hefquin hefquin-graphqlconnector - 0.0.4-SNAPSHOT + ${project.version} \ No newline at end of file diff --git a/hefquin-graphqlconnector/pom.xml b/hefquin-graphqlconnector/pom.xml index d54074cac..7044dd4af 100644 --- a/hefquin-graphqlconnector/pom.xml +++ b/hefquin-graphqlconnector/pom.xml @@ -5,7 +5,7 @@ se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} hefquin-graphqlconnector @@ -15,7 +15,7 @@ se.liu.ida.hefquin hefquin-base - 0.0.4-SNAPSHOT + ${project.version} \ No newline at end of file diff --git a/hefquin-pgconnector/pom.xml b/hefquin-pgconnector/pom.xml index ee9c4f6a3..ffbdb63a3 100644 --- a/hefquin-pgconnector/pom.xml +++ b/hefquin-pgconnector/pom.xml @@ -5,7 +5,7 @@ se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} hefquin-pgconnector @@ -15,7 +15,7 @@ se.liu.ida.hefquin hefquin-base - 0.0.4-SNAPSHOT + ${project.version} \ No newline at end of file diff --git a/hefquin-service/pom.xml b/hefquin-service/pom.xml index 45ea03792..3c66b4759 100644 --- a/hefquin-service/pom.xml +++ b/hefquin-service/pom.xml @@ -5,15 +5,17 @@ se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} + hefquin-service + se.liu.ida.hefquin hefquin-engine - 0.0.4-SNAPSHOT + ${project.version} jakarta.servlet diff --git a/pom.xml b/pom.xml index 1d9746961..ca53cc06f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 se.liu.ida.hefquin HeFQUIN - 0.0.4-SNAPSHOT + ${project.version} pom @@ -20,6 +20,7 @@ UTF-8 17 17 + 0.0.4-SNAPSHOT