Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 12, 2024
1 parent 7219aa1 commit 46872d4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver-deployment</artifactId>
<name>Quarkus Mockserver - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-examples</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver-examples</artifactId>
<name>Quarkus Mockserver - Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver-integration-tests-base</artifactId>
<name>Quarkus Mockserver - Base Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver-integration-tests-docker</artifactId>
<name>Quarkus Mockserver - Docker Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver-integration-tests</artifactId>
<name>Quarkus Mockserver - Integration Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
<packaging>pom</packaging>
<name>Quarkus Mockserver - Parent</name>
<modules>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-mockserver.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-mockserver.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-mockserver</url>
<tag>HEAD</tag>
<tag>1.11.0</tag>
</scm>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver</artifactId>
<name>Quarkus Mockserver - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mockserver</groupId>
<artifactId>quarkus-mockserver-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<artifactId>quarkus-mockserver-test</artifactId>
<name>Quarkus Mockserver - Test</name>
Expand Down

0 comments on commit 46872d4

Please sign in to comment.