Skip to content

Commit 8d406f9

Browse files
author
Jenkins CI
committed
[maven-release-plugin] prepare release v1.28.2
1 parent 86caadc commit 8d406f9

File tree

140 files changed

+155
-156
lines changed

Some content is hidden

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

140 files changed

+155
-156
lines changed

apm-agent-api/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-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.28.2-SNAPSHOT</version>
8+
<version>1.28.2</version>
99
</parent>
1010

1111
<artifactId>apm-agent-api</artifactId>

apm-agent-attach-cli/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>1.28.2-SNAPSHOT</version>
6+
<version>1.28.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-attach/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-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.28.2-SNAPSHOT</version>
8+
<version>1.28.2</version>
99
</parent>
1010

1111
<artifactId>apm-agent-attach</artifactId>

apm-agent-benchmarks/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-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.28.2-SNAPSHOT</version>
8+
<version>1.28.2</version>
99
</parent>
1010

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

apm-agent-bootstrap/pom.xml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.28.2-SNAPSHOT</version>
8+
<version>1.28.2</version>
99
</parent>
1010

1111
<artifactId>apm-agent-bootstrap</artifactId>
@@ -115,36 +115,35 @@
115115
with regular classloading. Their content will be injected as resources into the bootstrap
116116
classloader -->
117117

118-
<delete dir="${tmpdir}"/>
119-
<mkdir dir="${tmpdir}"/>
118+
<delete dir="${tmpdir}" />
119+
<mkdir dir="${tmpdir}" />
120120

121-
<unzip dest="${tmpdir}" src="${project.basedir}/target/${project.build.finalName}.jar"/>
121+
<unzip dest="${tmpdir}" src="${project.basedir}/target/${project.build.finalName}.jar" />
122122

123-
<delete dir="${tmpdir}/bootstrap"/>
124-
<mkdir dir="${tmpdir}/bootstrap"/>
123+
<delete dir="${tmpdir}/bootstrap" />
124+
<mkdir dir="${tmpdir}/bootstrap" />
125125

126126
<move todir="${tmpdir}/bootstrap">
127-
<fileset dir="${tmpdir}" includes="**/*.class"/>
128-
<mapper type="regexp" from="^(.*)\.class$$" to="\1\.esclazz"/>
127+
<fileset dir="${tmpdir}" includes="**/*.class" />
128+
<mapper type="regexp" from="^(.*)\.class$$" to="\1\.esclazz" />
129129
</move>
130130

131-
<delete dir="${tmpdir}/java"/>
132-
<delete dir="${tmpdir}/co"/>
133-
<delete dir="${tmpdir}/META-INF"/>
131+
<delete dir="${tmpdir}/java" />
132+
<delete dir="${tmpdir}/co" />
133+
<delete dir="${tmpdir}/META-INF" />
134134

135135
<!--
136136
classpath resources are checked-in in 'src/main/resources' to allow IDE to resolve them
137137
without relying on this build script to run. When updating/modifying them we have to run
138138
'mvn clean package' once to ensure that they are updated.
139139
-->
140-
<mkdir dir="${project.basedir}/src/main/resources"/>
140+
<mkdir dir="${project.basedir}/src/main/resources" />
141141
<copy todir="${project.basedir}/src/main/resources">
142-
<fileset dir="${tmpdir}" includes="**/*"/>
142+
<fileset dir="${tmpdir}" includes="**/*" />
143143
</copy>
144144

145-
<zip basedir="${tmpdir}"
146-
destfile="${project.basedir}/target/${project.build.finalName}.jar"/>
147-
<delete dir="${tmpdir}"/>
145+
<zip basedir="${tmpdir}" destfile="${project.basedir}/target/${project.build.finalName}.jar" />
146+
<delete dir="${tmpdir}" />
148147
</target>
149148
</configuration>
150149
</execution>

apm-agent-cached-lookup-key/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>1.28.2-SNAPSHOT</version>
6+
<version>1.28.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-common/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>1.28.2-SNAPSHOT</version>
6+
<version>1.28.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-core/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-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.28.2-SNAPSHOT</version>
8+
<version>1.28.2</version>
99
</parent>
1010

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

apm-agent-plugin-sdk/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>1.28.2-SNAPSHOT</version>
6+
<version>1.28.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-apache-httpclient-plugin/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-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.28.2-SNAPSHOT</version>
8+
<version>1.28.2</version>
99
</parent>
1010

1111
<artifactId>apm-apache-httpclient-plugin</artifactId>

0 commit comments

Comments
 (0)