Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit d95af66

Browse files
committed
🔖 release v1.0.5
1 parent a5e1a4f commit d95af66

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
## v1.0.5
2020
- :bug: fix: Superclass has no null constructors but no arguments were given
2121
- :bug: fix: #4 Aspects not created
22+
- :bookmark: release v1.0.5 2019/7/24-1:54
2223

2324

2425
## v1.0.4

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<artifactId>today-aop</artifactId>
66

77
<!--
8-
<version>1.0.5.RELEASE</version>
8+
<version>latest</version>
99
-->
1010

11-
<version>latest</version>
11+
<version>1.0.5.RELEASE</version>
1212

1313
<name>Today Aop Framework</name>
1414

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>cn.taketoday</groupId>
6767
<artifactId>today-context</artifactId>
68-
<version>latest</version>
68+
<version>2.1.6.RELEASE</version>
6969
</dependency>
7070

7171
<!-- test -->

0 commit comments

Comments
 (0)