diff --git a/jreleaser/basic.yml b/jreleaser/basic.yml index 2bd2a00..936cbbc 100644 --- a/jreleaser/basic.yml +++ b/jreleaser/basic.yml @@ -1,10 +1,11 @@ project: description: Windup Migration and Modernization Tools - website: https://windup.github.io/ copyright: Copyright (C) 2022 Windup license: EPL-1 authors: - Windup Community + links: + homepage: https://windup.github.io/ release: github: diff --git a/jreleaser/windup-distribution.yml b/jreleaser/windup-distribution.yml deleted file mode 100644 index c2cad72..0000000 --- a/jreleaser/windup-distribution.yml +++ /dev/null @@ -1,30 +0,0 @@ -project: - description: Windup Migration and Modernization Tools - website: https://windup.github.io/ - copyright: Copyright (C) 2022 Windup - license: EPL-1 - authors: - - Windup Community - -release: - github: - owner: windup - overwrite: true - changelog: - formatted: ALWAYS - preset: "conventional-commits" - format: "- {{commitShortHash}} {{commitTitle}}" - -distributions: - no-index: - java: - groupId: org.jboss.windup - version: 11 - artifacts: - - path: windup-cli/target/windup-cli-{{projectVersion}}-no-index.zip - offline: - java: - groupId: org.jboss.windup - version: 11 - artifacts: - - path: windup-cli/target/windup-cli-{{projectVersion}}-offline.zip diff --git a/jreleaser/windup-web-distribution.yml b/jreleaser/windup-web-distribution.yml deleted file mode 100644 index 42c3f35..0000000 --- a/jreleaser/windup-web-distribution.yml +++ /dev/null @@ -1,24 +0,0 @@ -project: - description: Windup Migration and Modernization Tools - website: https://windup.github.io/ - copyright: Copyright (C) 2022 Windup - license: EPL-1 - authors: - - Windup Community - -release: - github: - owner: windup - overwrite: true - changelog: - formatted: ALWAYS - preset: "conventional-commits" - format: "- {{commitShortHash}} {{commitTitle}}" - -distributions: - with-authentication: - java: - groupId: org.jboss.windup.web - version: 11 - artifacts: - - path: target/windup-web-distribution-{{projectVersion}}-with-authentication.zip