Skip to content

Commit 6b11311

Browse files
author
Jenkins CI
committed
[maven-release-plugin] prepare release v1.9.0
1 parent e6d2a93 commit 6b11311

File tree

53 files changed

+66
-78
lines changed

Some content is hidden

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

53 files changed

+66
-78
lines changed

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.9.0-SNAPSHOT</version>
17+
<version>1.9.0</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

apm-agent-attach/pom.xml

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

@@ -134,10 +134,8 @@
134134
</relocation>
135135
</relocations>
136136
<transformers>
137-
<transformer
138-
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
139-
<transformer
140-
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
137+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
138+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" />
141139
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
142140
<resource>META-INF/LICENSE</resource>
143141
<file>${apm-agent-parent.base.dir}/LICENSE</file>
@@ -168,10 +166,8 @@
168166
<Main-Class>co.elastic.apm.attach.RemoteAttacher</Main-Class>
169167
</manifestEntries>
170168
</transformer>
171-
<transformer
172-
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
173-
<transformer
174-
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
169+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
170+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" />
175171
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
176172
<resource>META-INF/LICENSE</resource>
177173
<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.9.0-SNAPSHOT</version>
7+
<version>1.9.0</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.9.0-SNAPSHOT</version>
12+
<version>1.9.0</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.9.0-SNAPSHOT</version>
6+
<version>1.9.0</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.9.0-SNAPSHOT</version>
6+
<version>1.9.0</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.9.0-SNAPSHOT</version>
6+
<version>1.9.0</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.9.0-SNAPSHOT</version>
8+
<version>1.9.0</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.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

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

apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_1/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.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010

1111
<artifactId>apm-es-restclient-plugin-7_1</artifactId>

0 commit comments

Comments
 (0)