File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed
Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <parent >
7- <groupId >org.fitframework</groupId >
8- <artifactId >parent</artifactId >
9- <version >3.5.0-SNAPSHOT</version >
10- </parent >
11-
12- <groupId >org.fitframework.example</groupId >
6+ <groupId >org.fitframework</groupId >
137 <artifactId >example-parent</artifactId >
8+ <version >3.5.0-SNAPSHOT</version >
149 <packaging >pom</packaging >
1510
1611 <modules >
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <parent >
7- <groupId >org.fitframework</groupId >
8- <artifactId >parent</artifactId >
9- <version >3.5.0-SNAPSHOT</version >
10- </parent >
11-
6+ <groupId >org.fitframework</groupId >
127 <artifactId >framework-parent</artifactId >
8+ <version >3.5.0-SNAPSHOT</version >
139 <packaging >pom</packaging >
1410
1511 <modules >
Original file line number Diff line number Diff line change 1212 <module >examples</module >
1313 <module >framework</module >
1414 </modules >
15-
16- <properties >
17- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19- <java .version>17</java .version>
20- </properties >
2115</project >
You can’t perform that action at this time.
0 commit comments