Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-leclerc committed Aug 13, 2024
1 parent e8ce127 commit 364ed7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>io.opentelemetry.contrib</groupId>
<artifactId>opentelemetry-maven-extension</artifactId>
<version>1.36.0-alpha-SNAPSHOT</version>
</extension>
</extensions>
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@
<version>3.3.2</version>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>io.opentelemetry.contrib</groupId>
<artifactId>opentelemetry-maven-extension</artifactId>
<version>1.37.0-alpha</version>
</extension>
</extensions>
</build>
</project>

0 comments on commit 364ed7c

Please sign in to comment.