Skip to content

Commit a6410f7

Browse files
[maven-release-plugin] prepare release 3.2.7
1 parent 86fbaf2 commit a6410f7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

benchmarks/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>3.2.7</version>
88
</parent>
99

1010
<artifactId>jandex-benchmarks</artifactId>

core/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>3.2.7</version>
88
</parent>
99

1010
<artifactId>jandex</artifactId>

maven-plugin/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>3.2.7</version>
88
</parent>
99

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

pom.xml

+3-3
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.2.7-SNAPSHOT</version>
12+
<version>3.2.7</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-02-11T17:42:32Z</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>2025-02-17T09:30:40Z</project.build.outputTimestamp>
2121

2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<maven.compiler.target>1.8</maven.compiler.target>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:[email protected]:smallrye/jandex.git</connection>
5151
<developerConnection>scm:git:[email protected]:smallrye/jandex.git</developerConnection>
5252
<url>https://github.com/smallrye/jandex/</url>
53-
<tag>HEAD</tag>
53+
<tag>3.2.7</tag>
5454
</scm>
5555

5656
<modules>

release/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>3.2.7</version>
88
</parent>
99

1010
<artifactId>jandex-release</artifactId>

test-data/pom.xml

+1-1
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.2.7-SNAPSHOT</version>
7+
<version>3.2.7</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)