Skip to content

Commit

Permalink
Update groupId and artifactId.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeaudoinfortin committed Jul 6, 2024
1 parent f46a15d commit ca815db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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>StackTraceCompactor</groupId>
<artifactId>stack_trace_compactor</artifactId>
<groupId>com.dbf.utils</groupId>
<artifactId>stack-trace-compactor</artifactId>
<version>0.0.1</version>
<name>Stack Trace Compactor</name>

Expand Down

0 comments on commit ca815db

Please sign in to comment.