Skip to content

Commit 293cff8

Browse files
committed
修正上级 POM 依赖
1 parent b10b771 commit 293cff8

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

parent-boot-1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.ossez</groupId>
1515
<artifactId>parent-modules</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1717
</parent>
1818
<dependencyManagement>
1919
<dependencies>

parent-boot-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.ossez</groupId>
1515
<artifactId>parent-modules</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1717
</parent>
1818

1919
<dependencyManagement>

pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,7 @@
157157
<module>parent-boot-2</module>
158158
<module>parent-java</module>
159159

160-
<module>java-jdi</module>
161-
<module>java-lite</module>
162-
<module>java-math</module>
163160
<module>java-numbers</module>
164-
<module>java-numbers-2</module>
165161
</modules>
166162
</profile>
167163
</profiles>

0 commit comments

Comments
 (0)