Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Nov 23, 2023
1 parent a77633f commit 4a2c787
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent-example</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent-example</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent-example</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion discovery-agent-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion discovery-agent-starter-plugin-mdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion discovery-agent-starter-plugin-strategy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion discovery-agent-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-agent</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Nepxion Discovery Agent</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<version>1.2.0</version>
<version>1.3.0</version>
<description>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</description>
<url>http://www.nepxion.com</url>

Expand Down
2 changes: 1 addition & 1 deletion version.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a2c787

Please sign in to comment.