Skip to content

Commit

Permalink
Merge pull request #21 from MOderkerk/development
Browse files Browse the repository at this point in the history
small change in rules
  • Loading branch information
MOderkerk committed Feb 8, 2022
2 parents bcf3f53 + df6b551 commit a1dd230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<maven.compiler.target>11</maven.compiler.target>
</properties>
<build>
<finalName>odinsEmailValidationV11</finalName>
<finalName>emailvalidation</finalName>
</build>
</profile>

Expand All @@ -229,7 +229,7 @@
<maven.compiler.target>16</maven.compiler.target>
</properties>
<build>
<finalName>odinsEmailValidationV16</finalName>
<finalName>emailvalidation16</finalName>
</build>
</profile>
<profile>
Expand All @@ -239,7 +239,7 @@
<maven.compiler.target>11</maven.compiler.target>
</properties>
<build>
<finalName>odinsEmailValidationV11</finalName>
<finalName>emailvalidation</finalName>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
Expand Down

0 comments on commit a1dd230

Please sign in to comment.