Skip to content

Commit

Permalink
Removing unnecessary duplicate groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerDan committed Apr 7, 2021
1 parent 501ac1f commit 4427261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.havenandhearth</groupId>
<artifactId>hafen</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>HnH Client</name>
Expand Down
1 change: 0 additions & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.havenandhearth</groupId>
<artifactId>client-res</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>HnH Client Resources</name>
Expand Down

0 comments on commit 4427261

Please sign in to comment.