From 84fd1eb0a73ee7f1cebe9aadec541a7eb1a41eb0 Mon Sep 17 00:00:00 2001 From: Olivier von Dach Date: Tue, 28 May 2024 19:40:59 +0200 Subject: [PATCH] all: pom reorganisation --- pom.xml | 2 +- pta-booking/pom.xml | 8 +++++++- pta-common/pom.xml | 2 +- pta-customer/pom.xml | 2 +- pta-designer/pom.xml | 2 +- pta-invoicing/pom.xml | 2 +- pta-shopping/pom.xml | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 247e3fa..0fcab5d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ ch.obya pta pom - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-booking diff --git a/pta-booking/pom.xml b/pta-booking/pom.xml index 1995883..f413073 100644 --- a/pta-booking/pom.xml +++ b/pta-booking/pom.xml @@ -5,10 +5,16 @@ ch.obya pta - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-booking ${booking.module.version} + + + github + https://maven.pkg.github.com/obya/pta + + ${project.groupId} diff --git a/pta-common/pom.xml b/pta-common/pom.xml index d42e5c2..e3034e6 100644 --- a/pta-common/pom.xml +++ b/pta-common/pom.xml @@ -6,7 +6,7 @@ ch.obya pta - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-common ${common.module.version} diff --git a/pta-customer/pom.xml b/pta-customer/pom.xml index 163792e..1f380bf 100644 --- a/pta-customer/pom.xml +++ b/pta-customer/pom.xml @@ -4,7 +4,7 @@ ch.obya pta - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-customer ${customer.module.version} diff --git a/pta-designer/pom.xml b/pta-designer/pom.xml index 9e29409..783605d 100644 --- a/pta-designer/pom.xml +++ b/pta-designer/pom.xml @@ -4,7 +4,7 @@ ch.obya pta - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-designer ${designer.module.version} diff --git a/pta-invoicing/pom.xml b/pta-invoicing/pom.xml index 36ddd83..0237ef4 100644 --- a/pta-invoicing/pom.xml +++ b/pta-invoicing/pom.xml @@ -4,7 +4,7 @@ ch.obya pta - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-invoicing ${invoicing.module.version} diff --git a/pta-shopping/pom.xml b/pta-shopping/pom.xml index a252010..6647079 100644 --- a/pta-shopping/pom.xml +++ b/pta-shopping/pom.xml @@ -4,7 +4,7 @@ ch.obya pta - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pta-shopping ${shopping.module.version}