浏览代码

pom修改为snap版本

lixing 3 年之前
父节点
当前提交
177f10326e
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      pom.xml

+ 7 - 2
pom.xml

@@ -7,7 +7,7 @@
 <parent>
     <groupId>com.persagy</groupId>
     <artifactId>apm-package</artifactId>
-    <version>v1.0.0</version>
+    <version>v1.0.0-SNAPSHOT</version>
 </parent>
 
 <artifactId>energy-alarm-service</artifactId>
@@ -20,6 +20,11 @@
 
 <repositories>
     <repository>
+        <id>snapshot</id>
+        <name>snapshot Repository</name>
+        <url>http://47.93.132.139:8081/nexus/content/repositories/snapshots/</url>
+    </repository>
+    <repository>
         <id>persagy</id>
         <name>persagy Repository</name>
         <url>http://47.93.132.139:8081/nexus/content/repositories/persagy/</url>
@@ -130,7 +135,7 @@
     <dependency>
         <groupId>com.persagy.apm</groupId>
         <artifactId>alarm-data-starter</artifactId>
-        <version>v1.0.0</version>
+        <version>v1.0.0-SNAPSHOT</version>
     </dependency>
 </dependencies>
 </project>