File tree 3 files changed +16
-3
lines changed
spring-rewrite-commons-launcher/testcode/maven-projects/resources
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
<parent >
5
6
<groupId >com.acme</groupId >
8
9
<relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
<artifactId >application</artifactId >
12
+ <properties >
13
+ <maven .compiler.source>17</maven .compiler.source>
14
+ <maven .compiler.target>17</maven .compiler.target>
15
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
+ </properties >
11
17
<dependencies >
12
18
<dependency >
13
19
<groupId >com.acme</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
<parent >
5
6
<groupId >com.acme</groupId >
8
9
<relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
<artifactId >component</artifactId >
12
+ <properties >
13
+ <maven .compiler.source>17</maven .compiler.source>
14
+ <maven .compiler.target>17</maven .compiler.target>
15
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
+ </properties >
17
+
11
18
</project >
Original file line number Diff line number Diff line change 7
7
<packaging >pom</packaging >
8
8
<modules >
9
9
<module >application</module >
10
- <!-- <module>component</module> -- >
10
+ <module >component</module >
11
11
</modules >
12
12
<properties >
13
13
<maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments