Skip to content

Commit e0cad99

Browse files
committed
bump version to 2.5.0-SNAPSHOT
1 parent 7ef0be0 commit e0cad99

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

CHANGES.md

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

5-
Apollo Java 2.4.0
5+
Apollo Java 2.5.0
66

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

9-
* [Fix the Cannot enhance @Configuration bean definition issue](https://github.com/apolloconfig/apollo-java/pull/82)
10-
* [Feature openapi query namespace support not fill item](https://github.com/apolloconfig/apollo-java/pull/83)
11-
* [Add more observability in apollo config client](https://github.com/apolloconfig/apollo-java/pull/74)
12-
* [Feature Support Kubernetes ConfigMap cache for Apollo java, golang client](https://github.com/apolloconfig/apollo-java/pull/79)
13-
* [Feature support pulling configuration information from multiple AppIds](https://github.com/apolloconfig/apollo-java/pull/70)
14-
* [Fix monitor arg cause npe](https://github.com/apolloconfig/apollo-java/pull/86)
15-
* [Fix the concurrent issue in SpringValueRegistry.scanAndClean](https://github.com/apolloconfig/apollo-java/pull/95)
16-
* [Feature support incremental configuration synchronization client](https://github.com/apolloconfig/apollo-java/pull/90)
17-
* [Feature reduce conflicts when update configmap in k8](https://github.com/apolloconfig/apollo-java/pull/93)
9+
*
1810

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

changes/changes-2.4.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
Apollo Java 2.4.0
6+
7+
------------------
8+
9+
* [Fix the Cannot enhance @Configuration bean definition issue](https://github.com/apolloconfig/apollo-java/pull/82)
10+
* [Feature openapi query namespace support not fill item](https://github.com/apolloconfig/apollo-java/pull/83)
11+
* [Add more observability in apollo config client](https://github.com/apolloconfig/apollo-java/pull/74)
12+
* [Feature Support Kubernetes ConfigMap cache for Apollo java, golang client](https://github.com/apolloconfig/apollo-java/pull/79)
13+
* [Feature support pulling configuration information from multiple AppIds](https://github.com/apolloconfig/apollo-java/pull/70)
14+
* [Fix monitor arg cause npe](https://github.com/apolloconfig/apollo-java/pull/86)
15+
* [Fix the concurrent issue in SpringValueRegistry.scanAndClean](https://github.com/apolloconfig/apollo-java/pull/95)
16+
* [Feature support incremental configuration synchronization client](https://github.com/apolloconfig/apollo-java/pull/90)
17+
* [Feature reduce conflicts when update configmap in k8](https://github.com/apolloconfig/apollo-java/pull/93)
18+
19+
------------------
20+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/4?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.4.0</revision>
63+
<revision>2.5.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)