Skip to content

Commit 8b4bdb5

Browse files
committed
Prep for 1.0.207 release
1 parent 0d4e3e3 commit 8b4bdb5

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ core.cache is based on an old library named Clache that has been thoroughly depr
3030
Releases and Dependency Information
3131
========================================
3232

33-
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
33+
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
3434

35-
Latest stable release: 1.0.0
35+
Latest stable release: 1.0.207
3636

3737
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
3838

3939
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.cache~~~)
4040

4141
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
4242

43-
[org.clojure/core.cache "1.0.0"]
43+
[org.clojure/core.cache "1.0.207"]
4444

4545
[Maven](http://maven.apache.org/) dependency information:
4646

4747
<dependency>
4848
<groupId>org.clojure</groupId>
4949
<artifactId>core.cache</artifactId>
50-
<version>1.0.0</version>
50+
<version>1.0.207</version>
5151
</dependency>
5252

5353

@@ -145,8 +145,9 @@ Developer Information
145145
Change Log
146146
====================
147147

148-
* Release 1.0.0 on 2020-03-11
149-
* Update data.priority-map to 1.0.0
148+
* Release 1.0.207 on 2020-04-10
149+
* Switch to 1.0.x versioning.
150+
* Update `data.priority-map` to 1.0.0
150151
* Release 0.8.2 on 2019-09-30
151152
* [CCACHE-57](http://clojure.atlassian.net/browse/CCACHE-57) Fix wrapped cache `miss` function
152153
* Release 0.8.1 on 2019-08-24

docs/Including.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The core.cache releases and snapshots are stored in the following repositories:
1010

1111
You can use core.cache in your [Leiningen](https://github.com/technomancy/leiningen) projects with the following `:dependencies` directive in your `project.clj` file:
1212

13-
[org.clojure/core.cache "1.0.0"]
13+
[org.clojure/core.cache "1.0.207"]
1414

1515
## Maven
1616

@@ -19,7 +19,7 @@ For Maven-driven projects, use the following slice of XML in your `pom.xml`'s `<
1919
<dependency>
2020
<groupId>org.clojure</groupId>
2121
<artifactId>core.cache</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.0.207</version>
2323
</dependency>
2424

2525
Enjoy!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.clojure</groupId>
2626
<artifactId>pom.contrib</artifactId>
27-
<version>0.3.0</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<developers>

0 commit comments

Comments
 (0)