Skip to content

Commit a0e4f06

Browse files
committed
fj-bom version set to 1.3.1 #22
1 parent 97ad3b6 commit a0e4f06

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/sonarcloud-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# SonarCloud access token should be generated from https://sonarcloud.io/account/security/
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4949
- name: Build and analyze
50-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage
50+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage -Pcoverage,sonarfugerit -Dsonar.projectKey=fugerit-org_${github.event.repository.name}
5151
env:
5252
# Needed to get some information about the pull request, if any
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- fj-bom version set to 1.3.1
13+
- Sonar Cloud Maven Build set to use maven profile sonarfugerit and github environmental variable for sonarKey
14+
1015
## [8.2.2] - 2023-08-31
1116

1217
### Fixed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-bom</artifactId>
10-
<version>1.2.5</version>
10+
<version>1.3.1</version>
1111
<relativePath></relativePath>
1212
</parent>
1313

@@ -28,11 +28,6 @@
2828
<javax-rs-api-version>2.1.1</javax-rs-api-version>
2929
<fj-version>${project.version}</fj-version>
3030
<awaitility-version>4.2.0</awaitility-version>
31-
<!-- sonar cloud configuration -->
32-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
33-
<sonar.organization>fugerit-org</sonar.organization>
34-
<sonar.projectKey>fugerit-org_fj-lib</sonar.projectKey>
35-
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
3631
</properties>
3732

3833
<licenses>

0 commit comments

Comments
 (0)