File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <parent >
66 <groupId >org.minbox.framework</groupId >
7- <artifactId >oss -parent</artifactId >
8- <version >0.2 .0.RELEASE</version >
9- <relativePath >../oss-parent</ relativePath >
7+ <artifactId >minbox -parent</artifactId >
8+ <version >1.0 .0.RELEASE</version >
9+ <relativePath / >
1010 </parent >
1111 <packaging >pom</packaging >
1212 <modules >
1919 <name >ApiBoot Build</name >
2020 <properties >
2121 <revision >2.3.1-SNAPSHOT</revision >
22- <maven-compiler-plugin .version>3.5.1</maven-compiler-plugin .version>
2322 <jdk .version>1.8</jdk .version>
2423 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2524 <maven .compiler.encoding>UTF-8</maven .compiler.encoding>
5150 <plugin >
5251 <groupId >org.apache.maven.plugins</groupId >
5352 <artifactId >maven-compiler-plugin</artifactId >
54- <version >${maven-compiler-plugin.version} </version >
5553 <configuration >
5654 <source >${jdk.version} </source >
5755 <target >${jdk.version} </target >
You can’t perform that action at this time.
0 commit comments