File tree 1 file changed +2
-2
lines changed
Chapter05/BONUS_2_ConvertIterableToList 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.app</groupId >
5
- <artifactId >BONUS_1_ChunkList </artifactId >
5
+ <artifactId >BONUS_2_ConvertIterableToList </artifactId >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<packaging >jar</packaging >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<maven .compiler.source>13</maven .compiler.source>
11
11
<maven .compiler.target>13</maven .compiler.target>
12
12
</properties >
13
- <name >BONUS_1_ChunkList </name >
13
+ <name >BONUS_2_ConvertIterableToList </name >
14
14
</project >
You can’t perform that action at this time.
0 commit comments