From faae6401225c5584d2032250249de6df9145146f Mon Sep 17 00:00:00 2001 From: Taimos CI Date: Sun, 23 Sep 2018 10:32:57 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.29 --- archetypes/basic/pom.xml | 2 +- archetypes/docker/pom.xml | 2 +- archetypes/pom.xml | 2 +- cloud/aws-ssm/pom.xml | 2 +- cloud/aws/pom.xml | 2 +- cloud/pom.xml | 2 +- cluster/hazelcast/pom.xml | 2 +- cluster/pom.xml | 2 +- daemon/pom.xml | 2 +- dynamodb/pom.xml | 2 +- i18n/pom.xml | 2 +- interconnect/core/pom.xml | 2 +- interconnect/interconnect-maven-plugin/pom.xml | 2 +- interconnect/metamodel/pom.xml | 2 +- interconnect/model/pom.xml | 2 +- interconnect/pom.xml | 2 +- interconnect/test/pom.xml | 2 +- jaxrs-jwtauth/pom.xml | 2 +- jaxrs/pom.xml | 2 +- jpa/pom.xml | 2 +- mongodb/pom.xml | 2 +- monitoring/aws/pom.xml | 2 +- monitoring/core/pom.xml | 2 +- monitoring/logging/pom.xml | 2 +- monitoring/pom.xml | 2 +- notification/aws/pom.xml | 2 +- notification/core/pom.xml | 2 +- notification/pom.xml | 2 +- orchestration/core/pom.xml | 2 +- orchestration/etcd/pom.xml | 2 +- orchestration/pom.xml | 2 +- pom.xml | 4 ++-- template/jasperreports/pom.xml | 2 +- template/pom.xml | 2 +- template/velocity/pom.xml | 2 +- template/xdocreport/pom.xml | 2 +- test/pom.xml | 2 +- 37 files changed, 38 insertions(+), 38 deletions(-) diff --git a/archetypes/basic/pom.xml b/archetypes/basic/pom.xml index 6e613dc3..76af992b 100644 --- a/archetypes/basic/pom.xml +++ b/archetypes/basic/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-archetype-parent - 1.29-SNAPSHOT + 1.29 dvalin-archetype-basic maven-archetype diff --git a/archetypes/docker/pom.xml b/archetypes/docker/pom.xml index 5d2ce537..5e843520 100644 --- a/archetypes/docker/pom.xml +++ b/archetypes/docker/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-archetype-parent - 1.29-SNAPSHOT + 1.29 dvalin-archetype-docker maven-archetype diff --git a/archetypes/pom.xml b/archetypes/pom.xml index afdbb0ee..deeafbcb 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ dvalin-parent de.taimos - 1.29-SNAPSHOT + 1.29 dvalin-archetype-parent Maven archetypes diff --git a/cloud/aws-ssm/pom.xml b/cloud/aws-ssm/pom.xml index 6e5133d3..6855d63b 100644 --- a/cloud/aws-ssm/pom.xml +++ b/cloud/aws-ssm/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-cloud-parent - 1.29-SNAPSHOT + 1.29 dvalin-cloud-aws-ssm Dvalin AWS SSM support diff --git a/cloud/aws/pom.xml b/cloud/aws/pom.xml index 3ce1193d..a59dca4f 100644 --- a/cloud/aws/pom.xml +++ b/cloud/aws/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-cloud-parent - 1.29-SNAPSHOT + 1.29 dvalin-cloud-aws Dvalin AWS support diff --git a/cloud/pom.xml b/cloud/pom.xml index b98e1278..c78574c1 100644 --- a/cloud/pom.xml +++ b/cloud/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-cloud-parent pom diff --git a/cluster/hazelcast/pom.xml b/cluster/hazelcast/pom.xml index 2a35e6e0..e4b3bdc8 100644 --- a/cluster/hazelcast/pom.xml +++ b/cluster/hazelcast/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-cluster-parent - 1.29-SNAPSHOT + 1.29 dvalin-cluster-hazelcast Dvalin Hazelcast support diff --git a/cluster/pom.xml b/cluster/pom.xml index b1e2ee32..8299af1e 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-cluster-parent pom diff --git a/daemon/pom.xml b/daemon/pom.xml index 289c879b..74f26248 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -3,7 +3,7 @@ dvalin-parent de.taimos - 1.29-SNAPSHOT + 1.29 dvalin-daemon Daemon support for dvalin diff --git a/dynamodb/pom.xml b/dynamodb/pom.xml index 0a7937bd..2157d980 100644 --- a/dynamodb/pom.xml +++ b/dynamodb/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-dynamodb DynamoDB support for dvalin diff --git a/i18n/pom.xml b/i18n/pom.xml index 56f125a6..e696dd01 100644 --- a/i18n/pom.xml +++ b/i18n/pom.xml @@ -4,7 +4,7 @@ dvalin-parent de.taimos - 1.29-SNAPSHOT + 1.29 dvalin-i18n i18n support for dvalin diff --git a/interconnect/core/pom.xml b/interconnect/core/pom.xml index dbbe158e..94bd9a69 100644 --- a/interconnect/core/pom.xml +++ b/interconnect/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.29-SNAPSHOT + 1.29 dvalin-interconnect-core Dvalin interconnect core library diff --git a/interconnect/interconnect-maven-plugin/pom.xml b/interconnect/interconnect-maven-plugin/pom.xml index a5501cca..17e7ba8c 100644 --- a/interconnect/interconnect-maven-plugin/pom.xml +++ b/interconnect/interconnect-maven-plugin/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.29-SNAPSHOT + 1.29 interconnect-maven-plugin maven-plugin diff --git a/interconnect/metamodel/pom.xml b/interconnect/metamodel/pom.xml index 4422382f..abfbd2b9 100644 --- a/interconnect/metamodel/pom.xml +++ b/interconnect/metamodel/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.29-SNAPSHOT + 1.29 dvalin-interconnect-metamodel Dvalin interconnect metamodel for transfer data model diff --git a/interconnect/model/pom.xml b/interconnect/model/pom.xml index 92407ccd..e70cb2d4 100644 --- a/interconnect/model/pom.xml +++ b/interconnect/model/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.29-SNAPSHOT + 1.29 dvalin-interconnect-model Dvalin interconnect transfer data model diff --git a/interconnect/pom.xml b/interconnect/pom.xml index fe2e9f31..472c5837 100644 --- a/interconnect/pom.xml +++ b/interconnect/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-interconnect-parent pom diff --git a/interconnect/test/pom.xml b/interconnect/test/pom.xml index 4ce91a25..f5e58ae1 100644 --- a/interconnect/test/pom.xml +++ b/interconnect/test/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.29-SNAPSHOT + 1.29 dvalin-interconnect-test Dvalin interconnect test library diff --git a/jaxrs-jwtauth/pom.xml b/jaxrs-jwtauth/pom.xml index e161e621..f81d92ad 100644 --- a/jaxrs-jwtauth/pom.xml +++ b/jaxrs-jwtauth/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-jaxrs-jwtauth JWT Authetication support for dvalin JAX-RS diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index e53c5bcc..bffc4bdb 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-jaxrs JAX-RS support for dvalin using Apache CXF diff --git a/jpa/pom.xml b/jpa/pom.xml index ce99ee39..22d34193 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-jpa JPA support for dvalin using Hibernate diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 0758fca9..a08f3bca 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-mongodb MongoDB support for dvalin diff --git a/monitoring/aws/pom.xml b/monitoring/aws/pom.xml index 0c185847..77b06081 100644 --- a/monitoring/aws/pom.xml +++ b/monitoring/aws/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-monitoring-parent - 1.29-SNAPSHOT + 1.29 dvalin-monitoring-aws Dvalin monitoring service implementation for AWS CloudWatch diff --git a/monitoring/core/pom.xml b/monitoring/core/pom.xml index faf00e7e..a86dc5dd 100644 --- a/monitoring/core/pom.xml +++ b/monitoring/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-monitoring-parent - 1.29-SNAPSHOT + 1.29 dvalin-monitoring-core Dvalin monitoring service diff --git a/monitoring/logging/pom.xml b/monitoring/logging/pom.xml index ead72e9f..c9345ebf 100644 --- a/monitoring/logging/pom.xml +++ b/monitoring/logging/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-monitoring-parent - 1.29-SNAPSHOT + 1.29 dvalin-monitoring-logging Dvalin monitoring service implementation for logging framework diff --git a/monitoring/pom.xml b/monitoring/pom.xml index de703709..a07b4e49 100644 --- a/monitoring/pom.xml +++ b/monitoring/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-monitoring-parent pom diff --git a/notification/aws/pom.xml b/notification/aws/pom.xml index 64ec3e69..b3bde6f8 100644 --- a/notification/aws/pom.xml +++ b/notification/aws/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-notification-parent - 1.29-SNAPSHOT + 1.29 dvalin-notification-aws Dvalin AWS notification service diff --git a/notification/core/pom.xml b/notification/core/pom.xml index 0af045bd..8d42a0dd 100644 --- a/notification/core/pom.xml +++ b/notification/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-notification-parent - 1.29-SNAPSHOT + 1.29 dvalin-notification-core Dvalin notification service diff --git a/notification/pom.xml b/notification/pom.xml index 5c341132..43afb542 100644 --- a/notification/pom.xml +++ b/notification/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-notification-parent pom diff --git a/orchestration/core/pom.xml b/orchestration/core/pom.xml index bad24626..60542ce0 100644 --- a/orchestration/core/pom.xml +++ b/orchestration/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-orchestration-parent - 1.29-SNAPSHOT + 1.29 dvalin-orchestration-core Dvalin service orchestration diff --git a/orchestration/etcd/pom.xml b/orchestration/etcd/pom.xml index 1fb11907..eacccc68 100644 --- a/orchestration/etcd/pom.xml +++ b/orchestration/etcd/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-orchestration-parent - 1.29-SNAPSHOT + 1.29 dvalin-orchestration-etcd Dvalin service orchestration with etcd diff --git a/orchestration/pom.xml b/orchestration/pom.xml index 7176f86b..2b61942d 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-orchestration-parent pom diff --git a/pom.xml b/pom.xml index be9cb668..fba266eb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 5 dvalin-parent - 1.29-SNAPSHOT + 1.29 pom Taimos Microservices Framework 2015 @@ -74,7 +74,7 @@ scm:git:git@github.com:taimos/dvalin.git scm:git:git@github.com:taimos/dvalin.git scm:git:git@github.com:taimos/dvalin.git - HEAD + v1.29 GitHub diff --git a/template/jasperreports/pom.xml b/template/jasperreports/pom.xml index 344aecf2..484030b6 100644 --- a/template/jasperreports/pom.xml +++ b/template/jasperreports/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-template-parent - 1.29-SNAPSHOT + 1.29 dvalin-template-jasperreports Dvalin JasperReports support diff --git a/template/pom.xml b/template/pom.xml index de3bb623..8ea0fb54 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.29-SNAPSHOT + 1.29 dvalin-template-parent pom diff --git a/template/velocity/pom.xml b/template/velocity/pom.xml index 139f7c1d..8f481e70 100644 --- a/template/velocity/pom.xml +++ b/template/velocity/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-template-parent - 1.29-SNAPSHOT + 1.29 dvalin-template-velocity Dvalin Velocity support diff --git a/template/xdocreport/pom.xml b/template/xdocreport/pom.xml index ac7310f0..47b5d829 100644 --- a/template/xdocreport/pom.xml +++ b/template/xdocreport/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-template-parent - 1.29-SNAPSHOT + 1.29 dvalin-template-xdocreport Dvalin XDocReport support diff --git a/test/pom.xml b/test/pom.xml index 0307bbea..e248f8bd 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ dvalin-parent de.taimos - 1.29-SNAPSHOT + 1.29 dvalin-test Test support for dvalin