Skip to content

Commit bcf56b5

Browse files
[maven-release-plugin] prepare release 1.52.1
1 parent 9ecb4b1 commit bcf56b5

File tree

50 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+56
-56
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.53-SNAPSHOT</version>
24+
<version>1.52.1</version>
2525
<packaging>pom</packaging>
2626

2727
<name>WebTau</name>
@@ -76,7 +76,7 @@
7676
<url>https://github.com/testingisdocumenting/webtau</url>
7777
<connection>scm:git:https://github.com/testingisdocumenting/webtau.git</connection>
7878
<developerConnection>scm:git:https://github.com/testingisdocumenting/webtau.git</developerConnection>
79-
<tag>HEAD</tag>
79+
<tag>1.52.1</tag>
8080
</scm>
8181

8282
<distributionManagement>

webtau-browser-testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.53-SNAPSHOT</version>
24+
<version>1.52.1</version>
2525
</parent>
2626

2727
<artifactId>webtau-browser-testcontainers</artifactId>

webtau-browser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.testingisdocumenting.webtau</groupId>
2424
<artifactId>webtau-parent</artifactId>
25-
<version>1.53-SNAPSHOT</version>
25+
<version>1.52.1</version>
2626
</parent>
2727

2828
<artifactId>webtau-browser</artifactId>
29-
<version>1.53-SNAPSHOT</version>
29+
<version>1.52.1</version>
3030

3131
<properties>
3232
<selenium.version>4.8.0</selenium.version>

webtau-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.testingisdocumenting.webtau</groupId>
2424
<artifactId>webtau-parent</artifactId>
25-
<version>1.53-SNAPSHOT</version>
25+
<version>1.52.1</version>
2626
</parent>
2727

2828
<artifactId>webtau-cache</artifactId>

webtau-cli-groovy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.testingisdocumenting.webtau</groupId>
2222
<artifactId>webtau-parent</artifactId>
23-
<version>1.53-SNAPSHOT</version>
23+
<version>1.52.1</version>
2424
</parent>
2525

2626
<artifactId>webtau-cli-groovy</artifactId>

webtau-cli-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.53-SNAPSHOT</version>
24+
<version>1.52.1</version>
2525
</parent>
2626

2727
<artifactId>webtau-cli-testing</artifactId>

webtau-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.53-SNAPSHOT</version>
24+
<version>1.52.1</version>
2525
</parent>
2626

2727
<artifactId>webtau-cli</artifactId>

webtau-core-groovy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.testingisdocumenting.webtau</groupId>
2424
<artifactId>webtau-parent</artifactId>
25-
<version>1.53-SNAPSHOT</version>
25+
<version>1.52.1</version>
2626
</parent>
2727

2828
<artifactId>webtau-core-groovy</artifactId>
29-
<version>1.53-SNAPSHOT</version>
29+
<version>1.52.1</version>
3030

3131
<dependencies>
3232
<dependency>

webtau-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.testingisdocumenting.webtau</groupId>
2424
<artifactId>webtau-parent</artifactId>
25-
<version>1.53-SNAPSHOT</version>
25+
<version>1.52.1</version>
2626
</parent>
2727

2828
<artifactId>webtau-core</artifactId>

webtau-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.testingisdocumenting.webtau</groupId>
2424
<artifactId>webtau-parent</artifactId>
25-
<version>1.53-SNAPSHOT</version>
25+
<version>1.52.1</version>
2626
</parent>
2727

2828
<artifactId>webtau-data</artifactId>

0 commit comments

Comments
 (0)