|
@@ -3,9 +3,9 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
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>
|
|
<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>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<name>springboot-pay-example</name>
|
|
<name>springboot-pay-example</name>
|
|
@@ -115,5 +115,10 @@
|
|
|
</plugin>
|
|
</plugin>
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</build>
|
|
</build>
|
|
|
-
|
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
|
|
+ <repository>
|
|
|
|
|
+ <id>nexus</id>
|
|
|
|
|
+ <url>${nexus.repo}</url>
|
|
|
|
|
+ </repository>
|
|
|
|
|
+ </distributionManagement>
|
|
|
</project>
|
|
</project>
|