Skip to content

Commit

Permalink
Fix module names.
Browse files Browse the repository at this point in the history
Signed-off-by: Sjoerd Talsma <[email protected]>
  • Loading branch information
sjoerdtalsma committed Nov 15, 2024
1 parent 71277c9 commit 401038b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion timers/context-timer-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>jar</packaging>

<properties>
<project.moduleName>${project.groupId}.metrics</project.moduleName>
<project.moduleName>${project.groupId}.micrometer</project.moduleName>
<root.basedir>${project.parent.basedir}</root.basedir>

<micrometer.version>1.14.0</micrometer.version>
Expand Down
2 changes: 1 addition & 1 deletion timers/context-timer-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>jar</packaging>

<properties>
<project.moduleName>${project.groupId}.metrics</project.moduleName>
<project.moduleName>${project.groupId}.opentelemetry</project.moduleName>
<root.basedir>${project.parent.basedir}</root.basedir>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion timers/context-timer-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>jar</packaging>

<properties>
<project.moduleName>${project.groupId}.metrics</project.moduleName>
<project.moduleName>${project.groupId}.opentracing</project.moduleName>
<root.basedir>${project.parent.basedir}</root.basedir>
</properties>

Expand Down

0 comments on commit 401038b

Please sign in to comment.