File tree 1 file changed +6
-16
lines changed
1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change 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" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
4
5
<parent >
19
20
<tag >HEAD</tag >
20
21
</scm >
21
22
22
- <build >
23
- <plugins >
23
+ <build >
24
+ <plugins >
24
25
<plugin >
25
26
<groupId >org.apache.maven.plugins</groupId >
26
27
<artifactId >maven-release-plugin</artifactId >
27
- <version >2.5.1</version >
28
28
<configuration >
29
29
<!-- olamy: exclude files with strange names as failed here on osx -->
30
30
<checkModificationExcludes >
31
31
<checkModificationExclude >**/src/test/resources/utf8/**</checkModificationExclude >
32
32
</checkModificationExcludes >
33
33
</configuration >
34
34
</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 >
47
37
</project >
You can’t perform that action at this time.
0 commit comments