|
|
@@ -9,7 +9,7 @@
|
|
|
<groupId>com.uas.report</groupId>
|
|
|
<artifactId>report</artifactId>
|
|
|
<packaging>war</packaging>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <version>0.0.1</version>
|
|
|
<name>report Maven Webapp</name>
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
|
|
@@ -177,7 +177,6 @@
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
- <finalName>report</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
@@ -194,14 +193,14 @@
|
|
|
<distributionManagement>
|
|
|
<!-- 发布release仓库 -->
|
|
|
<repository>
|
|
|
- <id>report-release</id>
|
|
|
- <name>report-release</name>
|
|
|
+ <id>platform-release</id>
|
|
|
+ <name>platform-release</name>
|
|
|
<url>http://113.105.74.141:8081/artifactory/libs-release-local</url>
|
|
|
</repository>
|
|
|
<!-- 发布快照版本 -->
|
|
|
<snapshotRepository>
|
|
|
- <id>report-snapshots</id>
|
|
|
- <name>report-snapshots</name>
|
|
|
+ <id>platform-snapshots</id>
|
|
|
+ <name>platform-snapshots</name>
|
|
|
<url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>
|
|
|
</snapshotRepository>
|
|
|
</distributionManagement>
|