From 43b6c2dc5a5ec1ac999f305a8d147491c387bc64 Mon Sep 17 00:00:00 2001 From: artem-v Date: Tue, 24 Mar 2020 18:27:17 +0200 Subject: [PATCH] Experiment with revisions --- config-examples/pom.xml | 2 +- config-http-server/pom.xml | 2 +- config-mongo/pom.xml | 2 +- config-vault/pom.xml | 2 +- config/pom.xml | 2 +- pom.xml | 34 +++++++++++++++++++++++++++++++++- 6 files changed, 38 insertions(+), 6 deletions(-) diff --git a/config-examples/pom.xml b/config-examples/pom.xml index eca1913c..8b8e8e76 100644 --- a/config-examples/pom.xml +++ b/config-examples/pom.xml @@ -4,7 +4,7 @@ io.scalecube scalecube-config-parent - 0.4.0-SNAPSHOT + ${revision} 4.0.0 diff --git a/config-http-server/pom.xml b/config-http-server/pom.xml index 43e80f94..94f2a7ef 100644 --- a/config-http-server/pom.xml +++ b/config-http-server/pom.xml @@ -4,7 +4,7 @@ io.scalecube scalecube-config-parent - 0.4.0-SNAPSHOT + ${revision} 4.0.0 diff --git a/config-mongo/pom.xml b/config-mongo/pom.xml index c6f07563..3016c899 100644 --- a/config-mongo/pom.xml +++ b/config-mongo/pom.xml @@ -4,7 +4,7 @@ io.scalecube scalecube-config-parent - 0.4.0-SNAPSHOT + ${revision} 4.0.0 diff --git a/config-vault/pom.xml b/config-vault/pom.xml index 96802db8..96c33344 100644 --- a/config-vault/pom.xml +++ b/config-vault/pom.xml @@ -5,7 +5,7 @@ io.scalecube scalecube-config-parent - 0.4.0-SNAPSHOT + ${revision} config-vault diff --git a/config/pom.xml b/config/pom.xml index ead33740..a47e31cf 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,7 +4,7 @@ io.scalecube scalecube-config-parent - 0.4.0-SNAPSHOT + ${revision} 4.0.0 diff --git a/pom.xml b/pom.xml index 43869420..da89bdea 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ scalecube-config-parent - 0.4.0-SNAPSHOT + ${revision} pom ScaleCube Config @@ -27,6 +27,8 @@ + 0.4.0-SNAPSHOT + false UTF-8 UTF-8 @@ -150,4 +152,34 @@ + + + + org.codehaus.mojo + flatten-maven-plugin + 1.1.0 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + +