Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
b531186de7 | |||
19289267a3 |
3 changed files with 6 additions and 2 deletions
|
@ -101,7 +101,7 @@ jobs:
|
||||||
[
|
[
|
||||||
"org.sonarsource.scanner.maven"
|
"org.sonarsource.scanner.maven"
|
||||||
]
|
]
|
||||||
output_file: ~/.m2/settings.xml
|
output_file: .m2/settings.xml
|
||||||
|
|
||||||
- name: Cache Java and Maven software
|
- name: Cache Java and Maven software
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.1.4]
|
||||||
|
### 🐛 Fixes
|
||||||
|
- [1928926](https://w9r.dev/pom/dependencies/commits/1928926) settings.xml path in sonarqube.yaml
|
||||||
|
|
||||||
## [0.1.3]
|
## [0.1.3]
|
||||||
### 🛠 Build
|
### 🛠 Build
|
||||||
- [af2b075](https://w9r.dev/pom/dependencies/commits/af2b075) add maven settings.xml
|
- [af2b075](https://w9r.dev/pom/dependencies/commits/af2b075) add maven settings.xml
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>dev.w9r.pom</groupId>
|
<groupId>dev.w9r.pom</groupId>
|
||||||
<artifactId>dependencies</artifactId>
|
<artifactId>dependencies</artifactId>
|
||||||
<version>0.1.3</version>
|
<version>0.1.4</version>
|
||||||
|
|
||||||
<name>Common Dependency Project Object Model for Maven Builds</name>
|
<name>Common Dependency Project Object Model for Maven Builds</name>
|
||||||
<description>Common dependencies and management of their versions</description>
|
<description>Common dependencies and management of their versions</description>
|
||||||
|
|
Loading…
Add table
Reference in a new issue