Commit 45b9944266eada1b1f512033d2c38cf5889e93f1

Authored by 后端研发-谢家林
1 parent 4f7fd1f2

增加阿里云的分支

Showing 2 changed files with 7 additions and 6 deletions
.gitignore
... ... @@ -22,4 +22,5 @@ Thumbs.db
22 22 *.tem
23 23 *.temp
24 24 #.swp
25   -*.log
26 25 \ No newline at end of file
  26 +*.log
  27 +/bin/
... ...
... ... @@ -11,7 +11,7 @@
11 11  
12 12 <groupId>com.ylp.common</groupId>
13 13 <artifactId>ylp-common-parent</artifactId>
14   - <version>2.0.0-SNAPSHOT</version>
  14 + <version>${env}-${ver}</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.vipzhuang.cn/content/repositories/releases/</url>
  98 + <url>http://nexus.yolipai.com/nexus/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.vipzhuang.cn/content/repositories/snapshots/</url>
  103 + <url>http://nexus.yolipai.com/nexus/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.vipzhuang.cn/content/groups/public</url>
  111 + <url>http://nexus.yolipai.com/nexus/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.vipzhuang.cn/content/repositories/snapshots/</url>
  121 + <url>http://nexus.yolipai.com/nexus/content/repositories/snapshots/</url>
122 122 <releases>
123 123 <enabled>false</enabled>
124 124 </releases>
... ...