Skip to content

Commit 16f8c52

Browse files
committed
Adapted to new parent 3.3.3
1 parent 8a5e0cc commit 16f8c52

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

pom.xml

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34

45
<parent>
@@ -19,29 +20,18 @@
1920
<tag>HEAD</tag>
2021
</scm>
2122

22-
<build>
23-
<plugins>
23+
<build>
24+
<plugins>
2425
<plugin>
2526
<groupId>org.apache.maven.plugins</groupId>
2627
<artifactId>maven-release-plugin</artifactId>
27-
<version>2.5.1</version>
2828
<configuration>
2929
<!-- olamy: exclude files with strange names as failed here on osx -->
3030
<checkModificationExcludes>
3131
<checkModificationExclude>**/src/test/resources/utf8/**</checkModificationExclude>
3232
</checkModificationExcludes>
3333
</configuration>
3434
</plugin>
35-
</plugins>
36-
</build>
37-
38-
<dependencies>
39-
<dependency>
40-
<groupId>junit</groupId>
41-
<artifactId>junit</artifactId>
42-
<version>4.11</version>
43-
<scope>test</scope>
44-
</dependency>
45-
</dependencies>
46-
35+
</plugins>
36+
</build>
4737
</project>

0 commit comments

Comments
 (0)