Skip to content

Commit 188dc55

Browse files
[maven-release-plugin] prepare release 1.1.0
1 parent 49b1797 commit 188dc55

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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>1.1.0</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>1.1.0</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>1.1.0</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus Playwright - Parent</name>
1414
<modules>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:quarkiverse/quarkus-playwright.git</connection>
2020
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-playwright.git</developerConnection>
2121
<url>https://github.com/quarkiverse/quarkus-playwright</url>
22-
<tag>HEAD</tag>
22+
<tag>1.1.0</tag>
2323
</scm>
2424
<properties>
2525
<compiler-plugin.version>3.13.0</compiler-plugin.version>

testing/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>1.1.0</version>
88
</parent>
99
<artifactId>quarkus-playwright</artifactId>
1010
<name>Quarkus Playwright - Testing</name>

0 commit comments

Comments
 (0)