You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,25 @@ Examine the Java classpath from Clojure programs.
5
5
6
6
## Releases and Dependency Information
7
7
8
-
Latest stable release is 0.3.0
8
+
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).
9
+
10
+
Latest stable release is 1.0.0
9
11
10
12
[Leiningen] dependency information:
11
13
12
-
[org.clojure/java.classpath "0.3.0"]
14
+
[org.clojure/java.classpath "1.0.0"]
13
15
14
16
[Maven] dependency information:
15
17
16
18
<dependency>
17
19
<groupId>org.clojure</groupId>
18
20
<artifactId>java.classpath</artifactId>
19
-
<version>0.3.0</version>
21
+
<version>1.0.0</version>
20
22
</dependency>
21
23
22
24
[Gradle] dependency information:
23
25
24
-
compile "org.clojure:java.classpath:0.3.0"
26
+
compile "org.clojure:java.classpath:1.0.0"
25
27
26
28
[Leiningen]: http://leiningen.org/
27
29
[Maven]: http://maven.apache.org/
@@ -93,7 +95,7 @@ which is true for Java 9 and later.
93
95
94
96
## Copyright and License
95
97
96
-
Copyright (c) 2013 Rich Hickey, Stuart Sierra, and contributors. All
98
+
Copyright (c) 2013-2020 Rich Hickey, Stuart Sierra, and contributors. All
97
99
rights reserved. The use and distribution terms for this software are
98
100
covered by the Eclipse Public License 1.0
99
101
(http://opensource.org/licenses/eclipse-1.0.php) which can be found in
0 commit comments