From 7cbefb13018ba3e46ff875634f3275f88ca78cd1 Mon Sep 17 00:00:00 2001 From: Thorsten Hoeger Date: Thu, 15 Jun 2023 20:57:04 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.34 --- 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-swagger/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/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 905e5ba9..7b25e4cb 100644 --- a/archetypes/basic/pom.xml +++ b/archetypes/basic/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-archetype-parent - 1.34-SNAPSHOT + 1.34 dvalin-archetype-basic maven-archetype diff --git a/archetypes/docker/pom.xml b/archetypes/docker/pom.xml index 2bc5d1ce..e0514e5b 100644 --- a/archetypes/docker/pom.xml +++ b/archetypes/docker/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-archetype-parent - 1.34-SNAPSHOT + 1.34 dvalin-archetype-docker maven-archetype diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 8d002ff9..553b90e0 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ dvalin-parent de.taimos - 1.34-SNAPSHOT + 1.34 dvalin-archetype-parent Maven archetypes diff --git a/cloud/aws-ssm/pom.xml b/cloud/aws-ssm/pom.xml index dff8d305..7de4c2e8 100644 --- a/cloud/aws-ssm/pom.xml +++ b/cloud/aws-ssm/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-cloud-parent - 1.34-SNAPSHOT + 1.34 dvalin-cloud-aws-ssm Dvalin AWS SSM support diff --git a/cloud/aws/pom.xml b/cloud/aws/pom.xml index 40366785..a0fda837 100644 --- a/cloud/aws/pom.xml +++ b/cloud/aws/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-cloud-parent - 1.34-SNAPSHOT + 1.34 dvalin-cloud-aws Dvalin AWS support diff --git a/cloud/pom.xml b/cloud/pom.xml index d9d32063..0343817f 100644 --- a/cloud/pom.xml +++ b/cloud/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-cloud-parent pom diff --git a/cluster/hazelcast/pom.xml b/cluster/hazelcast/pom.xml index 297e8d84..441c0b34 100644 --- a/cluster/hazelcast/pom.xml +++ b/cluster/hazelcast/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-cluster-parent - 1.34-SNAPSHOT + 1.34 dvalin-cluster-hazelcast Dvalin Hazelcast support diff --git a/cluster/pom.xml b/cluster/pom.xml index 8c9cb06e..2fd2ad37 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-cluster-parent pom diff --git a/daemon/pom.xml b/daemon/pom.xml index 167e73df..16e269da 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -3,7 +3,7 @@ dvalin-parent de.taimos - 1.34-SNAPSHOT + 1.34 dvalin-daemon Daemon support for dvalin diff --git a/dynamodb/pom.xml b/dynamodb/pom.xml index 6e516b2e..0820d4c8 100644 --- a/dynamodb/pom.xml +++ b/dynamodb/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-dynamodb DynamoDB support for dvalin diff --git a/i18n/pom.xml b/i18n/pom.xml index 2dec25a1..e4ba7c94 100644 --- a/i18n/pom.xml +++ b/i18n/pom.xml @@ -4,7 +4,7 @@ dvalin-parent de.taimos - 1.34-SNAPSHOT + 1.34 dvalin-i18n i18n support for dvalin diff --git a/interconnect/core/pom.xml b/interconnect/core/pom.xml index 8aa35a68..df9d050e 100644 --- a/interconnect/core/pom.xml +++ b/interconnect/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.34-SNAPSHOT + 1.34 dvalin-interconnect-core Dvalin interconnect core library diff --git a/interconnect/interconnect-maven-plugin/pom.xml b/interconnect/interconnect-maven-plugin/pom.xml index 8934d622..cc5b15cb 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.34-SNAPSHOT + 1.34 interconnect-maven-plugin maven-plugin diff --git a/interconnect/metamodel/pom.xml b/interconnect/metamodel/pom.xml index 4c79ed32..fec9e892 100644 --- a/interconnect/metamodel/pom.xml +++ b/interconnect/metamodel/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.34-SNAPSHOT + 1.34 dvalin-interconnect-metamodel Dvalin interconnect metamodel for transfer data model diff --git a/interconnect/model/pom.xml b/interconnect/model/pom.xml index 4557b89c..19c64b7a 100644 --- a/interconnect/model/pom.xml +++ b/interconnect/model/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.34-SNAPSHOT + 1.34 dvalin-interconnect-model Dvalin interconnect transfer data model diff --git a/interconnect/pom.xml b/interconnect/pom.xml index 4ff1ab14..43f7a999 100644 --- a/interconnect/pom.xml +++ b/interconnect/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-interconnect-parent pom diff --git a/interconnect/test/pom.xml b/interconnect/test/pom.xml index 591f9986..fe41abf9 100644 --- a/interconnect/test/pom.xml +++ b/interconnect/test/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-interconnect-parent - 1.34-SNAPSHOT + 1.34 dvalin-interconnect-test Dvalin interconnect test library diff --git a/jaxrs-jwtauth/pom.xml b/jaxrs-jwtauth/pom.xml index e61a1720..6d344945 100644 --- a/jaxrs-jwtauth/pom.xml +++ b/jaxrs-jwtauth/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-jaxrs-jwtauth JWT Authetication support for dvalin JAX-RS diff --git a/jaxrs-swagger/pom.xml b/jaxrs-swagger/pom.xml index 0938825f..9e053d50 100644 --- a/jaxrs-swagger/pom.xml +++ b/jaxrs-swagger/pom.xml @@ -4,7 +4,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-jaxrs-swagger Swagger/OpenAPI support for dvalin JAX-RS diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index 99b1e9aa..7202b245 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-jaxrs JAX-RS support for dvalin using Apache CXF diff --git a/jpa/pom.xml b/jpa/pom.xml index 76326c04..54fe240a 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-jpa JPA support for dvalin using Hibernate diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 7c18bf1a..33c3cbc3 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-mongodb MongoDB support for dvalin diff --git a/monitoring/aws/pom.xml b/monitoring/aws/pom.xml index f760eec0..09007e66 100644 --- a/monitoring/aws/pom.xml +++ b/monitoring/aws/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-monitoring-parent - 1.34-SNAPSHOT + 1.34 dvalin-monitoring-aws Dvalin monitoring service implementation for AWS CloudWatch diff --git a/monitoring/core/pom.xml b/monitoring/core/pom.xml index 5dd7dd8f..62d93e6e 100644 --- a/monitoring/core/pom.xml +++ b/monitoring/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-monitoring-parent - 1.34-SNAPSHOT + 1.34 dvalin-monitoring-core Dvalin monitoring service diff --git a/monitoring/logging/pom.xml b/monitoring/logging/pom.xml index 1b002320..052277fb 100644 --- a/monitoring/logging/pom.xml +++ b/monitoring/logging/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-monitoring-parent - 1.34-SNAPSHOT + 1.34 dvalin-monitoring-logging Dvalin monitoring service implementation for logging framework diff --git a/monitoring/pom.xml b/monitoring/pom.xml index ecd173e0..7077ea51 100644 --- a/monitoring/pom.xml +++ b/monitoring/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-monitoring-parent pom diff --git a/notification/aws/pom.xml b/notification/aws/pom.xml index 3ef3eb43..ede65bc8 100644 --- a/notification/aws/pom.xml +++ b/notification/aws/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-notification-parent - 1.34-SNAPSHOT + 1.34 dvalin-notification-aws Dvalin AWS notification service diff --git a/notification/core/pom.xml b/notification/core/pom.xml index 53cd2cc3..bbd8018d 100644 --- a/notification/core/pom.xml +++ b/notification/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-notification-parent - 1.34-SNAPSHOT + 1.34 dvalin-notification-core Dvalin notification service diff --git a/notification/pom.xml b/notification/pom.xml index 86eae8d2..96c37a3a 100644 --- a/notification/pom.xml +++ b/notification/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-notification-parent pom diff --git a/orchestration/core/pom.xml b/orchestration/core/pom.xml index e00c2094..db5ab7cc 100644 --- a/orchestration/core/pom.xml +++ b/orchestration/core/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-orchestration-parent - 1.34-SNAPSHOT + 1.34 dvalin-orchestration-core Dvalin service orchestration diff --git a/orchestration/etcd/pom.xml b/orchestration/etcd/pom.xml index b4872eba..2a50ff17 100644 --- a/orchestration/etcd/pom.xml +++ b/orchestration/etcd/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-orchestration-parent - 1.34-SNAPSHOT + 1.34 dvalin-orchestration-etcd Dvalin service orchestration with etcd diff --git a/orchestration/pom.xml b/orchestration/pom.xml index 8ed5b44d..e91cc793 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-orchestration-parent pom diff --git a/pom.xml b/pom.xml index 70462751..210ad97c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 6 dvalin-parent - 1.34-SNAPSHOT + 1.34 pom Taimos Microservices Framework 2015 @@ -76,7 +76,7 @@ scm:git:https://github.com/taimos/dvalin.git scm:git:https://github.com/taimos/dvalin.git scm:git:https://github.com/taimos/dvalin.git - HEAD + v1.34 GitHub diff --git a/template/pom.xml b/template/pom.xml index eddf266c..c1e79730 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-parent - 1.34-SNAPSHOT + 1.34 dvalin-template-parent pom diff --git a/template/velocity/pom.xml b/template/velocity/pom.xml index 9718b580..183db360 100644 --- a/template/velocity/pom.xml +++ b/template/velocity/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-template-parent - 1.34-SNAPSHOT + 1.34 dvalin-template-velocity Dvalin Velocity support diff --git a/template/xdocreport/pom.xml b/template/xdocreport/pom.xml index 62c9fd95..53e0b144 100644 --- a/template/xdocreport/pom.xml +++ b/template/xdocreport/pom.xml @@ -3,7 +3,7 @@ de.taimos dvalin-template-parent - 1.34-SNAPSHOT + 1.34 dvalin-template-xdocreport Dvalin XDocReport support diff --git a/test/pom.xml b/test/pom.xml index da1e3ce5..746fdf2a 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ dvalin-parent de.taimos - 1.34-SNAPSHOT + 1.34 dvalin-test Test support for dvalin