Skip to content

Commit aaf3d01

Browse files
Update pom.xml
1 parent 665e136 commit aaf3d01

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@
2424
<version>2.0.1-SNAPSHOT</version>
2525
<name>wicket-pwnedpasswords-validator</name>
2626
<description>A validator for Apache Wicket that checks if a given password has been pwned.</description>
27-
<url>https://github.com/pingunaut/wicket-pwnedpasswords-validator</url>
28-
<licenses>
29-
<license>
30-
<name>The Apache Software License, Version 2.0</name>
31-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
32-
<distribution>repo</distribution>
33-
</license>
34-
</licenses>
27+
3528
<properties>
3629
<wicket.version>8.0.0</wicket.version>
3730
<jetty9.version>9.2.24.v20180105</jetty9.version>
@@ -179,7 +172,7 @@
179172
</plugin>
180173
<plugin>
181174
<artifactId>maven-surefire-plugin</artifactId>
182-
<version>2.21.0</version>
175+
<version>2.22.0</version>
183176
<configuration>
184177
<argLine>${surefireArgLine}</argLine>
185178
</configuration>

0 commit comments

Comments
 (0)