File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.gmssl</groupId >
4
- <artifactId >GmSSLJNI</artifactId >
4
+ <artifactId >GmSSLJNI-Windows </artifactId >
5
5
<version >3.1.1</version >
6
6
<name >GmSSL-Java</name >
7
7
<packaging >jar</packaging >
181
181
</pluginRepository >
182
182
</pluginRepositories >
183
183
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 >
184
196
</project >
You can’t perform that action at this time.
0 commit comments