Skip to content

Commit c9866db

Browse files
[maven-release-plugin] prepare release 3.3.1
1 parent c91bf8a commit c9866db

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

benchmarks/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.3.1-SNAPSHOT</version>
7+
<version>3.3.1</version>
88
</parent>
99

1010
<artifactId>jandex-benchmarks</artifactId>

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.3.1-SNAPSHOT</version>
7+
<version>3.3.1</version>
88
</parent>
99

1010
<artifactId>jandex</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.3.1-SNAPSHOT</version>
7+
<version>3.3.1</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.3.1-SNAPSHOT</version>
12+
<version>3.3.1</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-04-07T12:58:45Z</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>2025-05-13T09:08:26Z</project.build.outputTimestamp>
2121

2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<maven.compiler.target>1.8</maven.compiler.target>
@@ -51,7 +51,7 @@
5151
<connection>scm:git:[email protected]:smallrye/jandex.git</connection>
5252
<developerConnection>scm:git:[email protected]:smallrye/jandex.git</developerConnection>
5353
<url>https://github.com/smallrye/jandex/</url>
54-
<tag>HEAD</tag>
54+
<tag>3.3.1</tag>
5555
</scm>
5656

5757
<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.3.1-SNAPSHOT</version>
7+
<version>3.3.1</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.3.1-SNAPSHOT</version>
7+
<version>3.3.1</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)