Skip to content

Commit

Permalink
Use a more-valid group - com optum is too generic
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMThayer committed Sep 12, 2024
1 parent 81a1f4c commit 9f6dd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.optum</groupId>
<groupId>com.optum.templ</groupId>
<artifactId>templ</artifactId>
<version>1.0.X-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion templ-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>

<parent>
<groupId>com.optum</groupId>
<groupId>com.optum.templ</groupId>
<artifactId>templ</artifactId>
<version>1.0.X-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand Down

0 comments on commit 9f6dd04

Please sign in to comment.