Skip to content

Commit

Permalink
update license link, parent pom, and dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 5b7e050 commit 1c7fc9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<licenses>
<license>
<name>Eclipse Public License 1.0</name>
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
<url>https://opensource.org/license/epl-1-0/</url>
<distribution>repo</distribution>
</license>
</licenses>

<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<developers>
Expand All @@ -36,7 +36,7 @@
</developers>

<properties>
<clojure.version>1.10.3</clojure.version>
<clojure.version>1.11.1</clojure.version>
</properties>

<dependencies>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>0.9.0</version>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1c7fc9d

Please sign in to comment.