Skip to content

Commit

Permalink
Merge pull request #25 from congcoi123/develop
Browse files Browse the repository at this point in the history
Develop (0.4.0)
  • Loading branch information
congcoi123 authored Nov 20, 2022
2 parents 48c09af + 14a3b35 commit 12fc9d2
Show file tree
Hide file tree
Showing 45 changed files with 6 additions and 1,917 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
- Supported MsgPack
- Refactoring the project's structure
- Bugs fixed

## 0.4.0 2022-11-20 Feature release
- Moved annotations management to the [tenio-core](https://github.com/congcoi123/tenio-core) module
1 change: 0 additions & 1 deletion CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- [x] Makes sure the current branch is *develop* branch
- [x] All new methods should be annotated by the *@since* annotation
- [x] Changes version in *pom.xml* file
- [x] Updates the class *TradeMark.java* in the *tenio-common* module
- [x] Updates new changes in the *CHANGELOG.md* file
- [x] Updates the *VERSION* file
- [x] Updates the *README.md* file
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20221021.0.3.0
20221120.0.4.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.congcoi123</groupId>
<artifactId>tenio-common</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
45 changes: 0 additions & 45 deletions src/main/java/com/tenio/common/bootstrap/annotation/Autowired.java

This file was deleted.

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions src/main/java/com/tenio/common/bootstrap/annotation/Bean.java

This file was deleted.

41 changes: 0 additions & 41 deletions src/main/java/com/tenio/common/bootstrap/annotation/Bootstrap.java

This file was deleted.

44 changes: 0 additions & 44 deletions src/main/java/com/tenio/common/bootstrap/annotation/Component.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 12fc9d2

Please sign in to comment.