Skip to content

Commit

Permalink
chore: update POM.yml and update version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 8, 2024
1 parent b9e7796 commit 1fe708f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions packages/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@

<groupId>io.github.gabriel_logan</groupId>
<artifactId>multiform-validator</artifactId>
<version>0.0.1</version>
<version>0.0.2</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>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/gabriel-logan/multiform-validator/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>Gabriel Logan</name>
</developer>
</developers>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -20,7 +38,7 @@
<version>24.1.0</version>
<scope>compile</scope>
</dependency>

<!-- JUnit Jupiter API -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 1fe708f

Please sign in to comment.