Skip to content

Commit 856eca6

Browse files
committed
fix: missing maven central mandatory url and description
1 parent c6b5e44 commit 856eca6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

jreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ environment:
1010
# https://jreleaser.org/guide/latest/reference/project.html
1111
project:
1212
name: doc-exec
13-
#version: '{{projectVersion}}'
14-
description: ComboStrap Doc Exec
15-
longDescription: |
16-
Doc Exec, execution of code inside documentation
13+
#version taken from maven
1714
authors:
1815
- Combostrap Team
1916
inceptionYear: '2025'

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<groupId>com.combostrap</groupId>
1010
<artifactId>combostrap-doc-exec</artifactId>
1111
<version>1.1.0-SNAPSHOT</version>
12+
<description>Doc Exec, execution of code block inside documentation</description>
13+
<url>https://github.com/combostrap/doc-exec</url>
1214

1315
<!-- Organization used in the manifest file as Package vendor -->
1416
<organization>

0 commit comments

Comments
 (0)