Skip to content

Commit 9fdd4ea

Browse files
committed
🔧 update pom parent
1 parent de575da commit 9fdd4ea

File tree

10 files changed

+22
-21
lines changed

10 files changed

+22
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ java 8 改变了我们思考和编码的方式,在这里你会看到很多关
4242

4343
## 交流
4444

45-
如果你有什么好的想法或建议可以给我发送邮件,我的电子邮件是 `biezhi.me#gmail.com`,或者在 Github 上发起一个 [issue](https://github.com/biezhi/lets-java8/issues/new)
45+
如果你有什么好的想法或建议可以给我发送邮件,我的电子邮件是 `biezhi.me#gmail.com`,或者在 Github 上发起一个 [issue](https://github.com/biezhi/learn-java8/issues/new)
4646
期待未来有更多的分享可以加入这个QQ群:**663887729**,保持 8/2 原则,少斗图多交流。
4747

4848
## 捐赠作者

java8-best-practice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-concurrent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-datetime-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-default-methods/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-nashorn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-optional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

java8-stream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lets-java8</artifactId>
6+
<artifactId>learn-java8</artifactId>
77
<groupId>io.github.biezhi</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

pom.xml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.github.biezhi</groupId>
8-
<artifactId>lets-java8</artifactId>
8+
<artifactId>learn-java8</artifactId>
99
<packaging>pom</packaging>
1010
<version>1.0-SNAPSHOT</version>
1111

12+
<modules>
13+
<module>java8-lambda</module>
14+
<module>java8-optional</module>
15+
<module>java8-stream</module>
16+
<module>java8-default-methods</module>
17+
<module>java8-datetime-api</module>
18+
<module>java8-nashorn</module>
19+
<module>java8-best-practice</module>
20+
<module>java8-proper</module>
21+
<module>java8-concurrent</module>
22+
</modules>
23+
1224
<build>
1325
<plugins>
1426
<plugin>
@@ -21,16 +33,5 @@
2133
</plugin>
2234
</plugins>
2335
</build>
24-
<modules>
25-
<module>java8-lambda</module>
26-
<module>java8-optional</module>
27-
<module>java8-stream</module>
28-
<module>java8-default-methods</module>
29-
<module>java8-datetime-api</module>
30-
<module>java8-nashorn</module>
31-
<module>java8-best-practice</module>
32-
<module>java8-proper</module>
33-
<module>java8-concurrent</module>
34-
</modules>
3536

3637
</project>

0 commit comments

Comments
 (0)