Skip to content

Commit ae372e7

Browse files
authored
Bumping version to 1.9.0 (#807)
1 parent a2d6063 commit ae372e7

File tree

54 files changed

+75
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+75
-66
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Next (1.9.0)
1+
# Next
2+
3+
## Features
4+
5+
## Bug Fixes
6+
7+
# 1.9.0
28

39
## Features
410
* Supporting OpenTracing version 0.33

apm-agent-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>apm-agent-parent</artifactId>
1616
<groupId>co.elastic.apm</groupId>
17-
<version>1.8.1-SNAPSHOT</version>
17+
<version>1.9.0-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

apm-agent-attach/pom.xml

Lines changed: 9 additions & 5 deletions
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>1.8.1-SNAPSHOT</version>
6+
<version>1.9.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -134,8 +134,10 @@
134134
</relocation>
135135
</relocations>
136136
<transformers>
137-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
138-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
137+
<transformer
138+
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
139+
<transformer
140+
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
139141
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
140142
<resource>META-INF/LICENSE</resource>
141143
<file>${apm-agent-parent.base.dir}/LICENSE</file>
@@ -166,8 +168,10 @@
166168
<Main-Class>co.elastic.apm.attach.RemoteAttacher</Main-Class>
167169
</manifestEntries>
168170
</transformer>
169-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
170-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
171+
<transformer
172+
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
173+
<transformer
174+
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
171175
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
172176
<resource>META-INF/LICENSE</resource>
173177
<file>${apm-agent-parent.base.dir}/LICENSE</file>

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>1.8.1-SNAPSHOT</version>
7+
<version>1.9.0-SNAPSHOT</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
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>co.elastic.apm</groupId>
1111
<artifactId>apm-agent-parent</artifactId>
12-
<version>1.8.1-SNAPSHOT</version>
12+
<version>1.9.0-SNAPSHOT</version>
1313
</parent>
1414

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

apm-agent-plugins/apm-apache-httpclient-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>1.8.1-SNAPSHOT</version>
6+
<version>1.9.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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>1.8.1-SNAPSHOT</version>
6+
<version>1.9.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-asynchttpclient-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>1.8.1-SNAPSHOT</version>
6+
<version>1.9.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-es-restclient-plugin</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.8.1-SNAPSHOT</version>
8+
<version>1.9.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-es-restclient-plugin-5_6</artifactId>

apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-es-restclient-plugin</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.8.1-SNAPSHOT</version>
8+
<version>1.9.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-es-restclient-plugin-6_4</artifactId>

0 commit comments

Comments
 (0)