Skip to content

Commit

Permalink
Merge pull request #191 from Ragin-LundF/develop
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
Ragin-LundF authored Jul 14, 2023
2 parents 9791b9f + e9c8cbe commit b53f9e5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./gradlew cucumber

- name: Sonarqube
run: ./gradlew sonarqube
run: ./gradlew sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 2.0.0
# Release 2.0.1
This release requires Java 17 and Spring Boot 3.
It uses also the `jakarta.*` packages instead of the `javax.*` packages.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.github.ragin-lundf
version=2.0.0
version=2.0.1

systemProp.sonar.host.url=https://sonarcloud.io/
systemProp.sonar.organization=ragin-lundf-github
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/META-INF/spring.factories

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
configuration.com.ragin.bdd.cucumber.glue.DatabaseExecutorServiceBeanConfig

0 comments on commit b53f9e5

Please sign in to comment.