Skip to content

Commit 1254437

Browse files
committed
bump version to 2.4.0-SNAPSHOT
1 parent 1fc9d27 commit 1254437

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CHANGES.md

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

5-
Apollo Java 2.3.0
5+
Apollo Java 2.4.0
66

77
------------------
8-
* [add an initialize method to avoid DefaultProviderManager's logic being triggered when using custom ProviderManager.](https://github.com/apolloconfig/apollo-java/pull/50)
9-
* [Implement parsing time based on pattern for @ApolloJsonValue](https://github.com/apolloconfig/apollo-java/pull/53)
10-
* [Enhance to load mocked properties from apollo.cache-dir](https://github.com/apolloconfig/apollo-java/pull/58)
11-
* [perf: speed up the first loading of namespace when startup meet 404](https://github.com/apolloconfig/apollo-java/pull/61)
12-
* [perf: speed up when startup meets timeout](https://github.com/apolloconfig/apollo-java/pull/64)
13-
* [upgrade spring boot to 2.7.18](https://github.com/apolloconfig/apollo-java/pull/68)
8+
*
149

1510
------------------
16-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/3?closed=1)
11+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/4?closed=1)

changes/changes-2.3.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
Apollo Java 2.3.0
6+
7+
------------------
8+
* [add an initialize method to avoid DefaultProviderManager's logic being triggered when using custom ProviderManager.](https://github.com/apolloconfig/apollo-java/pull/50)
9+
* [Implement parsing time based on pattern for @ApolloJsonValue](https://github.com/apolloconfig/apollo-java/pull/53)
10+
* [Enhance to load mocked properties from apollo.cache-dir](https://github.com/apolloconfig/apollo-java/pull/58)
11+
* [perf: speed up the first loading of namespace when startup meet 404](https://github.com/apolloconfig/apollo-java/pull/61)
12+
* [perf: speed up when startup meets timeout](https://github.com/apolloconfig/apollo-java/pull/64)
13+
* [upgrade spring boot to 2.7.18](https://github.com/apolloconfig/apollo-java/pull/68)
14+
15+
------------------
16+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/3?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.3.0</revision>
63+
<revision>2.4.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)