|
@@ -7,7 +7,7 @@
|
|
|
<groupId>com.jay.monitor.data</groupId>
|
|
|
<artifactId>jay-monitor-data-web</artifactId>
|
|
|
<packaging>pom</packaging>
|
|
|
- <version>1.1-SNAPSHOT</version>
|
|
|
+ <version>1.2-SNAPSHOT</version>
|
|
|
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -209,15 +209,15 @@
|
|
|
</build>
|
|
|
|
|
|
<distributionManagement>
|
|
|
- <!--<repository>-->
|
|
|
- <!--<id>releases</id>-->
|
|
|
- <!--<name>Nexus Release Repository</name>-->
|
|
|
- <!--<url>http://192.168.0.11:8081/nexus/content/repositories/elab/</url>-->
|
|
|
- <!--</repository>-->
|
|
|
-<!-- <snapshotRepository>-->
|
|
|
-<!-- <id>snapshots</id>-->
|
|
|
-<!-- <name>User Project SNAPSHOTS</name>-->
|
|
|
-<!-- <url>http://192.168.0.11:8081/repository/maven-snapshots/</url>-->
|
|
|
-<!-- </snapshotRepository>-->
|
|
|
+ <repository>
|
|
|
+ <id>releases</id>
|
|
|
+ <name>Nexus Release Repository</name>
|
|
|
+ <url>http://192.168.0.11:8081/repository/maven-releases/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>snapshots</id>
|
|
|
+ <name>User Project SNAPSHOTS</name>
|
|
|
+ <url>http://192.168.0.11:8081/repository/maven-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
</distributionManagement>
|
|
|
</project>
|