From 12c57482c6b0fd9abc9a0ae6bdeba69cd98e430b Mon Sep 17 00:00:00 2001 From: Gregory Lucy Date: Wed, 9 Nov 2016 08:33:35 +0000 Subject: [PATCH] Releasing caf-common 1.0.0 --- caf-api/pom.xml | 6 +++--- caf-parent/pom.xml | 4 ++-- caf-utils/pom.xml | 10 +++++----- cipher-jasypt/pom.xml | 6 +++--- cipher-null/pom.xml | 6 +++--- codec-json-lzf/pom.xml | 8 ++++---- codec-json/pom.xml | 6 +++--- codec-yaml/pom.xml | 6 +++--- config-caf/pom.xml | 6 +++--- config-file/pom.xml | 12 ++++++------ config-rest/pom.xml | 12 ++++++------ config-system/pom.xml | 6 +++--- container-cert-script/pom.xml | 4 ++-- election-null/pom.xml | 6 +++--- pom.xml | 2 +- swagger-ui/pom.xml | 4 ++-- util-jerseycompat/pom.xml | 4 ++-- util-liquibase-installer/pom.xml | 4 ++-- util-moduleloader/pom.xml | 4 ++-- util-naming/pom.xml | 4 ++-- util-process-identifier/pom.xml | 4 ++-- util-ref/pom.xml | 4 ++-- 22 files changed, 64 insertions(+), 64 deletions(-) diff --git a/caf-api/pom.xml b/caf-api/pom.xml index fce71df5..1e0aacaa 100644 --- a/caf-api/pom.xml +++ b/caf-api/pom.xml @@ -5,12 +5,12 @@ 4.0.0 caf-api - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -27,7 +27,7 @@ com.github.cafapi.util util-naming - 1.0.0-SNAPSHOT + 1.0.0 junit diff --git a/caf-parent/pom.xml b/caf-parent/pom.xml index 04cd85c5..805566e8 100644 --- a/caf-parent/pom.xml +++ b/caf-parent/pom.xml @@ -7,11 +7,11 @@ com.github.cafapi caf-common - 1.0.0-SNAPSHOT + 1.0.0 caf-parent - 1.0.0-SNAPSHOT + 1.0.0 pom diff --git a/caf-utils/pom.xml b/caf-utils/pom.xml index 90cb09df..3ec27d1e 100644 --- a/caf-utils/pom.xml +++ b/caf-utils/pom.xml @@ -5,12 +5,12 @@ 4.0.0 caf-utils - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -18,17 +18,17 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi.util util-moduleloader - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi.config config-system - 1.0.0-SNAPSHOT + 1.0.0 org.slf4j diff --git a/cipher-jasypt/pom.xml b/cipher-jasypt/pom.xml index 663446b3..66b7b68b 100644 --- a/cipher-jasypt/pom.xml +++ b/cipher-jasypt/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.cipher cipher-jasypt - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/cipher-null/pom.xml b/cipher-null/pom.xml index cdac6da9..7c956e3d 100644 --- a/cipher-null/pom.xml +++ b/cipher-null/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.cipher cipher-null - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/codec-json-lzf/pom.xml b/codec-json-lzf/pom.xml index d8f89862..769a9ab2 100644 --- a/codec-json-lzf/pom.xml +++ b/codec-json-lzf/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.codec codec-json-lzf - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,13 +19,13 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided com.github.cafapi.codec codec-json - 1.0.0-SNAPSHOT + 1.0.0 com.fasterxml.jackson.core diff --git a/codec-json/pom.xml b/codec-json/pom.xml index 1faf018b..b6bf67fc 100644 --- a/codec-json/pom.xml +++ b/codec-json/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.codec codec-json - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/codec-yaml/pom.xml b/codec-yaml/pom.xml index a02c2519..0090572f 100644 --- a/codec-yaml/pom.xml +++ b/codec-yaml/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.codec codec-yaml - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/config-caf/pom.xml b/config-caf/pom.xml index 79d6bd7b..344ba0bc 100644 --- a/config-caf/pom.xml +++ b/config-caf/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.config config-caf - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/config-file/pom.xml b/config-file/pom.xml index 397be5b8..780e0cfd 100644 --- a/config-file/pom.xml +++ b/config-file/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.config config-file - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided @@ -29,7 +29,7 @@ com.github.cafapi.config config-caf - 1.0.0-SNAPSHOT + 1.0.0 javax.validation @@ -39,7 +39,7 @@ com.github.cafapi.codec codec-yaml - 1.0.0-SNAPSHOT + 1.0.0 test @@ -50,7 +50,7 @@ com.github.cafapi.cipher cipher-null - 1.0.0-SNAPSHOT + 1.0.0 test diff --git a/config-rest/pom.xml b/config-rest/pom.xml index 5ae39fb0..95b2bbc3 100644 --- a/config-rest/pom.xml +++ b/config-rest/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.config config-rest - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,13 +19,13 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided com.github.cafapi.config config-caf - 1.0.0-SNAPSHOT + 1.0.0 com.squareup.retrofit @@ -43,7 +43,7 @@ com.github.cafapi.codec codec-json - 1.0.0-SNAPSHOT + 1.0.0 test @@ -54,7 +54,7 @@ com.github.cafapi.cipher cipher-null - 1.0.0-SNAPSHOT + 1.0.0 test diff --git a/config-system/pom.xml b/config-system/pom.xml index 72baa487..8c2c01a3 100644 --- a/config-system/pom.xml +++ b/config-system/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.config config-system - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/container-cert-script/pom.xml b/container-cert-script/pom.xml index 954d6925..c42bf415 100644 --- a/container-cert-script/pom.xml +++ b/container-cert-script/pom.xml @@ -5,13 +5,13 @@ 4.0.0 container-cert-script - 1.0.0-SNAPSHOT + 1.0.0 pom com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent diff --git a/election-null/pom.xml b/election-null/pom.xml index 76c7f299..31bd6bb1 100644 --- a/election-null/pom.xml +++ b/election-null/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.election election-null - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent @@ -19,7 +19,7 @@ com.github.cafapi caf-api - 1.0.0-SNAPSHOT + 1.0.0 provided diff --git a/pom.xml b/pom.xml index 8efabf13..118600cc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.cafapi caf-common - 1.0.0-SNAPSHOT + 1.0.0 pom diff --git a/swagger-ui/pom.xml b/swagger-ui/pom.xml index b989245a..99b130c5 100644 --- a/swagger-ui/pom.xml +++ b/swagger-ui/pom.xml @@ -5,13 +5,13 @@ 4.0.0 swagger-ui - 1.0.0-SNAPSHOT + 1.0.0 jar com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent diff --git a/util-jerseycompat/pom.xml b/util-jerseycompat/pom.xml index ba39ddb9..e9623d14 100644 --- a/util-jerseycompat/pom.xml +++ b/util-jerseycompat/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.util util-jerseycompat - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent diff --git a/util-liquibase-installer/pom.xml b/util-liquibase-installer/pom.xml index 5c4bee53..624c2400 100644 --- a/util-liquibase-installer/pom.xml +++ b/util-liquibase-installer/pom.xml @@ -7,13 +7,13 @@ com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent com.github.cafapi.util util-liquibase-installer - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/util-moduleloader/pom.xml b/util-moduleloader/pom.xml index 48bb5902..930b0e14 100644 --- a/util-moduleloader/pom.xml +++ b/util-moduleloader/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.util util-moduleloader - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent diff --git a/util-naming/pom.xml b/util-naming/pom.xml index 86a03083..12df5757 100644 --- a/util-naming/pom.xml +++ b/util-naming/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.util util-naming - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent diff --git a/util-process-identifier/pom.xml b/util-process-identifier/pom.xml index 2d5342fa..c109a258 100644 --- a/util-process-identifier/pom.xml +++ b/util-process-identifier/pom.xml @@ -7,13 +7,13 @@ com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent com.github.cafapi.util util-process-identifier - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/util-ref/pom.xml b/util-ref/pom.xml index 0697dcc9..d100c156 100644 --- a/util-ref/pom.xml +++ b/util-ref/pom.xml @@ -6,12 +6,12 @@ com.github.cafapi.util util-ref - 1.0.0-SNAPSHOT + 1.0.0 com.github.cafapi caf-parent - 1.0.0-SNAPSHOT + 1.0.0 ../caf-parent