|
@@ -7,7 +7,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>2.3.12.RELEASE</version>
|
|
|
+ <version>2.6.14</version>
|
|
|
<relativePath/>
|
|
|
</parent>
|
|
|
|
|
@@ -19,21 +19,6 @@
|
|
|
<!-- FIXME change it to the project's website -->
|
|
|
<url>http://www.example.com</url>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>snapshots</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>nexus-aliyun</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
-
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
@@ -205,19 +190,6 @@
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
-
|
|
|
-
|
|
|
</build>
|
|
|
|
|
|
- <distributionManagement>
|
|
|
- <repository>
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
-
|
|
|
- <snapshotRepository>
|
|
|
- <id>snapshots</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
</project>
|