8000 update · CodeSharer/Java-Coding-Problems@636b9e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 636b9e4

Browse files
committed
update
1 parent 45485ef commit 636b9e4

File tree

1 file changed

+2
-1
lines changed
  • Chapter12/P244_AssertingEqualityOfOptional

1 file changed

+2
-1
lines changed

Chapter12/P244_AssertingEqualityOfOptional/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>packt</groupId>
5-
<artifactId>P276_AssertingEqualityOfOptional</artifactId>
5+
<artifactId>P244_AssertingEqualityOfOptional</artifactId>
66
<version>1.0</version>
77
<packaging>jar</packaging>
88
<dependencies>
@@ -19,4 +19,5 @@
1919
<maven.compiler.source>12</maven.compiler.source>
2020
<maven.compiler.target>12</maven.compiler.target>
2121
</properties>
22+
<name>P244_AssertingEqualityOfOptional</name>
2223
</project>

0 commit comments

Comments
 (0)
0