Skip to content

Commit d3f7cc1

Browse files
Update pom.xml
1 parent 31d9ebf commit d3f7cc1

File tree

1 file changed

+2
-2
lines changed
  • core-java-modules/core-java-jpms/decoupling-pattern1/consumermodule

1 file changed

+2
-2
lines changed

core-java-modules/core-java-jpms/decoupling-pattern1/consumermodule/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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>
4-
<artifactId>mainappmodule</artifactId>
4+
<artifactId>consumermodule</artifactId>
55
<packaging>jar</packaging>
66
<version>1.0</version>
77

@@ -27,4 +27,4 @@
2727
<version>1.0</version>
2828
</dependency>
2929
</dependencies>
30-
</project>
30+
</project>

0 commit comments

Comments
 (0)