Skip to content

Commit 1d4f5c1

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent f3c3bd3 commit 1d4f5c1

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.antivirus</groupId>
66
<artifactId>quarkus-antivirus-parent</artifactId>
7-
<version>1.5.0</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-antivirus-deployment</artifactId>
1010
<name>Quarkus Antivirus - Deployment</name>

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.antivirus</groupId>
66
<artifactId>quarkus-antivirus-parent</artifactId>
7-
<version>1.5.0</version>
7+
<version>999-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/imperative/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.antivirus</groupId>
66
<artifactId>quarkus-antivirus-parent</artifactId>
7-
<version>1.5.0</version>
7+
<version>999-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>quarkus-antivirus-integration-tests-imperative</artifactId>

integration-tests/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.antivirus</groupId>
66
<artifactId>quarkus-antivirus-parent</artifactId>
7-
<version>1.5.0</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-antivirus-integration-tests</artifactId>
1010
<name>Quarkus Antivirus - Integration Tests</name>

integration-tests/reactive/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.antivirus</groupId>
66
<artifactId>quarkus-antivirus-parent</artifactId>
7-
<version>1.5.0</version>
7+
<version>999-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>quarkus-antivirus-integration-tests-reactive</artifactId>

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.antivirus</groupId>
1010
<artifactId>quarkus-antivirus-parent</artifactId>
11-
<version>1.5.0</version>
11+
<version>999-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus Antivirus - Parent</name>
1414
<description>Virus scan files using ICAP, ClamAV, or VirusTotal</description>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:git@github.com:quarkiverse/quarkus-antivirus.git</connection>
2121
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-antivirus.git</developerConnection>
2222
<url>https://github.com/quarkiverse/quarkus-antivirus</url>
23-
<tag>1.5.0</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525
<properties>
2626
<compiler-plugin.version>3.15.0</compiler-plugin.version>

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.antivirus</groupId>
66
<artifactId>quarkus-antivirus-parent</artifactId>
7-
<version>1.5.0</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-antivirus</artifactId>
1010
<name>Quarkus Antivirus - Runtime</name>

0 commit comments

Comments
 (0)