Skip to content

Commit cb00a74

Browse files
committed
Polish Stage 8 Lesson 3
1 parent 99e0925 commit cb00a74

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

「一入 Java 深似海 」/代码/segmentfault/deep-in-java/stage-8/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<modules>
1616
<module>stage-8-lesson-1</module>
1717
<module>stage-8-lesson-2</module>
18+
<module>stage-8-lesson-3</module>
1819
</modules>
1920

2021
</project>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>stage-8</artifactId>
7+
<groupId>com.segmentfault</groupId>
8+
<version>1.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<artifactId>stage-8-lesson-3</artifactId>
13+
<name>「一入 Java 深似海 」系列 :: 第八期 :: 第二节</name>
14+
15+
</project>

0 commit comments

Comments
 (0)