Skip to content

Commit 31d89f4

Browse files
author
Maxime Gréau
committed
[maven-release-plugin] prepare release v0.5.1
1 parent 5c54a6b commit 31d89f4

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

apm-agent-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-parent</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>apm-agent-parent</artifactId>
66
<groupId>co.elastic.apm</groupId>
7-
<version>0.5.1-SNAPSHOT</version>
7+
<version>0.5.1</version>
88
</parent>
99

1010
<artifactId>apm-agent-benchmarks</artifactId>

apm-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>co.elastic.apm</groupId>
1010
<artifactId>apm-agent-parent</artifactId>
11-
<version>0.5.1-SNAPSHOT</version>
11+
<version>0.5.1</version>
1212
</parent>
1313

1414
<artifactId>apm-agent-core</artifactId>

apm-agent-plugins/apm-api-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-jdbc-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-opentracing-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-servlet-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-web-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-parent</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)