From 4a2c787f4a1fe591d21e291eed16d77cace2431f Mon Sep 17 00:00:00 2001
From: HaojunRen <1394997@qq.com>
Date: Thu, 23 Nov 2023 19:06:15 +0800
Subject: [PATCH] Bump version to 1.3.0
---
discovery-agent-example/discovery-agent-example-agent/pom.xml | 2 +-
.../discovery-agent-example-application/pom.xml | 2 +-
discovery-agent-example/discovery-agent-example-sdk/pom.xml | 2 +-
discovery-agent-example/pom.xml | 2 +-
discovery-agent-starter-plugin-mdc/pom.xml | 2 +-
discovery-agent-starter-plugin-strategy/pom.xml | 2 +-
discovery-agent-starter/pom.xml | 2 +-
.../discovery/agent/constant/DiscoveryAgentConstant.java | 2 +-
pom.xml | 2 +-
version.bat | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/discovery-agent-example/discovery-agent-example-agent/pom.xml b/discovery-agent-example/discovery-agent-example-agent/pom.xml
index 6405a87..95da492 100644
--- a/discovery-agent-example/discovery-agent-example-agent/pom.xml
+++ b/discovery-agent-example/discovery-agent-example-agent/pom.xml
@@ -9,7 +9,7 @@
com.nepxion
discovery-agent-example
- 1.2.0
+ 1.3.0
diff --git a/discovery-agent-example/discovery-agent-example-application/pom.xml b/discovery-agent-example/discovery-agent-example-application/pom.xml
index b07b224..110410e 100644
--- a/discovery-agent-example/discovery-agent-example-application/pom.xml
+++ b/discovery-agent-example/discovery-agent-example-application/pom.xml
@@ -9,7 +9,7 @@
com.nepxion
discovery-agent-example
- 1.2.0
+ 1.3.0
diff --git a/discovery-agent-example/discovery-agent-example-sdk/pom.xml b/discovery-agent-example/discovery-agent-example-sdk/pom.xml
index 034a5d1..212f054 100644
--- a/discovery-agent-example/discovery-agent-example-sdk/pom.xml
+++ b/discovery-agent-example/discovery-agent-example-sdk/pom.xml
@@ -9,6 +9,6 @@
com.nepxion
discovery-agent-example
- 1.2.0
+ 1.3.0
\ No newline at end of file
diff --git a/discovery-agent-example/pom.xml b/discovery-agent-example/pom.xml
index 1d95a76..c38f832 100644
--- a/discovery-agent-example/pom.xml
+++ b/discovery-agent-example/pom.xml
@@ -9,7 +9,7 @@
com.nepxion
discovery-agent
- 1.2.0
+ 1.3.0
diff --git a/discovery-agent-starter-plugin-mdc/pom.xml b/discovery-agent-starter-plugin-mdc/pom.xml
index 75118a6..70fb603 100644
--- a/discovery-agent-starter-plugin-mdc/pom.xml
+++ b/discovery-agent-starter-plugin-mdc/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery-agent
- 1.2.0
+ 1.3.0
diff --git a/discovery-agent-starter-plugin-strategy/pom.xml b/discovery-agent-starter-plugin-strategy/pom.xml
index 0df63bb..4a9dc7e 100644
--- a/discovery-agent-starter-plugin-strategy/pom.xml
+++ b/discovery-agent-starter-plugin-strategy/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery-agent
- 1.2.0
+ 1.3.0
diff --git a/discovery-agent-starter/pom.xml b/discovery-agent-starter/pom.xml
index 40c3025..0e2b7d0 100644
--- a/discovery-agent-starter/pom.xml
+++ b/discovery-agent-starter/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery-agent
- 1.2.0
+ 1.3.0
diff --git a/discovery-agent-starter/src/main/java/com/nepxion/discovery/agent/constant/DiscoveryAgentConstant.java b/discovery-agent-starter/src/main/java/com/nepxion/discovery/agent/constant/DiscoveryAgentConstant.java
index d1cc872..84c00ec 100644
--- a/discovery-agent-starter/src/main/java/com/nepxion/discovery/agent/constant/DiscoveryAgentConstant.java
+++ b/discovery-agent-starter/src/main/java/com/nepxion/discovery/agent/constant/DiscoveryAgentConstant.java
@@ -10,7 +10,7 @@
*/
public class DiscoveryAgentConstant {
- public static final String DISCOVERY_AGENT_VERSION = "1.2.0";
+ public static final String DISCOVERY_AGENT_VERSION = "1.3.0";
public static final String SPRING_APPLICATION_DISCOVERY_AGENT_VERSION = "spring.application.discovery.agent.version";
}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 4da3242..bdca16d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
Nepxion Discovery Agent
pom
4.0.0
- 1.2.0
+ 1.3.0
Nepxion Discovery Agent is a java agent to resolve loss of ThreadLocal in cross-thread scenario, such as Spring Async、Hystrix Thread、Runnable、Callable、Single Thread、Thread Pool、MDC
http://www.nepxion.com
diff --git a/version.bat b/version.bat
index 2f17fdf..1f6d54a 100644
--- a/version.bat
+++ b/version.bat
@@ -15,5 +15,5 @@
@title Nepxion Discovery
@color 0a
-call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.2.0
+call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.3.0
pause
\ No newline at end of file