Skip to content

Commit 1075471

Browse files
authored
chore: release 2.11.3 (#315)
1 parent ab37617 commit 1075471

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.avioconsulting.mule</groupId>
66
<artifactId>mule-opentelemetry-module-parent</artifactId>
7-
<version>2.11.3-SNAPSHOT</version>
7+
<version>2.11.3</version>
88
</parent>
99

1010
<artifactId>mule-opentelemetry-module-api</artifactId>

batch-legacy-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.avioconsulting.mule</groupId>
66
<artifactId>mule-opentelemetry-module-parent</artifactId>
7-
<version>2.11.3-SNAPSHOT</version>
7+
<version>2.11.3</version>
88
</parent>
99

1010
<artifactId>mule-opentelemetry-batch-legacy-adapter</artifactId>

batch-runtime-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.avioconsulting.mule</groupId>
66
<artifactId>mule-opentelemetry-module-parent</artifactId>
7-
<version>2.11.3-SNAPSHOT</version>
7+
<version>2.11.3</version>
88
</parent>
99

1010
<artifactId>mule-opentelemetry-batch-runtime-adapter</artifactId>

mule-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Avoid maven warning about different parent than module parent -->
1111
</parent>
1212
<artifactId>mule-opentelemetry-module</artifactId>
13-
<version>2.11.3-SNAPSHOT</version>
13+
<version>2.11.3</version>
1414
<packaging>mule-extension</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.avioconsulting.mule</groupId>
1212
<artifactId>mule-opentelemetry-module-parent</artifactId>
13-
<version>2.11.3-SNAPSHOT</version>
13+
<version>2.11.3</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)