Skip to content

Commit

Permalink
build(deps): Bump jreleaser-maven-plugin from 0.9.1 to 0.10.0 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 3, 2022
1 parent 4079810 commit ffddee7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Expand Up @@ -840,7 +840,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
<inherited>false</inherited>
<configuration>
<jreleaser>
Expand Down Expand Up @@ -913,14 +913,17 @@
</replacers>
<categories>
<category>
<key>features</key>
<title>🚀 Features</title>
<labels>feat</labels>
</category>
<category>
<key>fixes</key>
<title>🐛 Bug Fixes</title>
<labels>fix</labels>
</category>
<category>
<key>docs</key>
<title>📝 Documentation</title>
<labels>docs</labels>
</category>
Expand All @@ -930,7 +933,8 @@
<order>70</order>
</category>
<category>
<title>🛠 Build</title>
<key>build</key>
<title>🛠 Build</title>
<order>80</order>
</category>
<category>
Expand Down

0 comments on commit ffddee7

Please sign in to comment.