Skip to content

Commit 6a8ef10

Browse files
authored
Update maven plugin metadata (#403)
1 parent 4f6c4f4 commit 6a8ef10

File tree

2 files changed

+2
-2
lines changed
  • static-instrumenter/maven-plugin/src/main/resources/META-INF/maven

2 files changed

+2
-2
lines changed

static-instrumenter/maven-plugin/src/main/resources/META-INF/maven/io.opentelemetry.contrib/maven-plugin/plugin-help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Maven3 plugin for static instrumentation of projects code and dependencies</description>
88
<groupId>io.opentelemetry.contrib</groupId>
99
<artifactId>static-instrumentation-maven-plugin</artifactId>
10-
<version>1.15.0-alpha-SNAPSHOT</version>
10+
<version>1.16.0-alpha</version>
1111
<goalPrefix>static-instrumentation</goalPrefix>
1212
<mojos>
1313
<mojo>

static-instrumenter/maven-plugin/src/main/resources/META-INF/maven/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Maven3 plugin for static instrumentation of projects code and dependencies</description>
88
<groupId>io.opentelemetry.contrib</groupId>
99
<artifactId>static-instrumentation-maven-plugin</artifactId>
10-
<version>1.15.0-alpha-SNAPSHOT</version>
10+
<version>1.16.0-alpha</version>
1111
<goalPrefix>static-instrumentation</goalPrefix>
1212
<isolatedRealm>false</isolatedRealm>
1313
<inheritedByDefault>true</inheritedByDefault>

0 commit comments

Comments
 (0)