Procházet zdrojové kódy

湖北准确率,只有光伏才会过滤掉实际功率小于额定容量的百分之3的数据,风电不过滤 更新版本号

zhangchenglong před 2 roky
rodič
revize
a64686b48c
1 změnil soubory, kde provedl 18 přidání a 18 odebrání
  1. 18 18
      pom.xml

+ 18 - 18
pom.xml

@@ -10,8 +10,8 @@
     </parent>
     <groupId>com.syjy</groupId>
     <artifactId>calculation-spring-boot-starter</artifactId>
-    <version>0.0.14</version>
-    <!--<version>0.0.14-SNAPSHOT</version>-->
+    <version>0.0.15</version>
+    <!--<version>0.0.15-SNAPSHOT</version>-->
     <name>calculation</name>
     <description>Demo project for Spring Boot</description>
     <properties>
@@ -118,27 +118,27 @@
 
     <distributionManagement>
 
-        <repository>
-            <id>jiayue-releases</id>
-            <name>Nexus Release Repository</name>
-            <url>http://49.4.68.219:8888/repository/jiayue-releases/</url>
-        </repository>
-        <snapshotRepository>
-            <id>jiayue-snapshots</id>
-            <name>Nexus Snapshot Repository</name>
-            <url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>
-        </snapshotRepository>
-
-        <!--csc-->
         <!--<repository>-->
-            <!--<id>jiayue-csc-releases</id>-->
-            <!--<url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>-->
+            <!--<id>jiayue-releases</id>-->
+            <!--<name>Nexus Release Repository</name>-->
+            <!--<url>http://49.4.68.219:8888/repository/jiayue-releases/</url>-->
         <!--</repository>-->
         <!--<snapshotRepository>-->
-            <!--<id>jiayue-csc-snapshots</id>-->
-            <!--<url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>-->
+            <!--<id>jiayue-snapshots</id>-->
+            <!--<name>Nexus Snapshot Repository</name>-->
+            <!--<url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>-->
         <!--</snapshotRepository>-->
 
+        <!--csc-->
+        <repository>
+            <id>jiayue-csc-releases</id>
+            <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>jiayue-csc-snapshots</id>
+            <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>
+        </snapshotRepository>
+
     </distributionManagement>
 
     <build>