Skip to content

Commit a9ef090

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 0a673d8 commit a9ef090

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>jandex-parent</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jandex-benchmarks</artifactId>
@@ -16,7 +16,7 @@
1616

1717
<version.exec-maven-plugin>3.6.2</version.exec-maven-plugin>
1818
<version.gson>2.13.2</version.gson>
19-
<version.jandex>3.5.3</version.jandex>
19+
<version.jandex>3.5.4-SNAPSHOT</version.jandex>
2020
<version.jmh>1.37</version.jmh>
2121
<version.jmh-maven-plugin>0.2.2</version.jmh-maven-plugin>
2222
<version.xchart>3.8.8</version.xchart>

core/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.smallrye</groupId>
66
<artifactId>jandex-parent</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jandex</artifactId>

gizmo2/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.smallrye</groupId>
66
<artifactId>jandex-parent</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jandex-gizmo2</artifactId>

maven-plugin/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.smallrye</groupId>
66
<artifactId>jandex-parent</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jandex-maven-plugin</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
<groupId>io.smallrye</groupId>
1111
<artifactId>jandex-parent</artifactId>
12-
<version>3.5.3</version>
12+
<version>3.5.4-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Jandex: Parent</name>
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
20-
<project.build.outputTimestamp>2025-12-02T17:48:03Z</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>2025-12-02T17:49:37Z</project.build.outputTimestamp>
2121

2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<maven.compiler.target>1.8</maven.compiler.target>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:git@github.com:smallrye/jandex.git</connection>
5353
<developerConnection>scm:git:git@github.com:smallrye/jandex.git</developerConnection>
5454
<url>https://github.com/smallrye/jandex/</url>
55-
<tag>3.5.3</tag>
55+
<tag>HEAD</tag>
5656
</scm>
5757

5858
<modules>

release/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.smallrye</groupId>
66
<artifactId>jandex-parent</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jandex-release</artifactId>

test-data/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.smallrye</groupId>
66
<artifactId>jandex-parent</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jandex-test-data</artifactId>

0 commit comments

Comments
 (0)