Ver Fonte

update pom.xml.

Signed-off-by: 铭飞 <dev@mingsoft.net>
铭飞 há 5 meses atrás
pai
commit
b3330597f2
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      pom.xml

+ 5 - 5
pom.xml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -21,22 +21,22 @@
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-base</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.0.3</version>
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-basic</artifactId>
-            <version>3.0.0.2</version>
+            <version>3.0.0.3</version>
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-mdiy</artifactId>
-            <version>3.0.0.1</version>
+            <version>3.0.0.3</version>
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>store-client</artifactId>
-            <version>3.0.0.2</version>
+            <version>3.0.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.github.oshi</groupId>