Skip to content

Commit 4f7e18b

Browse files
committed
Version 2.2.1
1 parent 1cd911f commit 4f7e18b

File tree

39 files changed

+45
-42
lines changed

39 files changed

+45
-42
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2323
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2424

25-
- name: Update version
26-
run: ./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }}
25+
# - name: Update version
26+
# run: ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ github.event.release.tag_name }}
2727

2828
- name: Publish to the Maven Central Repository
29-
run: ./mvnw --batch-mode --no-transfer-progress deploy -DskipTests
29+
run: ./mvnw --batch-mode --no-transfer-progress -Dgib.disable=true -Ddocker.cleanup.skip=true -P ossrh -DskipTests deploy
3030
env:
3131
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3232
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

embedded-aerospike/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-artifactory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-azurite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-cassandra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-clickhouse/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-consul/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>testcontainers-spring-boot-parent</artifactId>
88
<groupId>com.playtika.testcontainers</groupId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1111
</parent>
1212

embedded-couchbase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-db2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-dynamodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.playtika.testcontainers</groupId>
77
<artifactId>testcontainers-spring-boot-parent</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-elasticsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-google-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-google-storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-grafana/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-influxdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-keycloak/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-localstack/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>embedded-localstack</artifactId>
14-
<version>2.2.1-SNAPSHOT</version>
14+
<version>2.2.1</version>
1515

1616
<properties>
1717
<aws-java-sdk.version>1.12.181</aws-java-sdk.version>

embedded-mariadb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-memsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-minio/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>testcontainers-spring-boot-parent</artifactId>
1010
<groupId>com.playtika.testcontainers</groupId>
11-
<version>2.2.1-SNAPSHOT</version>
11+
<version>2.2.1</version>
1212
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1313
</parent>
1414

embedded-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-neo4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>testcontainers-spring-boot-parent</artifactId>
88
<groupId>com.playtika.testcontainers</groupId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1111
</parent>
1212

embedded-oracle-xe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-postgresql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-prometheus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111

embedded-pulsar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-rabbitmq/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-selenium/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.playtika.testcontainers</groupId>
99
<artifactId>testcontainers-spring-boot-parent</artifactId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-toxiproxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-vault/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

embedded-vertica/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded-voltdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot-parent</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.playtika.testcontainers</groupId>
77
<artifactId>testcontainers-spring-boot</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
@@ -99,6 +99,8 @@
9999
<gpg.useagent>true</gpg.useagent>
100100
<gpg.lockMode>never</gpg.lockMode>
101101

102+
<docker.cleanup.skip>false</docker.cleanup.skip>
103+
102104

103105
</properties>
104106

@@ -194,6 +196,7 @@
194196
</executions>
195197
<configuration>
196198
<executable>./docker_cleanup.sh</executable>
199+
<skip>${docker.cleanup.skip}</skip>
197200
</configuration>
198201
</plugin>
199202
<plugin>

testcontainers-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>testcontainers-spring-boot-parent</artifactId>
99
<groupId>com.playtika.testcontainers</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>../testcontainers-spring-boot-parent</relativePath>
1212
</parent>
1313

testcontainers-spring-boot-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.playtika.testcontainers</groupId>
99
<artifactId>testcontainers-spring-boot</artifactId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
</parent>
1212

1313
<packaging>pom</packaging>

testcontainers-spring-boot-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-spring-boot</artifactId>
77
<groupId>com.playtika.testcontainers</groupId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)