Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Nov 27, 2023
1 parent ff066f0 commit 7cf59dc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>jandex-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</parent>

<artifactId>jandex-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>jandex-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</parent>

<artifactId>jandex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>jandex-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</parent>

<artifactId>jandex-maven-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

<groupId>io.smallrye</groupId>
<artifactId>jandex-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
<packaging>pom</packaging>

<name>Jandex: Parent</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2023-09-22T11:07:37Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-27T14:33:01Z</project.build.outputTimestamp>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:git@github.com:smallrye/jandex.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/jandex.git</developerConnection>
<url>https://github.com/smallrye/jandex/</url>
<tag>HEAD</tag>
<tag>3.1.6</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>jandex-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</parent>

<artifactId>jandex-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>jandex-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</parent>

<artifactId>jandex-test-data</artifactId>
Expand Down

0 comments on commit 7cf59dc

Please sign in to comment.