diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cc25b8..149eb22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,9 @@ updates: open-pull-requests-limit: 10 default-labels: - "Type: dependencies" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + default-labels: + - "Type: dependencies" diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e969ec0..72c187c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -41,7 +41,7 @@ jobs: # Publish release - name: Deploy a new release version to Maven Central - run: ./mvnw clean deploy -B -DskipTests -DskipExamples -Prelease -Dgpg.keyname="${{ secrets.GPG_KEYNAME }}" -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -ntp + run: ./mvnw clean deploy -B -DskipTests -DskipItests -DskipExamples -Prelease -Dgpg.keyname="${{ secrets.GPG_KEYNAME }}" -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -ntp env: OSS_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }} OSS_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} diff --git a/_bom/pom.xml b/_bom/pom.xml index 6acde85..fd62a7b 100644 --- a/_bom/pom.xml +++ b/_bom/pom.xml @@ -11,6 +11,7 @@ io.toolisticon.kotlin.generation kotlin-code-generation-bom Bill of material for kotlin-code-generation. + pom 1.17.0 diff --git a/kotlin-code-generation/pom.xml b/kotlin-code-generation/pom.xml index 3890ed9..e0773cf 100644 --- a/kotlin-code-generation/pom.xml +++ b/kotlin-code-generation/pom.xml @@ -55,7 +55,7 @@ jakarta.annotation jakarta.annotation-api - 2.1.1 + 3.0.0 @@ -97,6 +97,4 @@ - - diff --git a/pom.xml b/pom.xml index 3641624..fce22ae 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,6 @@ _bom kotlin-code-generation-test kotlin-code-generation - _itest @@ -100,4 +99,18 @@ https://holisticon.de + + + + itest + + + !skipItest + + + + _itest + + +