Skip to content

Commit a7d3ab9

Browse files
committed
update for release
1 parent 73f1d12 commit a7d3ab9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,26 @@ Generative test runner.
66
Releases and Dependency Information
77
========================================
88

9-
Latest stable release: 1.0.0
10-
11-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22test.generative%22)
9+
Latest stable release: 1.1.0
1210

11+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22test.generative%22)
1312
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~test.generative~~~)
1413

15-
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
14+
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
1615
```clojure
17-
org.clojure/test.generative {:mvn/version "1.0.0"}
16+
org.clojure/test.generative {:mvn/version "1.1.0"}
1817
```
1918

2019
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2120

22-
[org.clojure/test.generative "1.0.0"]
21+
[org.clojure/test.generative "1.1.0"]
2322

24-
[Maven](http://maven.apache.org/) dependency information:
23+
[Maven](https://maven.apache.org/) dependency information:
2524

2625
<dependency>
2726
<groupId>org.clojure</groupId>
2827
<artifactId>test.generative</artifactId>
29-
<version>1.0.0</version>
28+
<version>1.1.0</version>
3029
</dependency>
3130

3231

@@ -98,11 +97,11 @@ Related Projects
9897

9998
* [ClojureCheck](https://bitbucket.org/kotarak/clojurecheck) adds
10099
property based testing to clojure.test following the lines of
101-
[QuickCheck](http://en.wikipedia.org/wiki/QuickCheck) for Haskell.
100+
[QuickCheck](https://en.wikipedia.org/wiki/QuickCheck) for Haskell.
102101
* [simple-check](https://github.com/reiddraper/simple-check) is a
103102
Clojure property-based testing tool inspired by QuickCheck.
104103

105104
Copyright and License
106105
========================================
107106

108-
Copyright (c) 2012-2023 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
107+
Copyright (c) Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)