Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed Jun 21, 2024
2 parents 29fbd7e + c6ff45d commit 2bd0df3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
run: mvn -B test -DskipTests=false
- name: Upload to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
# possibly other stuff
token: ${{ secrets.CODECOV_ORG_TOKEN }}
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@

<properties>
<skipTests>false</skipTests>
<revision>1.1.1</revision>
<revision>1.2.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<!-- Plugin versions -->
<spring-javaformat.plugin.version>0.0.41</spring-javaformat.plugin.version>
<spring-javaformat.plugin.version>0.0.42</spring-javaformat.plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.7.0</maven-dependency-plugin.version>
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>

<!-- library versions -->
<spring-boot.version>3.3.0</spring-boot.version>
<spring-boot.version>3.3.1</spring-boot.version>
<slf4j.version>2.0.13</slf4j.version>
<jsr305.version>3.0.2</jsr305.version>
<lombook.version>1.18.32</lombook.version>
Expand Down

0 comments on commit 2bd0df3

Please sign in to comment.