Skip to content

Commit 72995ae

Browse files
author
Maxime Gréau
committed
[maven-release-plugin] prepare release v0.1.2
1 parent 8936e3e commit 72995ae

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.1.2-SNAPSHOT</version>
6+
<version>0.1.2</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.1.2-SNAPSHOT</version>
7+
<version>0.1.2</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
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>co.elastic.apm</groupId>
1212
<artifactId>apm-agent-parent</artifactId>
13-
<version>0.1.2-SNAPSHOT</version>
13+
<version>0.1.2</version>
1414
</parent>
1515

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

apm-agent-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.elastic.apm</groupId>
77
<artifactId>apm-agent-parent</artifactId>
8-
<version>0.1.2-SNAPSHOT</version>
8+
<version>0.1.2</version>
99
</parent>
1010
<packaging>jar</packaging>
1111

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.1.2-SNAPSHOT</version>
6+
<version>0.1.2</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.1.2-SNAPSHOT</version>
6+
<version>0.1.2</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.1.2-SNAPSHOT</version>
6+
<version>0.1.2</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.1.2-SNAPSHOT</version>
6+
<version>0.1.2</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.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>co.elastic.apm</groupId>
66
<artifactId>apm-agent-parent</artifactId>
77
<name>${project.groupId}:${project.artifactId}</name>
8-
<version>0.1.2-SNAPSHOT</version>
8+
<version>0.1.2</version>
99
<packaging>pom</packaging>
1010
<inceptionYear>2018</inceptionYear>
1111
<organization>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:elastic/apm-agent-java.git</connection>
2828
<developerConnection>scm:git:[email protected]:elastic/apm-agent-java.git</developerConnection>
2929
<url>https://github.com/elastic/apm-agent-java</url>
30-
<tag>HEAD</tag>
30+
<tag>v0.1.2</tag>
3131
</scm>
3232

3333
<developers>

0 commit comments

Comments
 (0)