|
|
@@ -10,7 +10,7 @@
|
|
|
</parent>
|
|
|
<groupId>cn.seecoder</groupId>
|
|
|
<artifactId>helper-backend</artifactId>
|
|
|
- <version>3.0.0-SNAPSHOT</version>
|
|
|
+ <version>3.0.0</version>
|
|
|
<packaging>jar</packaging>
|
|
|
<name>helper</name>
|
|
|
<description>backend</description>
|
|
|
@@ -108,5 +108,11 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>nexus</id>
|
|
|
+ <url>${nexus.repo}</url>
|
|
|
+ </repository>
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
</project>
|