Skip to content

Commit

Permalink
update parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 52ba8ff commit f24c87c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<developers>
Expand All @@ -17,9 +17,9 @@
</developers>

<properties>
<!-- set clojure.version to >= 1.8.0 to run cljs test suite
<!-- set clojure.version to >= 1.9.0 to run cljs test suite
(and make sure to run on jdk >= 1.8 for nashorn support) -->
<clojure.version>1.8.0</clojure.version>
<clojure.version>1.9.0</clojure.version>
</properties>

<scm>
Expand Down

0 comments on commit f24c87c

Please sign in to comment.