浏览代码

test: 测试制品库

wanghongkai 6 年之前
父节点
当前提交
278ea4de75
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -210,9 +210,9 @@
     </build>
     
     <distributionManagement>
-        <snapshotRepository>
+        <repository>
             <id>nexus-snapshots</id>
             <url>${nexus.snapshotsRepo}</url>
-        </snapshotRepository>
+        </repository>
     </distributionManagement>
 </project>