Skip to content

Commit 331713e

Browse files
committed
修复pom链接错误
1 parent 556ea07 commit 331713e

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dependency>
88
<groupId>io.github.ms100</groupId>
99
<artifactId>cache-as-multi</artifactId>
10-
<version>1.1.2</version>
10+
<version>1.1.3</version>
1111
</dependency>
1212
```
1313

cache-as-multi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.ms100</groupId>
77
<artifactId>cache-as-multi</artifactId>
8-
<version>1.1.2</version>
8+
<version>1.1.3</version>
99

1010
<name>Cache As Multi</name>
11-
<url>http://https://github.com/ms100/cache-as-multi</url>
11+
<url>https://github.com/ms100/cache-as-multi</url>
1212
<description>
1313
Enhance spring cache annotation and realize the batch data caching.
1414
</description>

cache-as-multi/src/main/java/io/github/ms100/cacheasmulti/jcache/interceptor/EnhancedJCacheResolverAdapter.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2002-2018 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* https://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package io.github.ms100.cacheasmulti.jcache.interceptor;
182

193
import io.github.ms100.cacheasmulti.cache.EnhancedCache;

0 commit comments

Comments
 (0)