Skip to content

Commit 4457efc

Browse files
committed
Merge pull request #6 from hazendaz/master
Pretty up README
2 parents a92c010 + 14d11cf commit 4457efc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MyBatis Memcached Extension
2+
===========================
3+
4+
[![Build Status](https://travis-ci.org/mybatis/memcached-cache.svg?branch=master)](https://travis-ci.org/mybatis/memcached-cache)
5+
[![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis.caches/mybatis-memcached/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis.caches/mybatis-memcached)
6+
7+
![mybatis-memcached](http://mybatis.github.io/images/mybatis-logo.png)
8+
9+
MyBatis-Memcached extension Memcached support for MyBatis Cache.
10+
11+
Essentials
12+
----------
13+
14+
* [See the docs](http://mybatis.github.io/memcached-cache/)

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
</distributionManagement>
5656

5757
<properties>
58+
<clirr.comparisonVersion>1.0.0</clirr.comparisonVersion>
5859
<findbugs.onlyAnalyze>org.mybatis.caches.memcached.*</findbugs.onlyAnalyze>
5960
<gcu.product>Cache</gcu.product>
6061
</properties>

0 commit comments

Comments
 (0)