diff --git a/.gitignore b/.gitignore index e0179a6..0b20e5a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ Thumbs.db *.tem *.temp #.swp -*.log \ No newline at end of file +*.log +/bin/ diff --git a/pom.xml b/pom.xml index a447d05..5422f62 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.ylp.common ylp-common-parent - 2.0.0-SNAPSHOT + ${env}-${ver} pom ylp-common-parent @@ -95,12 +95,12 @@ nexus-releases Nexus Release Repository - http://nexus.vipzhuang.cn/content/repositories/releases/ + http://nexus.yolipai.com/nexus/content/repositories/releases/ nexus-snapshots Nexus Snapshot Repository - http://nexus.vipzhuang.cn/content/repositories/snapshots/ + http://nexus.yolipai.com/nexus/content/repositories/snapshots/ @@ -108,7 +108,7 @@ nexus - http://nexus.vipzhuang.cn/content/groups/public + http://nexus.yolipai.com/nexus/content/groups/public true @@ -118,7 +118,7 @@ nexus-snapshots - http://nexus.vipzhuang.cn/content/repositories/snapshots/ + http://nexus.yolipai.com/nexus/content/repositories/snapshots/ false