Skip to content

Commit

Permalink
Merge branch 'release/1.0.0.M1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cFrost-sun committed Sep 9, 2018
2 parents 0fdfbc0 + 1126689 commit e675c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[![Build Status](https://ci.eulerproject.io/job/euler-cache-latest-jdk7/badge/icon)](https://ci.eulerproject.io/job/euler-cache-latest-jdk7)
[![Build Status](https://ci.eulerproject.io/job/euler-cache-latest-jdk8/badge/icon)](https://ci.eulerproject.io/job/euler-cache-latest-jdk8)
[![GitHub issues](https://img.shields.io/github/issues/euler-projects/euler-cache.svg)](https://github.com/euler-projects/euler-cache/issues)
[![GitHub release](https://img.shields.io/github/release/euler-projects/euler-cache.svg)](https://github.com/euler-projects/euler-cache/releases)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.eulerframework/euler-cache/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.eulerframework/euler-cache)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/euler-projects/euler-cache/master/LICENSE)
[![GitHub license](https://img.shields.io/github/license/euler-projects/euler-cache.svg)](https://raw.githubusercontent.com/euler-projects/euler-cache/master/LICENSE)

## About
In Memory Object Cache

Visit [eulerproject.io][] for more info.

## License
This project is released under the [MIT License][].
This project is released under version 2.0 of the [Apache License][].

[MIT License]: https://opensource.org/licenses/MIT
[Apache License]: http://www.apache.org/licenses/LICENSE-2.0
[eulerproject.io]: https://eulerproject.io
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<jdk.version>1.7</jdk.version>
<euler-common.version>1.0.0.M2-SNAPSHOT</euler-common.version>
<euler-common.version>1.0.0.M1</euler-common.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e675c51

Please sign in to comment.