We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b5e44 commit 856eca6Copy full SHA for 856eca6
2 files changed
jreleaser.yml
@@ -10,10 +10,7 @@ environment:
10
# https://jreleaser.org/guide/latest/reference/project.html
11
project:
12
name: doc-exec
13
- #version: '{{projectVersion}}'
14
- description: ComboStrap Doc Exec
15
- longDescription: |
16
- Doc Exec, execution of code inside documentation
+ #version taken from maven
17
authors:
18
- Combostrap Team
19
inceptionYear: '2025'
pom.xml
@@ -9,6 +9,8 @@
9
<groupId>com.combostrap</groupId>
<artifactId>combostrap-doc-exec</artifactId>
<version>1.1.0-SNAPSHOT</version>
+ <description>Doc Exec, execution of code block inside documentation</description>
+ <url>https://github.com/combostrap/doc-exec</url>
<!-- Organization used in the manifest file as Package vendor -->
<organization>
0 commit comments