Skip to content

Commit

Permalink
chore: Update Maven distributionManagement URL for Java package
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 8, 2024
1 parent 31c41a3 commit 567e8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.gabriel_logan</groupId>
<artifactId>multiform-validator</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>

<name>Multiform Validator</name>
<description>
Expand Down Expand Up @@ -75,7 +75,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/gabriel-logan/multiform-validator</url>
<url>https://github.com/gabriel-logan/multiform-validator/tree/main/packages/java</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 567e8ce

Please sign in to comment.