Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Mar 14, 2024
1 parent 0f8ee62 commit fbaa6d7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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</version>
<version>3.1.8-SNAPSHOT</version>
</parent>

<artifactId>jandex-benchmarks</artifactId>
Expand All @@ -16,7 +16,7 @@

<version.exec-maven-plugin>3.0.0</version.exec-maven-plugin>
<version.gson>2.8.9</version.gson>
<version.jandex>3.1.7</version.jandex>
<version.jandex>3.1.8-SNAPSHOT</version.jandex>
<version.jmh>1.35</version.jmh>
<version.jmh-maven-plugin>0.2.2</version.jmh-maven-plugin>
<version.xchart>3.8.1</version.xchart>
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</version>
<version>3.1.8-SNAPSHOT</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</version>
<version>3.1.8-SNAPSHOT</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</version>
<version>3.1.8-SNAPSHOT</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>2024-03-14T10:49:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-14T10:50:37Z</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: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>3.1.7</tag>
<tag>HEAD</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</version>
<version>3.1.8-SNAPSHOT</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</version>
<version>3.1.8-SNAPSHOT</version>
</parent>

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

0 comments on commit fbaa6d7

Please sign in to comment.