Skip to content

Commit e86c528

Browse files
[maven-release-plugin] prepare release 2.1.1
1 parent 4875092 commit e86c528

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.playwright</groupId>
77
<artifactId>quarkus-playwright-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
</parent>
1010
<artifactId>quarkus-playwright-deployment</artifactId>
1111
<name>Quarkus Playwright - Deployment</name>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.playwright</groupId>
66
<artifactId>quarkus-playwright-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.playwright</groupId>
66
<artifactId>quarkus-playwright-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
</parent>
99
<artifactId>quarkus-playwright-integration-tests</artifactId>
1010
<name>Quarkus Playwright - Integration Tests</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.quarkiverse.playwright</groupId>
1010
<artifactId>quarkus-playwright-parent</artifactId>
11-
<version>999-SNAPSHOT</version>
11+
<version>2.1.1</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus Playwright - Parent</name>
1414
<description>Playwright enables reliable end-to-end testing for modern web apps</description>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:[email protected]:quarkiverse/quarkus-playwright.git</connection>
2121
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-playwright.git</developerConnection>
2222
<url>https://github.com/quarkiverse/quarkus-playwright</url>
23-
<tag>HEAD</tag>
23+
<tag>2.1.1</tag>
2424
</scm>
2525
<properties>
2626
<compiler-plugin.version>3.13.0</compiler-plugin.version>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.playwright</groupId>
77
<artifactId>quarkus-playwright-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
</parent>
1010
<artifactId>quarkus-playwright</artifactId>
1111
<name>Quarkus Playwright - Runtime</name>

0 commit comments

Comments
 (0)