File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 -->
1717
18- <project xmlns =" http://maven.apache .org/POM/4.0.0 " xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance "
18+ <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xmlns =" http://maven.apache .org/POM/4.0.0 "
1919 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2020 <modelVersion >4.0.0</modelVersion >
2121 <groupId >de.codecentric</groupId >
2626 <description >Spring Boot Admin</description >
2727 <url >https://github.com/codecentric/spring-boot-admin/</url >
2828 <properties >
29- <revision >3.0.1 </revision >
29+ <revision >3.0.2-SNAPSHOT </revision >
3030 <java .version>17</java .version>
3131
3232 <maven .compiler.source>${java.version} </maven .compiler.source>
5151 <!-- plugin versions -->
5252 <build-helper-maven-plugin .version>3.3.0</build-helper-maven-plugin .version>
5353 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
54- <versions-maven-plugin .version>2.15.0</versions-maven-plugin .version> <!-- because of https://github.com/mojohaus/versions/issues/855 -->
54+ <versions-maven-plugin .version>2.15.0
55+ </versions-maven-plugin .version> <!-- because of https://github.com/mojohaus/versions/issues/855 -->
5556 <maven-clean-plugin .version>3.2.0</maven-clean-plugin .version>
5657 <maven-site-plugin .version>3.12.1</maven-site-plugin .version>
5758 <maven-dependency-plugin .version>3.5.0</maven-dependency-plugin .version>
You can’t perform that action at this time.
0 commit comments