File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed
Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ publishing {
4242 create<MavenPublication >(" maven" ) {
4343 from(components[" versionCatalog" ])
4444 pom {
45- packaging = " pom"
46- description.set(" Version catalog for Spring Boot dependencies" )
4745 url.set(
4846 repositoryHost.repository.websiteUrl
4947 .zip(git.tag.map { " /tree/$it " }.orElse(" " )) { uri, tag ->
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: CC0-1.0
44
5+ # Generated with JReleaser 1.22.0 at 2025-12-31T12:28:47.052437157-05:00
6+ project :
7+ description : Version catalog for Spring Boot dependencies
8+ inceptionYear : " 2025"
9+ packaging : toml
10+ authors :
11+ - Caleb Cushing
12+ license : Apache-2.0
13+ links :
14+ vcsBrowser : &github https://github.com/xenoterracide/version-catalog-spring-boot
15+ homepage : *github
16+ documentation : *github
17+ bugTracker : https://github.com/xenoterracide/version-catalog-spring-boot/issues
18+ license : https://choosealicense.com/licenses/apache-2.0/
19+
20+ languages :
21+ java :
22+ groupId : com.xenoterracide.gradle.vc
23+ tags :
24+ - gradle
25+ - version catalog
26+ - spring boot
27+ stereotype : NONE
28+
529release :
630 github :
731 owner : xenoterracide
832 name : version-catalog-spring-boot
933
1034signing :
1135 active : ALWAYS
12- armored : true
13- mode : MEMORY
36+ pgp :
37+ armored : true
38+ mode : MEMORY
1439
1540deploy :
1641 maven :
You can’t perform that action at this time.
0 commit comments