Explorar el Código

ci: 增加ci配置

wanghongkai hace 6 años
padre
commit
5059e5e3e6
Se han modificado 1 ficheros con 9 adiciones y 4 borrados
  1. 9 4
      pom.xml

+ 9 - 4
pom.xml

@@ -3,9 +3,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.nju.edu</groupId>
-    <artifactId>pay</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <groupId>cn.seecoder</groupId>
+    <artifactId>seec-pay</artifactId>
+    <version>0.0.1</version>
     <packaging>jar</packaging>
 
     <name>springboot-pay-example</name>
@@ -115,5 +115,10 @@
             </plugin>
         </plugins>
     </build>
-
+    <distributionManagement>
+        <repository>
+            <id>nexus</id>
+            <url>${nexus.repo}</url>
+        </repository>
+    </distributionManagement>
 </project>