From 5118961eb75485437c2be97fbcf206ab4d51520f Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Tue, 30 Jul 2019 13:34:38 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.8.0 --- apm-agent-api/pom.xml | 2 +- apm-agent-attach/pom.xml | 2 +- apm-agent-benchmarks/pom.xml | 2 +- apm-agent-core/pom.xml | 2 +- apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml | 2 +- apm-agent-plugins/apm-api-plugin/pom.xml | 2 +- apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml | 2 +- .../apm-es-restclient-plugin-5_6/pom.xml | 2 +- .../apm-es-restclient-plugin-6_4/pom.xml | 2 +- .../apm-es-restclient-plugin-7_1/pom.xml | 2 +- .../apm-es-restclient-plugin-common/pom.xml | 2 +- apm-agent-plugins/apm-es-restclient-plugin/pom.xml | 2 +- apm-agent-plugins/apm-httpclient-core/pom.xml | 2 +- apm-agent-plugins/apm-java-concurrent-plugin/pom.xml | 2 +- apm-agent-plugins/apm-jaxrs-plugin/pom.xml | 2 +- apm-agent-plugins/apm-jaxws-plugin/pom.xml | 2 +- apm-agent-plugins/apm-jdbc-plugin/pom.xml | 2 +- apm-agent-plugins/apm-jms-plugin/pom.xml | 2 +- apm-agent-plugins/apm-jsf-plugin/pom.xml | 2 +- apm-agent-plugins/apm-okhttp-plugin/pom.xml | 2 +- apm-agent-plugins/apm-opentracing-plugin/pom.xml | 2 +- apm-agent-plugins/apm-quartz-job-plugin/pom.xml | 2 +- apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml | 2 +- apm-agent-plugins/apm-servlet-plugin/pom.xml | 2 +- apm-agent-plugins/apm-slf4j-plugin/pom.xml | 2 +- apm-agent-plugins/apm-spring-resttemplate-plugin/pom.xml | 2 +- apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml | 2 +- apm-agent-plugins/apm-urlconnection-plugin/pom.xml | 2 +- apm-agent-plugins/apm-web-plugin/pom.xml | 2 +- apm-agent-plugins/pom.xml | 2 +- apm-opentracing/pom.xml | 2 +- elastic-apm-agent/pom.xml | 2 +- .../application-server-integration-tests/pom.xml | 2 +- integration-tests/jsf-app/jsf-app-dependent/pom.xml | 2 +- integration-tests/jsf-app/jsf-app-standalone/pom.xml | 2 +- integration-tests/jsf-app/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/simple-webapp/pom.xml | 2 +- integration-tests/soap-test/pom.xml | 2 +- integration-tests/spring-boot-1-5/pom.xml | 2 +- integration-tests/spring-boot-2/pom.xml | 2 +- integration-tests/spring-boot-2/spring-boot-2-base/pom.xml | 2 +- integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml | 2 +- integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml | 2 +- .../spring-boot-2/spring-boot-2-undertow/pom.xml | 2 +- pom.xml | 4 ++-- 46 files changed, 47 insertions(+), 47 deletions(-) diff --git a/apm-agent-api/pom.xml b/apm-agent-api/pom.xml index 178dd8fe05..ff82fbc998 100644 --- a/apm-agent-api/pom.xml +++ b/apm-agent-api/pom.xml @@ -14,7 +14,7 @@ apm-agent-parent co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-attach/pom.xml b/apm-agent-attach/pom.xml index f829e4193b..2421a5e507 100644 --- a/apm-agent-attach/pom.xml +++ b/apm-agent-attach/pom.xml @@ -3,7 +3,7 @@ apm-agent-parent co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-benchmarks/pom.xml b/apm-agent-benchmarks/pom.xml index dd4424ca04..10b95fb9cf 100644 --- a/apm-agent-benchmarks/pom.xml +++ b/apm-agent-benchmarks/pom.xml @@ -4,7 +4,7 @@ apm-agent-parent co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 apm-agent-benchmarks diff --git a/apm-agent-core/pom.xml b/apm-agent-core/pom.xml index 128f5fd032..65e9c3787c 100644 --- a/apm-agent-core/pom.xml +++ b/apm-agent-core/pom.xml @@ -9,7 +9,7 @@ co.elastic.apm apm-agent-parent - 1.8.0-SNAPSHOT + 1.8.0 apm-agent-core diff --git a/apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml b/apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml index 423bbb17be..1d6d86f1e6 100644 --- a/apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml +++ b/apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-api-plugin/pom.xml b/apm-agent-plugins/apm-api-plugin/pom.xml index c60ff1227c..589c4582d6 100644 --- a/apm-agent-plugins/apm-api-plugin/pom.xml +++ b/apm-agent-plugins/apm-api-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml b/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml index 5bed16d6a0..572f62acf7 100644 --- a/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml +++ b/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml index 91ebd1a0b0..e32e5d8860 100644 --- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml +++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml @@ -5,7 +5,7 @@ apm-es-restclient-plugin co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 apm-es-restclient-plugin-5_6 diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml index 847d6343af..5cbb372975 100644 --- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml +++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml @@ -5,7 +5,7 @@ apm-es-restclient-plugin co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 apm-es-restclient-plugin-6_4 diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_1/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_1/pom.xml index a3c4f82c8b..9eb3cf8e12 100644 --- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_1/pom.xml +++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_1/pom.xml @@ -5,7 +5,7 @@ apm-es-restclient-plugin co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 apm-es-restclient-plugin-7_1 diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml index b6cae45f24..5a110cdbbd 100644 --- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml +++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml @@ -5,7 +5,7 @@ apm-es-restclient-plugin co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 apm-es-restclient-plugin-common diff --git a/apm-agent-plugins/apm-es-restclient-plugin/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/pom.xml index 027e1d3e38..394e7a150d 100644 --- a/apm-agent-plugins/apm-es-restclient-plugin/pom.xml +++ b/apm-agent-plugins/apm-es-restclient-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 pom diff --git a/apm-agent-plugins/apm-httpclient-core/pom.xml b/apm-agent-plugins/apm-httpclient-core/pom.xml index b8b376c878..1f224cdc82 100644 --- a/apm-agent-plugins/apm-httpclient-core/pom.xml +++ b/apm-agent-plugins/apm-httpclient-core/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml b/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml index 144cb42609..449a2dab8d 100644 --- a/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml +++ b/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-jaxrs-plugin/pom.xml b/apm-agent-plugins/apm-jaxrs-plugin/pom.xml index 2c2513bf0b..7c575a22d5 100644 --- a/apm-agent-plugins/apm-jaxrs-plugin/pom.xml +++ b/apm-agent-plugins/apm-jaxrs-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-jaxws-plugin/pom.xml b/apm-agent-plugins/apm-jaxws-plugin/pom.xml index 581b8480da..8f1c1aba95 100644 --- a/apm-agent-plugins/apm-jaxws-plugin/pom.xml +++ b/apm-agent-plugins/apm-jaxws-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-jdbc-plugin/pom.xml b/apm-agent-plugins/apm-jdbc-plugin/pom.xml index 0ebffdfd8b..467f5b794a 100644 --- a/apm-agent-plugins/apm-jdbc-plugin/pom.xml +++ b/apm-agent-plugins/apm-jdbc-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-jms-plugin/pom.xml b/apm-agent-plugins/apm-jms-plugin/pom.xml index 047dc7f02c..20d1528748 100644 --- a/apm-agent-plugins/apm-jms-plugin/pom.xml +++ b/apm-agent-plugins/apm-jms-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-jsf-plugin/pom.xml b/apm-agent-plugins/apm-jsf-plugin/pom.xml index cb3e9974e4..0f1fb409ae 100644 --- a/apm-agent-plugins/apm-jsf-plugin/pom.xml +++ b/apm-agent-plugins/apm-jsf-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-okhttp-plugin/pom.xml b/apm-agent-plugins/apm-okhttp-plugin/pom.xml index 3d77375bb8..524c21cf64 100644 --- a/apm-agent-plugins/apm-okhttp-plugin/pom.xml +++ b/apm-agent-plugins/apm-okhttp-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-opentracing-plugin/pom.xml b/apm-agent-plugins/apm-opentracing-plugin/pom.xml index 7c3373359a..8d55df80af 100644 --- a/apm-agent-plugins/apm-opentracing-plugin/pom.xml +++ b/apm-agent-plugins/apm-opentracing-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-quartz-job-plugin/pom.xml b/apm-agent-plugins/apm-quartz-job-plugin/pom.xml index 012557fad7..2e184d0207 100644 --- a/apm-agent-plugins/apm-quartz-job-plugin/pom.xml +++ b/apm-agent-plugins/apm-quartz-job-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml b/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml index a96d55ba51..630129376a 100644 --- a/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml +++ b/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-servlet-plugin/pom.xml b/apm-agent-plugins/apm-servlet-plugin/pom.xml index dca111579b..7dfea248b7 100644 --- a/apm-agent-plugins/apm-servlet-plugin/pom.xml +++ b/apm-agent-plugins/apm-servlet-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-slf4j-plugin/pom.xml b/apm-agent-plugins/apm-slf4j-plugin/pom.xml index 0757c62be6..d14fff8e40 100644 --- a/apm-agent-plugins/apm-slf4j-plugin/pom.xml +++ b/apm-agent-plugins/apm-slf4j-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-spring-resttemplate-plugin/pom.xml b/apm-agent-plugins/apm-spring-resttemplate-plugin/pom.xml index 7b9bc1d2fe..c4cff8489e 100644 --- a/apm-agent-plugins/apm-spring-resttemplate-plugin/pom.xml +++ b/apm-agent-plugins/apm-spring-resttemplate-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml b/apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml index b098573c60..3af17524ee 100644 --- a/apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml +++ b/apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/apm-urlconnection-plugin/pom.xml b/apm-agent-plugins/apm-urlconnection-plugin/pom.xml index a201da827d..07c0ea1200 100644 --- a/apm-agent-plugins/apm-urlconnection-plugin/pom.xml +++ b/apm-agent-plugins/apm-urlconnection-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 ${project.groupId}:${project.artifactId} 4.0.0 diff --git a/apm-agent-plugins/apm-web-plugin/pom.xml b/apm-agent-plugins/apm-web-plugin/pom.xml index 8149ab05bc..2882ab4d38 100644 --- a/apm-agent-plugins/apm-web-plugin/pom.xml +++ b/apm-agent-plugins/apm-web-plugin/pom.xml @@ -3,7 +3,7 @@ apm-agent-plugins co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/apm-agent-plugins/pom.xml b/apm-agent-plugins/pom.xml index 8b8487eb44..7b63ecb755 100644 --- a/apm-agent-plugins/pom.xml +++ b/apm-agent-plugins/pom.xml @@ -3,7 +3,7 @@ apm-agent-parent co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 pom diff --git a/apm-opentracing/pom.xml b/apm-opentracing/pom.xml index c2b4490146..2b749668c3 100644 --- a/apm-opentracing/pom.xml +++ b/apm-opentracing/pom.xml @@ -3,7 +3,7 @@ apm-agent-parent co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/elastic-apm-agent/pom.xml b/elastic-apm-agent/pom.xml index 81898e8b6b..e2d78dc30e 100644 --- a/elastic-apm-agent/pom.xml +++ b/elastic-apm-agent/pom.xml @@ -9,7 +9,7 @@ co.elastic.apm apm-agent-parent - 1.8.0-SNAPSHOT + 1.8.0 jar diff --git a/integration-tests/application-server-integration-tests/pom.xml b/integration-tests/application-server-integration-tests/pom.xml index f107e1b042..4b083c8b71 100644 --- a/integration-tests/application-server-integration-tests/pom.xml +++ b/integration-tests/application-server-integration-tests/pom.xml @@ -4,7 +4,7 @@ integration-tests co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/jsf-app/jsf-app-dependent/pom.xml b/integration-tests/jsf-app/jsf-app-dependent/pom.xml index b1f70ef4b0..57a4889b3b 100644 --- a/integration-tests/jsf-app/jsf-app-dependent/pom.xml +++ b/integration-tests/jsf-app/jsf-app-dependent/pom.xml @@ -4,7 +4,7 @@ jsf-app co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/jsf-app/jsf-app-standalone/pom.xml b/integration-tests/jsf-app/jsf-app-standalone/pom.xml index 36bd26b501..64fe81f0ab 100644 --- a/integration-tests/jsf-app/jsf-app-standalone/pom.xml +++ b/integration-tests/jsf-app/jsf-app-standalone/pom.xml @@ -4,7 +4,7 @@ jsf-app co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/jsf-app/pom.xml b/integration-tests/jsf-app/pom.xml index 8b7903cebe..2826a73692 100644 --- a/integration-tests/jsf-app/pom.xml +++ b/integration-tests/jsf-app/pom.xml @@ -4,7 +4,7 @@ integration-tests co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8cb5c03e29..96a7906339 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,7 +3,7 @@ apm-agent-parent co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/simple-webapp/pom.xml b/integration-tests/simple-webapp/pom.xml index 882404934f..61db6e1404 100644 --- a/integration-tests/simple-webapp/pom.xml +++ b/integration-tests/simple-webapp/pom.xml @@ -4,7 +4,7 @@ integration-tests co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/soap-test/pom.xml b/integration-tests/soap-test/pom.xml index 47911bf370..273a887a78 100644 --- a/integration-tests/soap-test/pom.xml +++ b/integration-tests/soap-test/pom.xml @@ -3,7 +3,7 @@ integration-tests co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 soap-test diff --git a/integration-tests/spring-boot-1-5/pom.xml b/integration-tests/spring-boot-1-5/pom.xml index 4be93d7069..1042d1289d 100644 --- a/integration-tests/spring-boot-1-5/pom.xml +++ b/integration-tests/spring-boot-1-5/pom.xml @@ -3,7 +3,7 @@ integration-tests co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/spring-boot-2/pom.xml b/integration-tests/spring-boot-2/pom.xml index bf5b4543f1..81d615cbc5 100644 --- a/integration-tests/spring-boot-2/pom.xml +++ b/integration-tests/spring-boot-2/pom.xml @@ -3,7 +3,7 @@ integration-tests co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml index bb26d01944..c05b45ae02 100644 --- a/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml +++ b/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml @@ -3,7 +3,7 @@ spring-boot-2 co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml index b55aafe2e3..3623a864c5 100644 --- a/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml +++ b/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml @@ -3,7 +3,7 @@ spring-boot-2 co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml index b3729b41e2..b863a239f2 100644 --- a/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml +++ b/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml @@ -3,7 +3,7 @@ spring-boot-2 co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml index 73408a1ca2..827e0cfd4e 100644 --- a/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml +++ b/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml @@ -3,7 +3,7 @@ spring-boot-2 co.elastic.apm - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/pom.xml b/pom.xml index 50de99eafb..f07231e844 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ co.elastic.apm apm-agent-parent ${project.groupId}:${project.artifactId} - 1.8.0-SNAPSHOT + 1.8.0 pom 2018 @@ -27,7 +27,7 @@ scm:git:git@github.com:elastic/apm-agent-java.git scm:git:git@github.com:elastic/apm-agent-java.git https://github.com/elastic/apm-agent-java - HEAD + v1.8.0