Skip to content

Commit

Permalink
Update 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Nov 27, 2019
1 parent 9c5f18e commit fc8b9be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>

<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand Down Expand Up @@ -144,14 +144,14 @@
<profile>
<id>spring-5.1</id>
<properties>
<spring.framework.version>5.1.10.RELEASE</spring.framework.version>
<spring.framework.version>5.1.11.RELEASE</spring.framework.version>
</properties>
</profile>

<profile>
<id>spring-5.2</id>
<properties>
<spring.framework.version>5.2.0.RELEASE</spring.framework.version>
<spring.framework.version>5.2.1.RELEASE</spring.framework.version>
</properties>
</profile>

Expand Down

0 comments on commit fc8b9be

Please sign in to comment.