Skip to content

Commit 91f73c4

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent ac865b7 commit 91f73c4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

deployment/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.logging.splunk</groupId>
66
<artifactId>quarkus-logging-splunk-parent</artifactId>
7-
<version>4.1.2</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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.logging.splunk</groupId>
66
<artifactId>quarkus-logging-splunk-parent</artifactId>
7-
<version>4.1.2</version>
7+
<version>4.1.0-SNAPSHOT</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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.quarkiverse.logging.splunk</groupId>
55
<artifactId>quarkus-logging-splunk-parent</artifactId>
6-
<version>4.1.2</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.logging.splunk</groupId>
1010
<artifactId>quarkus-logging-splunk-parent</artifactId>
11-
<version>4.1.2</version>
11+
<version>4.1.0-SNAPSHOT</version>
1212
<name>Splunk logging extension - Parent</name>
1313
<description>Send logs to a Splunk HTTP Event Collector (HEC)</description>
1414
<packaging>pom</packaging>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:git@github.com:quarkiverse/quarkus-logging-splunk.git</connection>
4848
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-logging-splunk.git</developerConnection>
4949
<url>https://github.com/quarkiverse/quarkus-logging-splunk</url>
50-
<tag>4.1.2</tag>
50+
<tag>HEAD</tag>
5151
</scm>
5252
<modules>
5353
<module>test-utils</module>

runtime/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.logging.splunk</groupId>
66
<artifactId>quarkus-logging-splunk-parent</artifactId>
7-
<version>4.1.2</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

test-utils/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.logging.splunk</groupId>
66
<artifactId>quarkus-logging-splunk-parent</artifactId>
7-
<version>4.1.2</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)