Compare commits

..

No commits in common. "0.1.1" and "0.1.0" have entirely different histories.
0.1.1 ... 0.1.0

3 changed files with 1 additions and 28 deletions

View file

@ -1,23 +0,0 @@
---
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: https://github.com/kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}

View file

@ -1,7 +1,3 @@
## [0.1.1]
### 🛠 Build
- [90c156e](https://w9r.dev/pom/dependencies/commits/90c156e) add Sonarqube pipeline
## [0.1.0] ## [0.1.0]
### 🚀 Features ### 🚀 Features
- [e3591ac](https://w9r.dev/pom/dependencies/commits/e3591ac) add dependencies for json logging directly to POM - [e3591ac](https://w9r.dev/pom/dependencies/commits/e3591ac) add dependencies for json logging directly to POM

View file

@ -6,7 +6,7 @@
<groupId>dev.w9r.pom</groupId> <groupId>dev.w9r.pom</groupId>
<artifactId>dependencies</artifactId> <artifactId>dependencies</artifactId>
<version>0.1.1</version> <version>0.1.0</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>