|
@@ -11,10 +11,11 @@
|
|
|
<!-- 云平台版本 -->
|
|
|
<revision>v4.1.0-SNAPSHOT</revision>
|
|
|
<spring-boot.version>2.3.10.RELEASE</spring-boot.version>
|
|
|
- <spring-cloud.version>Hoxton.SR10</spring-cloud.version>
|
|
|
+ <spring-cloud.version>Hoxton.SR11</spring-cloud.version>
|
|
|
<maven-compiler-version>3.8.1</maven-compiler-version>
|
|
|
<maven-surefire-version>2.22.2</maven-surefire-version>
|
|
|
<maven-flatten-version>1.2.7</maven-flatten-version>
|
|
|
+ <maven-deploy-version>2.8.2</maven-deploy-version>
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -390,6 +391,15 @@
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
+ <version>${maven-deploy-version}</version>
|
|
|
+ <configuration>
|
|
|
+ <!--<skip>true</skip>-->
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
@@ -437,7 +447,7 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
- <!--<repositories>
|
|
|
+ <repositories>
|
|
|
<repository>
|
|
|
<id>nexus</id>
|
|
|
<name>nexus</name>
|
|
@@ -450,19 +460,6 @@
|
|
|
<name>nexus</name>
|
|
|
<url>http://192.168.10.201:8081/repository/maven-public/</url>
|
|
|
</pluginRepository>
|
|
|
- </pluginRepositories>-->
|
|
|
-
|
|
|
- <!--<distributionManagement>
|
|
|
- <repository>
|
|
|
- <id>maven-releases</id>
|
|
|
- <name>Release repository</name>
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-releases/</url>
|
|
|
- </repository>
|
|
|
- <snapshotRepository>
|
|
|
- <id>maven-snapshots</id>
|
|
|
- <name>Snapshots repository</name>
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>-->
|
|
|
+ </pluginRepositories>
|
|
|
|
|
|
</project>
|