Skip to content

Commit 250239d

Browse files
committed
chore: Update project configuration files
1 parent 4e80bb9 commit 250239d

File tree

13 files changed

+9
-55
lines changed

13 files changed

+9
-55
lines changed

.idea/sonarlint/issuestore/1/d/1d784fce58c3719506730fb9749600554125b511

Whitespace-only changes.

.idea/sonarlint/issuestore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sonarlint/securityhotspotstore/1/d/1d784fce58c3719506730fb9749600554125b511

Whitespace-only changes.

.idea/sonarlint/securityhotspotstore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 1 addition & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>io.github.multiform_validator</groupId>
8-
<artifactId>java</artifactId>
7+
<groupId>io.github</groupId>
8+
<artifactId>multiform-validator</artifactId>
99
<version>0.0.1</version>
1010

1111
<name>Multiform Validator</name>

src/main/java/io/github/gabriel_logan/multiform_validator/CnpjValidator.java renamed to src/main/java/io/github/multiform_validator/CnpjValidator.java

File renamed without changes.

src/main/java/io/github/gabriel_logan/multiform_validator/CpfValidator.java renamed to src/main/java/io/github/multiform_validator/CpfValidator.java

File renamed without changes.

src/main/java/io/github/gabriel_logan/multiform_validator/CreditCardValidator.java renamed to src/main/java/io/github/multiform_validator/CreditCardValidator.java

File renamed without changes.

src/main/java/io/github/gabriel_logan/multiform_validator/EmailValidator.java renamed to src/main/java/io/github/multiform_validator/EmailValidator.java

File renamed without changes.

0 commit comments

Comments
 (0)