Skip to content

Commit ea64e77

Browse files
[maven-release-plugin] prepare release 1.23
1 parent 6e15a24 commit ea64e77

43 files changed

Lines changed: 51 additions & 53 deletions

File tree

Some content is hidden

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

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.23-SNAPSHOT</version>
24+
<version>1.23</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.23</tag>
8080
</scm>
8181

8282
<distributionManagement>

webtau-browser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.23-SNAPSHOT</version>
24+
<version>1.23</version>
2525
</parent>
2626

2727
<artifactId>webtau-browser</artifactId>
28-
<version>1.23-SNAPSHOT</version>
28+
<version>1.23</version>
2929

3030
<properties>
3131
<selenium.version>3.141.59</selenium.version>

webtau-cache/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.23-SNAPSHOT</version>
24+
<version>1.23</version>
2525
</parent>
2626

2727
<artifactId>webtau-cache</artifactId>

webtau-cli-groovy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testingisdocumenting.webtau</groupId>
77
<artifactId>webtau-parent</artifactId>
8-
<version>1.23-SNAPSHOT</version>
8+
<version>1.23</version>
99
</parent>
1010

1111
<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.23-SNAPSHOT</version>
24+
<version>1.23</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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testingisdocumenting.webtau</groupId>
77
<artifactId>webtau-parent</artifactId>
8-
<version>1.23-SNAPSHOT</version>
8+
<version>1.23</version>
99
</parent>
1010

1111
<artifactId>webtau-cli</artifactId>

webtau-config/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.23-SNAPSHOT</version>
24+
<version>1.23</version>
2525
</parent>
2626

2727
<artifactId>webtau-config</artifactId>

webtau-console/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.23-SNAPSHOT</version>
24+
<version>1.23</version>
2525
</parent>
2626

2727
<artifactId>webtau-console</artifactId>

webtau-core-groovy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.23-SNAPSHOT</version>
24+
<version>1.23</version>
2525
</parent>
2626

2727
<artifactId>webtau-core-groovy</artifactId>
28-
<version>1.23-SNAPSHOT</version>
28+
<version>1.23</version>
2929

3030
<dependencies>
3131
<dependency>

webtau-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.testingisdocumenting.webtau</groupId>
2323
<artifactId>webtau-parent</artifactId>
24-
<version>1.23-SNAPSHOT</version>
24+
<version>1.23</version>
2525
</parent>
2626

2727
<artifactId>webtau-core</artifactId>
28-
<version>1.23-SNAPSHOT</version>
28+
<version>1.23</version>
2929

3030
<dependencies>
3131
<dependency>

0 commit comments

Comments
 (0)