File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 11<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+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.sf.jsqlparser</groupId >
55 <artifactId >jsqlparser</artifactId >
1414 </dependencies >
1515
1616 <distributionManagement >
17- <!-- use the following if you're not using a snapshot version. -->
1817 <repository >
1918 <id >wumpz-releases</id >
2019 <url >${wumpz.releases.repo.url} </url >
2120 </repository >
22- <snapshotRepository >
21+ <snapshotRepository >
2322 <id >wumpz-snapshots</id >
2423 <url >${wumpz.snapshots.repo.url} </url >
2524 </snapshotRepository >
3433 <source >1.6</source >
3534 <target >1.6</target >
3635 <showWarnings >true</showWarnings >
37- <encoding >${project.build.sourceEncoding} </encoding >
36+ <encoding >${project.build.sourceEncoding} </encoding >
3837 </configuration >
3938 </plugin >
4039 <plugin >
6160 </sourceIncludes >
6261 </configuration >
6362 </plugin >
64- <plugin >
65- <groupId >org.apache.maven.plugins</groupId >
66- <artifactId >maven-resources-plugin</artifactId >
67- <version >2.4.3</version >
68- <configuration >
69- <encoding >${project.build.sourceEncoding} </encoding >
70- </configuration >
71- </plugin >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-resources-plugin</artifactId >
66+ <version >2.4.3</version >
67+ <configuration >
68+ <encoding >${project.build.sourceEncoding} </encoding >
69+ </configuration >
70+ </plugin >
7271 </plugins >
7372 </build >
74- <properties >
75- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
76- </properties >
73+ <properties >
74+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
75+ </properties >
7776</project >
You can’t perform that action at this time.
0 commit comments