Skip to content

Commit

Permalink
Format developer stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 28, 2021
1 parent 0c69e2e commit 65ad22a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Trigger
on:
workflow_dispatch:
inputs:
branch:
description: "Branch to release from"
required: true
default: "main"
version:
description: "Release version"
required: true
Expand Down
18 changes: 13 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,19 @@
</scm>

<developers>
<developer>
<id>gunnarmorling</id>
<name>Gunnar Morling</name>
<url>https://www.morling.dev/</url>
</developer>
<developer>
<id>gunnarmorling</id>
<name>Gunnar Morling</name>
<url>https://www.morling.dev</url>
<roles>
<role>author</role>
</roles>
</developer>
<developer>
<id>aalmiray</id>
<name>Andres Almiray</name>
<url>https://andresalmiray.com</url>
</developer>
</developers>

<issueManagement>
Expand Down

0 comments on commit 65ad22a

Please sign in to comment.