Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Sep 22, 2023
1 parent 3707fd8 commit db358b4
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.4-SNAPSHOT</version>
<version>3.1.5</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.4-SNAPSHOT</version>
<version>3.1.5</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.4-SNAPSHOT</version>
<version>3.1.5</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.4-SNAPSHOT</version>
<version>3.1.5</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-08-28T10:49:42Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-22T11:06:08Z</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.5</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.4-SNAPSHOT</version>
<version>3.1.5</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.4-SNAPSHOT</version>
<version>3.1.5</version>
</parent>

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

0 comments on commit db358b4

Please sign in to comment.