File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424
2525jobs :
2626 build :
27- if : " !contains(github.event.head_commit.message, '[ci-skip]')"
2827 runs-on : ubuntu-latest
2928 steps :
3029
Original file line number Diff line number Diff line change 6767 with :
6868 tag_name : ${{ steps.tag-version.outputs.tagName }}
6969 release_name : ${{ steps.tag-version.outputs.releaseVersion }}
70+ body : " Hosted on [Maven Central](https://search.maven.org/artifact/io.github.hectorbst/jsonschema2pojo-spring-data-couchbase/${{ steps.tag-version.outputs.releaseVersion }}/jar)."
7071 draft : false
7172 prerelease : false
7273
Original file line number Diff line number Diff line change 1313 <maven .compiler.target>11</maven .compiler.target>
1414 <jsonschema2pojo .version>1.0.2</jsonschema2pojo .version>
1515 <spring-boot .version>2.3.4.RELEASE</spring-boot .version>
16- <jsonschema2pojo-spring-data-couchbase .version>0.0 .1</jsonschema2pojo-spring-data-couchbase .version>
16+ <jsonschema2pojo-spring-data-couchbase .version>0.1 .1</jsonschema2pojo-spring-data-couchbase .version>
1717 </properties >
1818
1919 <dependencies >
You can’t perform that action at this time.
0 commit comments