Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a34ab7

Browse files
author
Secret
committed
feat:修改打包版本
1 parent efed076 commit 7a34ab7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.gmssl</groupId>
4-
<artifactId>GmSSLJNI</artifactId>
4+
<artifactId>GmSSLJNI-Windows</artifactId>
55
<version>3.1.1</version>
66
<name>GmSSL-Java</name>
77
<packaging>jar</packaging>
@@ -181,4 +181,16 @@
181181
</pluginRepository>
182182
</pluginRepositories>
183183

184+
<distributionManagement>
185+
<snapshotRepository>
186+
<id>junpzx-custom-nexus</id>
187+
<name>junpzx-custom-nexus-snapshots</name>
188+
<url>https://repository.junpzx.cn/repository/maven-local-snapshot/</url>
189+
</snapshotRepository>
190+
<repository>
191+
<id>junpzx-custom-nexus</id>
192+
<name>junpzx-custom-nexus-releases</name>
193+
<url>https://repository.junpzx.cn/repository/maven-local/</url>
194+
</repository>
195+
</distributionManagement>
184196
</project>

0 commit comments

Comments
 (0)