Commit 373edb44c735c5dc2b0b468f773e145262f00427

Authored by 后端研发-谢家林
1 parent 45b99442

阿里云环境

Showing 1 changed file with 5 additions and 5 deletions
... ... @@ -11,7 +11,7 @@
11 11  
12 12 <groupId>com.ylp.common</groupId>
13 13 <artifactId>ylp-common-parent</artifactId>
14   - <version>${env}-${ver}</version>
  14 + <version>{env}-2.0.0-SNAPSHOT</version>
15 15 <packaging>pom</packaging>
16 16  
17 17 <name>ylp-common-parent</name>
... ... @@ -95,12 +95,12 @@
95 95 <repository>
96 96 <id>nexus-releases</id>
97 97 <name>Nexus Release Repository</name>
98   - <url>http://nexus.yolipai.com/nexus/content/repositories/releases/</url>
  98 + <url>http://nexus.vipzhuang.cn/content/repositories/releases/</url>
99 99 </repository>
100 100 <snapshotRepository>
101 101 <id>nexus-snapshots</id>
102 102 <name>Nexus Snapshot Repository</name>
103   - <url>http://nexus.yolipai.com/nexus/content/repositories/snapshots/</url>
  103 + <url>http://nexus.vipzhuang.cn/content/repositories/snapshots/</url>
104 104 </snapshotRepository>
105 105  
106 106 </distributionManagement>
... ... @@ -108,7 +108,7 @@
108 108 <repositories>
109 109 <repository>
110 110 <id>nexus</id>
111   - <url>http://nexus.yolipai.com/nexus/content/groups/public</url>
  111 + <url>http://nexus.vipzhuang.cn/content/groups/public</url>
112 112 <releases>
113 113 <enabled>true</enabled>
114 114 </releases>
... ... @@ -118,7 +118,7 @@
118 118 </repository>
119 119 <repository>
120 120 <id>nexus-snapshots</id>
121   - <url>http://nexus.yolipai.com/nexus/content/repositories/snapshots/</url>
  121 + <url>http://nexus.vipzhuang.cn/content/repositories/snapshots/</url>
122 122 <releases>
123 123 <enabled>false</enabled>
124 124 </releases>
... ...