From fba42ce5e66723175610e5d7d8a3e040662a789f Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sun, 3 Jun 2018 21:58:33 +0200 Subject: [PATCH] Added missing version --- MIGRATION.md | 2 +- pom.xml | 28 ++++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 478e000..75c99f5 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -22,7 +22,7 @@ $ cf create-space sc-pipelines-stage-dddbyexamples-factory $ cf create-space sc-pipelines-prod ``` -- Added `` section +- Added `` section for all projects - Added contract tests (`shortages-prediction-adapters/src/test/groovy/io/dddbyexamples/factory/shortages/prediction/monitoring/persistence/ShortagesDaoTest.groovy`) - Added stub jar generation in `app-monolith` (in the output stubs jar each module has its own folder) - Added `` for all types of tests for all projects diff --git a/pom.xml b/pom.xml index 111297a..bd331dd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,6 @@ pom 1.0-SNAPSHOT - - ${project.basedir} - - app-monolith adapter-commons @@ -25,4 +21,28 @@ production-planning-adapters + + ${project.basedir} + + 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} + + +