Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed Sep 11, 2023
2 parents 2ffcaf5 + 8085f7a commit 5af9808
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- dev
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions bench-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<jmh.version>1.36</jmh.version>
<jmh.version>1.37</jmh.version>
<!-- Name of the benchmark Uber-JAR to generate -->
<uberjar.name>benchmarks</uberjar.name>
</properties>
Expand Down Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</developers>

<properties>
<revision>2.0.3-SNAPSHOT</revision>
<revision>2.0.3</revision>
<skipTests>true</skipTests>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -64,8 +64,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<spring-javaformat.plugin.version>0.0.39</spring-javaformat.plugin.version>
<git.commit.plugin.version>4.9.10</git.commit.plugin.version>
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
<spring-boot.version>3.1.2</spring-boot.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<spring-boot.version>3.1.3</spring-boot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5af9808

Please sign in to comment.