소스 검색

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>