Skip to content

Commit

Permalink
chore: Update project configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 9, 2024
1 parent 16a8134 commit 4e80bb9
Show file tree
Hide file tree
Showing 45 changed files with 63 additions and 128 deletions.
13 changes: 0 additions & 13 deletions .idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/encodings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

This file was deleted.

Empty file.
41 changes: 2 additions & 39 deletions .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
41 changes: 2 additions & 39 deletions .idea/sonarlint/securityhotspotstore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 51 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion multiform-validator.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="SonarLintModuleSettings">
<option name="uniqueId" value="44e4c995-1540-4e3e-8252-229f0e1e3213" />
<option name="uniqueId" value="e46f5375-a749-486f-9638-a4724a3b6a70" />
</component>
</module>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.gabriel_logan</groupId>
<artifactId>multiform-validator</artifactId>
<groupId>io.github.multiform_validator</groupId>
<artifactId>java</artifactId>
<version>0.0.1</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/Multiform-Validator/java/</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/gabriel-logan/multiform-validator/blob/main/LICENSE</url>
<url>https://github.com/Multiform-Validator/java/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
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://maven.pkg.github.com/multiform-validator/java</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 4e80bb9

Please sign in to comment.