From be241d91e32ccf35f015a2fe5378cd1fdc8829f6 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sun, 3 Jun 2018 21:33:11 +0200 Subject: [PATCH] Added distr manag --- adapter-commons/pom.xml | 20 +++++++++++++++++++- demand-forecasting-adapters/pom.xml | 19 +++++++++++++++++++ demand-forecasting-model/pom.xml | 20 ++++++++++++++++++++ product-management-adapters/pom.xml | 19 +++++++++++++++++++ production-planning-adapters/pom.xml | 19 +++++++++++++++++++ shared-kernel-model/pom.xml | 20 ++++++++++++++++++++ shortages-prediction-adapters/pom.xml | 19 +++++++++++++++++++ shortages-prediction-model/pom.xml | 20 ++++++++++++++++++++ 8 files changed, 155 insertions(+), 1 deletion(-) diff --git a/adapter-commons/pom.xml b/adapter-commons/pom.xml index d4eff2f..df45259 100644 --- a/adapter-commons/pom.xml +++ b/adapter-commons/pom.xml @@ -41,10 +41,28 @@ - 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + diff --git a/demand-forecasting-adapters/pom.xml b/demand-forecasting-adapters/pom.xml index 3942a7c..8fa338f 100644 --- a/demand-forecasting-adapters/pom.xml +++ b/demand-forecasting-adapters/pom.xml @@ -78,9 +78,28 @@ 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + diff --git a/demand-forecasting-model/pom.xml b/demand-forecasting-model/pom.xml index c014ab7..6b3b96d 100644 --- a/demand-forecasting-model/pom.xml +++ b/demand-forecasting-model/pom.xml @@ -10,9 +10,29 @@ 1.0-SNAPSHOT + 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + pl.com.dddbyexamples diff --git a/product-management-adapters/pom.xml b/product-management-adapters/pom.xml index aeb7038..b76e9f3 100644 --- a/product-management-adapters/pom.xml +++ b/product-management-adapters/pom.xml @@ -73,9 +73,28 @@ 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + diff --git a/production-planning-adapters/pom.xml b/production-planning-adapters/pom.xml index 0df00f3..b54fa9f 100644 --- a/production-planning-adapters/pom.xml +++ b/production-planning-adapters/pom.xml @@ -66,9 +66,28 @@ 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + diff --git a/shared-kernel-model/pom.xml b/shared-kernel-model/pom.xml index fe2d167..220574c 100644 --- a/shared-kernel-model/pom.xml +++ b/shared-kernel-model/pom.xml @@ -10,9 +10,29 @@ 1.0-SNAPSHOT + 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + org.projectlombok diff --git a/shortages-prediction-adapters/pom.xml b/shortages-prediction-adapters/pom.xml index 1717d9a..f19b941 100644 --- a/shortages-prediction-adapters/pom.xml +++ b/shortages-prediction-adapters/pom.xml @@ -114,9 +114,28 @@ 1.8 Finchley.BUILD-SNAPSHOT 2.0.0.BUILD-SNAPSHOT + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + diff --git a/shortages-prediction-model/pom.xml b/shortages-prediction-model/pom.xml index 5a89107..ed97fb2 100644 --- a/shortages-prediction-model/pom.xml +++ b/shortages-prediction-model/pom.xml @@ -10,9 +10,29 @@ 1.0-SNAPSHOT + 1.8 + + artifactory-local + http://localhost:8081/artifactory/libs-release-local + http://localhost:8081/artifactory/libs-snapshot-local + http://localhost:8081/artifactory/libs-release-local 2.21.0 + + + + ${distribution.management.release.id} + Release Repository + ${distribution.management.release.url} + + + ${distribution.management.release.id} + Snapshot Repository + ${distribution.management.snapshot.url} + + + pl.com.dddbyexamples