File tree Expand file tree Collapse file tree 4 files changed +31
-81
lines changed Expand file tree Collapse file tree 4 files changed +31
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : PIPELINE
2+
3+ on :
4+ push :
5+ branches :
6+ - ' master'
7+ workflow_dispatch :
8+
9+ jobs :
10+ bump :
11+ uses : UnterrainerInformatik/bump-semver-workflow/.github/workflows/workflow.yml@master
12+
13+ build :
14+ name : Build and publish to Maven Central 🚀
15+ needs : bump
16+ uses : UnterrainerInformatik/maven-central-workflow/.github/workflows/workflow.yml@master
17+ with :
18+ major_version : ${{ needs.bump.outputs.major_version }}
19+ minor_version : ${{ needs.bump.outputs.minor_version }}
20+ build_version : ${{ needs.bump.outputs.build_version }}
21+ maven_profiles : release-to-sonatype
22+ maven_args : -Dmaven.test.skip=true
23+ secrets :
24+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
25+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
26+ GPG_SECRET_KEY : ${{ secrets.GPG_SECRET_KEY }}
27+ GPG_OWNERTRUST : ${{ secrets.GPG_OWNERTRUST }}
28+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >info.unterrainer.commons</groupId >
77 <artifactId >parent-pom</artifactId >
8- <version >0.2 .1</version >
8+ <version >1.0 .1</version >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
1212 <artifactId >cli-utils</artifactId >
13- <version >0.3 .0</version >
13+ <version >1.0 .0</version >
1414 <name >CliUtils</name >
1515 <packaging >jar</packaging >
1616
2929 <dependency >
3030 <groupId >info.unterrainer.commons</groupId >
3131 <artifactId >datastructures</artifactId >
32- <version >0.2 .0</version >
32+ <version >1.0 .0</version >
3333 </dependency >
3434 </dependencies >
3535
You can’t perform that action at this time.
0 commit comments