Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 2, 2023
1 parent 6b02ecd commit 32886da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.logging.cloudwatch</groupId>
<artifactId>quarkus-logging-cloudwatch-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>6.1.0</version>
</parent>
<artifactId>quarkus-logging-cloudwatch-deployment</artifactId>
<name>Quarkus - Logging Cloudwatch - Deployment</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.logging.cloudwatch</groupId>
<artifactId>quarkus-logging-cloudwatch-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>6.1.0</version>
</parent>
<artifactId>quarkus-logging-cloudwatch-integration-tests</artifactId>
<name>Quarkus - Logging Cloudwatch - Integration Tests</name>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.logging.cloudwatch</groupId>
<artifactId>quarkus-logging-cloudwatch-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>6.1.0</version>
<packaging>pom</packaging>
<name>Quarkus - Logging Cloudwatch - Parent</name>
<modules>
Expand Down Expand Up @@ -102,4 +102,8 @@


</profiles>

<scm>
<tag>6.1.0</tag>
</scm>
</project>
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.logging.cloudwatch</groupId>
<artifactId>quarkus-logging-cloudwatch-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>6.1.0</version>
</parent>
<artifactId>quarkus-logging-cloudwatch</artifactId>
<name>Quarkus - Logging Cloudwatch - Runtime</name>
Expand Down

0 comments on commit 32886da

Please sign in to comment.