From 4f7e18b4681634c2b0963d8ac19480fb2144aa07 Mon Sep 17 00:00:00 2001 From: Anastasiia Smirnova Date: Sat, 4 Jun 2022 00:16:46 +0200 Subject: [PATCH] Version 2.2.1 --- .github/workflows/release.yml | 6 +++--- embedded-aerospike/pom.xml | 2 +- embedded-artifactory/pom.xml | 2 +- embedded-azurite/pom.xml | 2 +- embedded-cassandra/pom.xml | 2 +- embedded-clickhouse/pom.xml | 2 +- embedded-consul/pom.xml | 2 +- embedded-couchbase/pom.xml | 2 +- embedded-db2/pom.xml | 2 +- embedded-dynamodb/pom.xml | 2 +- embedded-elasticsearch/pom.xml | 2 +- embedded-google-pubsub/pom.xml | 2 +- embedded-google-storage/pom.xml | 2 +- embedded-grafana/pom.xml | 2 +- embedded-influxdb/pom.xml | 2 +- embedded-kafka/pom.xml | 2 +- embedded-keycloak/pom.xml | 2 +- embedded-localstack/pom.xml | 4 ++-- embedded-mariadb/pom.xml | 2 +- embedded-memsql/pom.xml | 2 +- embedded-minio/pom.xml | 2 +- embedded-mongodb/pom.xml | 2 +- embedded-mysql/pom.xml | 2 +- embedded-neo4j/pom.xml | 2 +- embedded-oracle-xe/pom.xml | 2 +- embedded-postgresql/pom.xml | 2 +- embedded-prometheus/pom.xml | 2 +- embedded-pulsar/pom.xml | 2 +- embedded-rabbitmq/pom.xml | 2 +- embedded-redis/pom.xml | 2 +- embedded-selenium/pom.xml | 2 +- embedded-toxiproxy/pom.xml | 2 +- embedded-vault/pom.xml | 2 +- embedded-vertica/pom.xml | 2 +- embedded-voltdb/pom.xml | 2 +- pom.xml | 5 ++++- testcontainers-common/pom.xml | 2 +- testcontainers-spring-boot-bom/pom.xml | 2 +- testcontainers-spring-boot-parent/pom.xml | 2 +- 39 files changed, 45 insertions(+), 42 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3178a5c2b..3adffac57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,11 +22,11 @@ jobs: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - - name: Update version - run: ./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }} +# - name: Update version +# run: ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ github.event.release.tag_name }} - name: Publish to the Maven Central Repository - run: ./mvnw --batch-mode --no-transfer-progress deploy -DskipTests + run: ./mvnw --batch-mode --no-transfer-progress -Dgib.disable=true -Ddocker.cleanup.skip=true -P ossrh -DskipTests deploy env: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }} diff --git a/embedded-aerospike/pom.xml b/embedded-aerospike/pom.xml index 39e7191e2..7a81d6810 100644 --- a/embedded-aerospike/pom.xml +++ b/embedded-aerospike/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-artifactory/pom.xml b/embedded-artifactory/pom.xml index d62dd76df..64f8cbba2 100644 --- a/embedded-artifactory/pom.xml +++ b/embedded-artifactory/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-azurite/pom.xml b/embedded-azurite/pom.xml index 889572f41..557bce349 100644 --- a/embedded-azurite/pom.xml +++ b/embedded-azurite/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-cassandra/pom.xml b/embedded-cassandra/pom.xml index a50adac71..4279011cb 100644 --- a/embedded-cassandra/pom.xml +++ b/embedded-cassandra/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-clickhouse/pom.xml b/embedded-clickhouse/pom.xml index 4284a8b87..5321c585f 100644 --- a/embedded-clickhouse/pom.xml +++ b/embedded-clickhouse/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-consul/pom.xml b/embedded-consul/pom.xml index 22ce3d4f6..9917edc86 100644 --- a/embedded-consul/pom.xml +++ b/embedded-consul/pom.xml @@ -6,7 +6,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-couchbase/pom.xml b/embedded-couchbase/pom.xml index 8cf94e326..084528ea7 100644 --- a/embedded-couchbase/pom.xml +++ b/embedded-couchbase/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-db2/pom.xml b/embedded-db2/pom.xml index 0b5787016..40dd3dd10 100644 --- a/embedded-db2/pom.xml +++ b/embedded-db2/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-dynamodb/pom.xml b/embedded-dynamodb/pom.xml index 013ada22b..2eb57202c 100644 --- a/embedded-dynamodb/pom.xml +++ b/embedded-dynamodb/pom.xml @@ -5,7 +5,7 @@ com.playtika.testcontainers testcontainers-spring-boot-parent - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-elasticsearch/pom.xml b/embedded-elasticsearch/pom.xml index a2c2727a2..4c4843948 100644 --- a/embedded-elasticsearch/pom.xml +++ b/embedded-elasticsearch/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-google-pubsub/pom.xml b/embedded-google-pubsub/pom.xml index 00f235dc9..cec04ec94 100644 --- a/embedded-google-pubsub/pom.xml +++ b/embedded-google-pubsub/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-google-storage/pom.xml b/embedded-google-storage/pom.xml index 97a6bcfd5..75f10fcb5 100644 --- a/embedded-google-storage/pom.xml +++ b/embedded-google-storage/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-grafana/pom.xml b/embedded-grafana/pom.xml index f8c1fdb88..f2b1c1849 100644 --- a/embedded-grafana/pom.xml +++ b/embedded-grafana/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-influxdb/pom.xml b/embedded-influxdb/pom.xml index 2ba35e7f1..e53b682e1 100644 --- a/embedded-influxdb/pom.xml +++ b/embedded-influxdb/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-kafka/pom.xml b/embedded-kafka/pom.xml index 362316feb..25d791ff1 100644 --- a/embedded-kafka/pom.xml +++ b/embedded-kafka/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-keycloak/pom.xml b/embedded-keycloak/pom.xml index 1b1257cee..b8640ffc8 100644 --- a/embedded-keycloak/pom.xml +++ b/embedded-keycloak/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-localstack/pom.xml b/embedded-localstack/pom.xml index b114a7301..d41d187a1 100644 --- a/embedded-localstack/pom.xml +++ b/embedded-localstack/pom.xml @@ -5,13 +5,13 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 embedded-localstack - 2.2.1-SNAPSHOT + 2.2.1 1.12.181 diff --git a/embedded-mariadb/pom.xml b/embedded-mariadb/pom.xml index f97231715..3f1fde353 100644 --- a/embedded-mariadb/pom.xml +++ b/embedded-mariadb/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-memsql/pom.xml b/embedded-memsql/pom.xml index 2a80d01c1..785bbf874 100644 --- a/embedded-memsql/pom.xml +++ b/embedded-memsql/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-minio/pom.xml b/embedded-minio/pom.xml index 032e3a6c3..ea7302e37 100644 --- a/embedded-minio/pom.xml +++ b/embedded-minio/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-mongodb/pom.xml b/embedded-mongodb/pom.xml index 7cc3f6461..f9419726a 100644 --- a/embedded-mongodb/pom.xml +++ b/embedded-mongodb/pom.xml @@ -8,7 +8,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-mysql/pom.xml b/embedded-mysql/pom.xml index e81bea164..e7bbe56a0 100644 --- a/embedded-mysql/pom.xml +++ b/embedded-mysql/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-neo4j/pom.xml b/embedded-neo4j/pom.xml index e934c2385..597bc654f 100644 --- a/embedded-neo4j/pom.xml +++ b/embedded-neo4j/pom.xml @@ -6,7 +6,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-oracle-xe/pom.xml b/embedded-oracle-xe/pom.xml index ebe92e96d..ddadd672b 100644 --- a/embedded-oracle-xe/pom.xml +++ b/embedded-oracle-xe/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-postgresql/pom.xml b/embedded-postgresql/pom.xml index e04ff6f21..c20cd26fe 100644 --- a/embedded-postgresql/pom.xml +++ b/embedded-postgresql/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-prometheus/pom.xml b/embedded-prometheus/pom.xml index b2e2be125..e07f43b77 100644 --- a/embedded-prometheus/pom.xml +++ b/embedded-prometheus/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-pulsar/pom.xml b/embedded-pulsar/pom.xml index ba5748d44..22dc22dd0 100644 --- a/embedded-pulsar/pom.xml +++ b/embedded-pulsar/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-rabbitmq/pom.xml b/embedded-rabbitmq/pom.xml index 9c01678ca..ab7c0e9da 100644 --- a/embedded-rabbitmq/pom.xml +++ b/embedded-rabbitmq/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-redis/pom.xml b/embedded-redis/pom.xml index 235a0052b..87c34440d 100644 --- a/embedded-redis/pom.xml +++ b/embedded-redis/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-selenium/pom.xml b/embedded-selenium/pom.xml index 75848f43b..73ccaeb04 100644 --- a/embedded-selenium/pom.xml +++ b/embedded-selenium/pom.xml @@ -7,7 +7,7 @@ com.playtika.testcontainers testcontainers-spring-boot-parent - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-toxiproxy/pom.xml b/embedded-toxiproxy/pom.xml index 88151f9f2..0af98c194 100644 --- a/embedded-toxiproxy/pom.xml +++ b/embedded-toxiproxy/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-vault/pom.xml b/embedded-vault/pom.xml index 255ff5469..0a6de0a6f 100644 --- a/embedded-vault/pom.xml +++ b/embedded-vault/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/embedded-vertica/pom.xml b/embedded-vertica/pom.xml index a63831a0c..e29897bfa 100644 --- a/embedded-vertica/pom.xml +++ b/embedded-vertica/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/embedded-voltdb/pom.xml b/embedded-voltdb/pom.xml index 367bcfe56..47f633c4c 100644 --- a/embedded-voltdb/pom.xml +++ b/embedded-voltdb/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent 4.0.0 diff --git a/pom.xml b/pom.xml index c18edbb78..9dee9d5b1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.playtika.testcontainers testcontainers-spring-boot - 2.2.1-SNAPSHOT + 2.2.1 pom ${project.groupId}:${project.artifactId} @@ -99,6 +99,8 @@ true never + false + @@ -194,6 +196,7 @@ ./docker_cleanup.sh + ${docker.cleanup.skip} diff --git a/testcontainers-common/pom.xml b/testcontainers-common/pom.xml index 445da1e62..686c1e809 100644 --- a/testcontainers-common/pom.xml +++ b/testcontainers-common/pom.xml @@ -7,7 +7,7 @@ testcontainers-spring-boot-parent com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 ../testcontainers-spring-boot-parent diff --git a/testcontainers-spring-boot-bom/pom.xml b/testcontainers-spring-boot-bom/pom.xml index bb6a6b1a5..fe272b95c 100644 --- a/testcontainers-spring-boot-bom/pom.xml +++ b/testcontainers-spring-boot-bom/pom.xml @@ -7,7 +7,7 @@ com.playtika.testcontainers testcontainers-spring-boot - 2.2.1-SNAPSHOT + 2.2.1 pom diff --git a/testcontainers-spring-boot-parent/pom.xml b/testcontainers-spring-boot-parent/pom.xml index 8d7b1d705..9e0abd790 100644 --- a/testcontainers-spring-boot-parent/pom.xml +++ b/testcontainers-spring-boot-parent/pom.xml @@ -5,7 +5,7 @@ testcontainers-spring-boot com.playtika.testcontainers - 2.2.1-SNAPSHOT + 2.2.1 4.0.0