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 567e8ce commit 5f2f92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

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

<name>Multiform Validator</name>
<description>
Multilingual library made for validation, various form fields, such as: email, cpf, cnpj, credit card and much
more.
</description>
<url>https://github.com/gabriel-logan/multiform-validator/tree/main/packages/java</url>
<url>https://github.com/gabriel-logan/multiform-validator/</url>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://github.com/gabriel-logan/multiform-validator/tree/main/packages/java</url>
<url>https://github.com/gabriel-logan/multiform-validator/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 5f2f92a

Please sign in to comment.