فهرست منبع

打包问题优化

liyuan 3 ماه پیش
والد
کامیت
17600418a3
1فایلهای تغییر یافته به همراه9 افزوده شده و 2 حذف شده
  1. 9 2
      pom.xml

+ 9 - 2
pom.xml

@@ -4,9 +4,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>com.ueiibi.shop</groupId>
+    <groupId>com.echepei</groupId>
     <artifactId>shop-sdk</artifactId>
-    <version>1.0.3</version>
+    <version>1.0.6</version>
     <packaging>jar</packaging>
 
     <name>ueiibi Shop SDK</name>
@@ -108,4 +108,11 @@
         </plugins>
     </build>
 
+    <distributionManagement>
+        <repository>
+            <id>echepei-release</id>
+            <url>http://nexus.echepei.com:9111/repository/echepei-central/</url>
+        </repository>
+    </distributionManagement>
+
 </project>