Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Mar 14, 2024
1 parent adc0177 commit 0f8ee62
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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</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-11-27T14:34:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-14T10:49:18Z</project.build.outputTimestamp>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:[email protected]:smallrye/jandex.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/jandex.git</developerConnection>
<url>https://github.com/smallrye/jandex/</url>
<tag>HEAD</tag>
<tag>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

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

0 comments on commit 0f8ee62

Please sign in to comment.