We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7d4eb commit a4178d6Copy full SHA for a4178d6
.gitignore
@@ -3,4 +3,5 @@
3
.classpath
4
.project
5
.idea
6
-*.iml
+*.iml
7
+*.class
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.qiujiayu</groupId>
<artifactId>autoload-cache</artifactId>
- <version>4.16-SNAPSHOT</version>
+ <version>4.16</version>
<packaging>jar</packaging>
<name>AutoLoadCache</name>
8
<description>User Spring AOP and annotation to do with cache.</description>
0 commit comments