From a1e0438ee4f35f0202ca795e448e4af35b8dc015 Mon Sep 17 00:00:00 2001 From: linyimin0812 Date: Mon, 22 May 2023 01:04:58 +0800 Subject: [PATCH] release: releae 1.2.0 version --- README.md | 4 ++-- bin/install.sh | 2 +- java-profiler-agent/pom.xml | 2 +- java-profiler-api/pom.xml | 2 +- java-profiler-bridge/pom.xml | 2 +- java-profiler-common/pom.xml | 2 +- java-profiler-core/pom.xml | 8 ++++---- java-profiler-extension/pom.xml | 2 +- java-profiler-starter/pom.xml | 6 +++--- pom.xml | 2 +- spring-async-bean-core/pom.xml | 4 ++-- spring-async-bean-starter/pom.xml | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index a8bd3ed..ce35e68 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ curl -sS https://raw.githubusercontent.com/linyimin-bupt/java-profiler-boost/mai io.github.linyimin0812 java-profiler-starter - 1.1.0 + 1.2.0 ``` @@ -381,7 +381,7 @@ public class TestComponent { io.github.linyimin0812 spring-async-bean-starter - 1.1.0 + 1.2.0 ``` diff --git a/bin/install.sh b/bin/install.sh index 8a2769a..329884e 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -3,7 +3,7 @@ set -euxf -o pipefail PRODUCT_NAME=java-profiler-boost -LAST_TAG=${1:-v1.1.0} +LAST_TAG=${1:-v1.2.0} PROFILER_HOME=${HOME}/java-profiler-boost check_permission() { diff --git a/java-profiler-agent/pom.xml b/java-profiler-agent/pom.xml index 8649d52..6d06ae8 100644 --- a/java-profiler-agent/pom.xml +++ b/java-profiler-agent/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 diff --git a/java-profiler-api/pom.xml b/java-profiler-api/pom.xml index c6ec8d1..c0d7e42 100644 --- a/java-profiler-api/pom.xml +++ b/java-profiler-api/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 diff --git a/java-profiler-bridge/pom.xml b/java-profiler-bridge/pom.xml index e17ae1c..d16936c 100644 --- a/java-profiler-bridge/pom.xml +++ b/java-profiler-bridge/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 diff --git a/java-profiler-common/pom.xml b/java-profiler-common/pom.xml index 0277736..eef4dca 100644 --- a/java-profiler-common/pom.xml +++ b/java-profiler-common/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 diff --git a/java-profiler-core/pom.xml b/java-profiler-core/pom.xml index ed6d31f..b095d23 100644 --- a/java-profiler-core/pom.xml +++ b/java-profiler-core/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 @@ -18,20 +18,20 @@ io.github.linyimin0812 java-profiler-bridge - 1.1.0 + 1.2.0 provided io.github.linyimin0812 java-profiler-api - 1.1.0 + 1.2.0 io.github.linyimin0812 java-profiler-common - 1.1.0 + 1.2.0 provided diff --git a/java-profiler-extension/pom.xml b/java-profiler-extension/pom.xml index edb1315..023aebd 100644 --- a/java-profiler-extension/pom.xml +++ b/java-profiler-extension/pom.xml @@ -6,7 +6,7 @@ io.github.linyimin0812 java-profiler-starter - 1.1.0 + 1.2.0 ../java-profiler-starter/pom.xml 4.0.0 diff --git a/java-profiler-starter/pom.xml b/java-profiler-starter/pom.xml index e6a754e..01866eb 100644 --- a/java-profiler-starter/pom.xml +++ b/java-profiler-starter/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 @@ -21,13 +21,13 @@ io.github.linyimin0812 java-profiler-api provided - 1.1.0 + 1.2.0 io.github.linyimin0812 java-profiler-common - 1.1.0 + 1.2.0 provided diff --git a/pom.xml b/pom.xml index 5419699..8739155 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.github.linyimin0812 java-profiler-boost pom - 1.1.0 + 1.2.0 java-profiler-boost diff --git a/spring-async-bean-core/pom.xml b/spring-async-bean-core/pom.xml index 7e25903..a9584c2 100644 --- a/spring-async-bean-core/pom.xml +++ b/spring-async-bean-core/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 @@ -21,7 +21,7 @@ io.github.linyimin0812 java-profiler-common - 1.1.0 + 1.2.0 diff --git a/spring-async-bean-starter/pom.xml b/spring-async-bean-starter/pom.xml index 877ea88..58921d0 100644 --- a/spring-async-bean-starter/pom.xml +++ b/spring-async-bean-starter/pom.xml @@ -5,7 +5,7 @@ java-profiler-boost io.github.linyimin0812 - 1.1.0 + 1.2.0 4.0.0 @@ -21,7 +21,7 @@ io.github.linyimin0812 spring-async-bean-core - 1.1.0 + 1.2.0