Skip to content

Commit b6cc06a

Browse files
committed
bump version to 2.2.0-SNAPSHOT
1 parent f8d2886 commit b6cc06a

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

CHANGES.md

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

5-
Apollo Java 2.1.0
5+
Apollo Java 2.2.0
66

77
------------------
8-
* [Add a config adjust the property source overridden behavior](https://github.com/apolloconfig/apollo/pull/4409)
9-
* [feat(apollo-client): the spi of config service load balancer client](https://github.com/apolloconfig/apollo/pull/4394)
10-
* [add cat-client as optional dependency](https://github.com/apolloconfig/apollo/pull/4414)
11-
* [refactor Functions class with lambda](https://github.com/apolloconfig/apollo/pull/4419)
12-
* [Add a new API to load items with pagination](https://github.com/apolloconfig/apollo/pull/4468)
13-
* [fix openapi item with url illegalKey 400 error](https://github.com/apolloconfig/apollo/pull/4549)
14-
* [Add overloaded shortcut method to register BeanDefinition](https://github.com/apolloconfig/apollo/pull/4574)
15-
* [Fix ApolloBootstrapPropertySources precedence issue](https://github.com/apolloconfig/apollo-java/pull/3)
16-
* [Apollo Client Support Spring Boot 3.0](https://github.com/apolloconfig/apollo-java/pull/4)
17-
* [apollo-client-config-data support spring boot 3.0](https://github.com/apolloconfig/apollo-java/pull/5)
18-
* [Add apollo-plugin-log4j2 module to support log4j2.xml integration](https://github.com/apolloconfig/apollo-java/pull/6)
19-
* [Allow users to config comma-separated namespaces for ApolloConfigChangeListener](https://github.com/apolloconfig/apollo-java/pull/11)
20-
* [Fix beanName2SpringValueDefinitions cache issue](https://github.com/apolloconfig/apollo-java/pull/16)
21-
* [Add Ordered interface to MessageProducerManager and Injector SPI](https://github.com/apolloconfig/apollo-java/pull/15)
228

239
------------------
24-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/1?closed=1)
10+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/2?closed=1)

changes/changes-2.1.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
Apollo Java 2.1.0
6+
7+
------------------
8+
* [Add a config adjust the property source overridden behavior](https://github.com/apolloconfig/apollo/pull/4409)
9+
* [feat(apollo-client): the spi of config service load balancer client](https://github.com/apolloconfig/apollo/pull/4394)
10+
* [add cat-client as optional dependency](https://github.com/apolloconfig/apollo/pull/4414)
11+
* [refactor Functions class with lambda](https://github.com/apolloconfig/apollo/pull/4419)
12+
* [Add a new API to load items with pagination](https://github.com/apolloconfig/apollo/pull/4468)
13+
* [fix openapi item with url illegalKey 400 error](https://github.com/apolloconfig/apollo/pull/4549)
14+
* [Add overloaded shortcut method to register BeanDefinition](https://github.com/apolloconfig/apollo/pull/4574)
15+
* [Fix ApolloBootstrapPropertySources precedence issue](https://github.com/apolloconfig/apollo-java/pull/3)
16+
* [Apollo Client Support Spring Boot 3.0](https://github.com/apolloconfig/apollo-java/pull/4)
17+
* [apollo-client-config-data support spring boot 3.0](https://github.com/apolloconfig/apollo-java/pull/5)
18+
* [Add apollo-plugin-log4j2 module to support log4j2.xml integration](https://github.com/apolloconfig/apollo-java/pull/6)
19+
* [Allow users to config comma-separated namespaces for ApolloConfigChangeListener](https://github.com/apolloconfig/apollo-java/pull/11)
20+
* [Fix beanName2SpringValueDefinitions cache issue](https://github.com/apolloconfig/apollo-java/pull/16)
21+
* [Add Ordered interface to MessageProducerManager and Injector SPI](https://github.com/apolloconfig/apollo-java/pull/15)
22+
23+
------------------
24+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/1?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.1.0</revision>
63+
<revision>2.2.0-SNAPSHOT</revision>
6464
<java.version>1.8</java.version>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
<spring-boot.version>2.6.8</spring-boot.version>

0 commit comments

Comments
 (0)