|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-gateway</artifactId>
|
|
|
- <version>2.0.0</version>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
@@ -25,6 +25,10 @@
|
|
|
<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>
|
|
@@ -40,13 +44,13 @@
|
|
|
<dependency>
|
|
|
<groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-common-utils</artifactId>
|
|
|
- <version>2.0.0</version>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-utils-redis</artifactId>
|
|
|
- <version>2.0.0</version>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
@@ -136,6 +140,11 @@
|
|
|
<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>
|