Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 12, 2023
1 parent ba5b944 commit 37a89a1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cross-extension-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>cross-extension-integration-tests</artifactId>
<name>Quarkus Pact - Cross-extension Integration Tests</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.pact</groupId>
<artifactId>quarkus-pact-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.pact</groupId>
<artifactId>quarkus-pact-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus - Pact - Parent</name>
<modules>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-pact.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-pact.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-pact</url>
<tag>1.1.0</tag>
<tag>HEAD</tag>
</scm>
<properties>
<quarkus.version>3.3.0</quarkus.version>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-pact-consumer/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-consumer-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-consumer-deployment</artifactId>
<name>Quarkus Pact Consumer - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-pact-consumer/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-consumer-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-consumer-integration-tests</artifactId>
<name>Quarkus Pact Consumer - Integration Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions quarkus-pact-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-consumer-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus Pact Consumer - Parent</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-pact-consumer/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-consumer-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-consumer</artifactId>
<name>Quarkus Pact Consumer - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-pact-provider/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-provider-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-provider-deployment</artifactId>
<name>Quarkus Pact Provider - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-pact-provider/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-provider-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-provider-integration-tests</artifactId>
<name>Quarkus Pact Provider - Integration Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions quarkus-pact-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-provider-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus Pact Provider - Parent</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-pact-provider/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.pact</groupId>
<artifactId>quarkus-pact-provider-parent</artifactId>
<version>1.1.0</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-pact-provider</artifactId>
<name>Quarkus Pact Provider - Runtime</name>
Expand Down

0 comments on commit 37a89a1

Please sign in to comment.