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 Dec 19, 2023
1 parent b037d29 commit 107bc50
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.splunk</groupId>
<artifactId>quarkus-logging-splunk-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.logging.splunk</groupId>
<artifactId>quarkus-logging-splunk-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.logging.splunk</groupId>
<artifactId>quarkus-logging-splunk-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.logging.splunk</groupId>
<artifactId>quarkus-logging-splunk-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0-SNAPSHOT</version>
<name>Splunk logging extension - Parent</name>
<description>Send logs to a Splunk HTTP Event Collector (HEC)</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -47,7 +47,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-logging-splunk.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-logging-splunk.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-logging-splunk</url>
<tag>3.1.3</tag>
<tag>HEAD</tag>
</scm>
<modules>
<module>runtime</module>
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.logging.splunk</groupId>
<artifactId>quarkus-logging-splunk-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 107bc50

Please sign in to comment.