Skip to content

Commit b2a2501

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 791656b commit b2a2501

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-ecosystem</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.quarkiverse.itext</groupId>
1010
<artifactId>quarkus-itext-ecosystem</artifactId>
11-
<version>3.1.2</version>
11+
<version>999-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus iText/OpenPDF Ecosystem</name>
1414
<description>Create and manipulate PDFs on the fly using legacy iText or OpenPDF.</description>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:[email protected]:quarkiverse/quarkus-itext.git</connection>
2121
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-itext.git</developerConnection>
2222
<url>https://github.com/quarkiverse/quarkus-itext</url>
23-
<tag>3.1.2</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525
<properties>
2626
<compiler-plugin.version>3.13.0</compiler-plugin.version>

quarkus-itext/deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-parent</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-itext-deployment</artifactId>
1010
<name>Quarkus Itext - Deployment</name>

quarkus-itext/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-parent</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-itext-integration-tests</artifactId>
1010
<name>Quarkus Itext - Integration Tests</name>

quarkus-itext/itext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-parent</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-itext-library</artifactId>
1010
<name>Quarkus Itext - Library</name>

quarkus-itext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-ecosystem</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<groupId>io.quarkiverse.itext</groupId>
1010
<artifactId>quarkus-itext-parent</artifactId>

quarkus-itext/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-parent</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-itext</artifactId>
1010
<name>Quarkus Itext - Runtime</name>

quarkus-openpdf/deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.openpdf</groupId>
77
<artifactId>quarkus-openpdf-parent</artifactId>
8-
<version>3.1.2</version>
8+
<version>999-SNAPSHOT</version>
99
</parent>
1010
<artifactId>quarkus-openpdf-deployment</artifactId>
1111
<name>Quarkus OpenPDF - Deployment</name>

quarkus-openpdf/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.openpdf</groupId>
77
<artifactId>quarkus-openpdf-parent</artifactId>
8-
<version>3.1.2</version>
8+
<version>999-SNAPSHOT</version>
99
</parent>
1010
<artifactId>quarkus-openpdf-integration-tests</artifactId>
1111
<name>Quarkus OpenPDF - Integration Tests</name>

quarkus-openpdf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.itext</groupId>
66
<artifactId>quarkus-itext-ecosystem</artifactId>
7-
<version>3.1.2</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99
<groupId>io.quarkiverse.openpdf</groupId>
1010
<artifactId>quarkus-openpdf-parent</artifactId>

quarkus-openpdf/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.openpdf</groupId>
77
<artifactId>quarkus-openpdf-parent</artifactId>
8-
<version>3.1.2</version>
8+
<version>999-SNAPSHOT</version>
99
</parent>
1010
<artifactId>quarkus-openpdf</artifactId>
1111
<name>Quarkus OpenPDF - Runtime</name>

0 commit comments

Comments
 (0)