Skip to content

Commit b7fe004

Browse files
committed
Fix module name: edu.hm.hafner.codingstyle.
1 parent d286cb6 commit b7fe004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>edu.hm.hafner</groupId>
77
<artifactId>codingstyle</artifactId>
8-
<version>3.3.0-SNAPSHOT</version>
8+
<version>3.2.1-SNAPSHOT</version>
99

1010
<packaging>jar</packaging>
1111

src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module codingstyle {
1+
module edu.hm.hafner.codingstyle {
22
requires java.xml;
33
requires org.apache.commons.lang3;
44
requires org.apache.commons.io;

0 commit comments

Comments
 (0)