Skip to content

Commit 71145c9

Browse files
committed
chore: bump version to 2.6.0-SNAPSHOT
1 parent 75b8038 commit 71145c9

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGES.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ Changes by Version
22
==================
33
Release Notes.
44

5-
Apollo Java 2.5.0
5+
Apollo Java 2.6.0
66

77
------------------
88

9-
* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
10-
* [Feature Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo-java/pull/103)
11-
* [Feature Support retry in open api client.](https://github.com/apolloconfig/apollo-java/pull/105)
12-
* [Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data](https://github.com/apolloconfig/apollo-java/pull/115)
13-
* [Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization](https://github.com/apolloconfig/apollo-java/pull/121)
14-
* [Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios](https://github.com/apolloconfig/apollo-java/pull/123)
9+
*
1510

1611
------------------
17-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/5?closed=1)
12+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/6?closed=1)

changes/changes-2.5.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
Apollo Java 2.5.0
6+
7+
------------------
8+
9+
* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
10+
* [Feature Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo-java/pull/103)
11+
* [Feature Support retry in open api client.](https://github.com/apolloconfig/apollo-java/pull/105)
12+
* [Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data](https://github.com/apolloconfig/apollo-java/pull/115)
13+
* [Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization](https://github.com/apolloconfig/apollo-java/pull/121)
14+
* [Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios](https://github.com/apolloconfig/apollo-java/pull/123)
15+
16+
------------------
17+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/5?closed=1)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</developers>
6161

6262
<properties>
63-
<revision>2.5.0</revision>
63+
<revision>2.6.0-SNAPSHOT</revision>
6464
<java.version>1.8</java.version>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
<spring-boot.version>2.7.18</spring-boot.version>

0 commit comments

Comments
 (0)