msgroup 4 rokov pred
rodič
commit
d3e2e929af
1 zmenil súbory, kde vykonal 5 pridanie a 9 odobranie
  1. 5 9
      pom.xml

+ 5 - 9
pom.xml

@@ -3,9 +3,9 @@
          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">
     <parent>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.2.2.RELEASE</version>
+        <groupId>net.mingsoft</groupId>
+        <artifactId>ms-pom</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.mingsoft</groupId>
@@ -43,29 +43,25 @@
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-base</artifactId>
-            <version>1.0.25</version>
 
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-basic</artifactId>
-            <version>1.0.37</version>
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-mdiy</artifactId>
-            <version>1.0.28</version>
         </dependency>
+
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-mpeople</artifactId>
-            <version>1.0.33</version>
 
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>store-client</artifactId>
-            <version>5.2</version>
         </dependency>
 
     </dependencies>
@@ -129,4 +125,4 @@
         </plugins>
         <defaultGoal>compile</defaultGoal>
     </build>
-</project>
+</project>