소스 검색

fix deploy

____tbvns____ 5 달 전
부모
커밋
06f98d6773
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      GD4J/pom.xml
  2. 1 1
      PowerGDEditor/pom.xml

+ 1 - 1
GD4J/pom.xml

@@ -13,7 +13,7 @@
     <distributionManagement>
         <repository>
             <id>main-repo</id> <!-- Must match the id in settings.xml -->
-            <url>http://localhost:7071/dev-build</url>
+            <url>http://localhost:7071/devbuild</url>
         </repository>
     </distributionManagement>
 

+ 1 - 1
PowerGDEditor/pom.xml

@@ -119,7 +119,7 @@
     <distributionManagement>
         <repository>
             <id>main-repo</id> <!-- Must match the id in settings.xml -->
-            <url>http://localhost:7071/dev-build</url>
+            <url>http://localhost:7071/devbuild</url>
         </repository>
     </distributionManagement>