Skip to content

Commit

Permalink
Merge pull request #6 from JonathanGiles/master
Browse files Browse the repository at this point in the history
Update commonmark dependency and add automatic module name
  • Loading branch information
McFoggy committed Apr 25, 2024
2 parents 056cfd6 + 7b755bf commit e4f28c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@
<version.maven-gpg-plugin>1.6</version.maven-gpg-plugin>
<version.nexus-staging-maven-plugin>1.6.8</version.nexus-staging-maven-plugin>

<version.commonmark>0.18.1</version.commonmark>
<version.commonmark>0.21.0</version.commonmark>
<version.junit>4.13.1</version.junit>
<version.ossindex-maven-enforcer-rules>3.1.0</version.ossindex-maven-enforcer-rules>

<module-name>fr.brouillard.oss.commonmark.ext.notifications</module-name>
</properties>

<developers>
Expand Down Expand Up @@ -143,6 +145,7 @@
</manifest>
<manifestEntries>
<X-Git-CommitId>${jgitver.git_sha1_full}</X-Git-CommitId>
<Automatic-Module-Name>${module-name}</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit e4f28c7

Please sign in to comment.