8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45485ef commit 636b9e4Copy full SHA for 636b9e4
Chapter12/P244_AssertingEqualityOfOptional/pom.xml
@@ -2,7 +2,7 @@
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
<modelVersion>4.0.0</modelVersion>
4
<groupId>packt</groupId>
5
- <artifactId>P276_AssertingEqualityOfOptional</artifactId>
+ <artifactId>P244_AssertingEqualityOfOptional</artifactId>
6
<version>1.0</version>
7
<packaging>jar</packaging>
8
<dependencies>
@@ -19,4 +19,5 @@
19
<maven.compiler.source>12</maven.compiler.source>
20
<maven.compiler.target>12</maven.compiler.target>
21
</properties>
22
+ <name>P244_AssertingEqualityOfOptional</name>
23
</project>
0 commit comments