Skip to content

Commit 526ab9a

Browse files
committed
update to new parent pom
1 parent 9b4225e commit 526ab9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<parent>
208208
<groupId>org.clojure</groupId>
209209
<artifactId>pom.contrib</artifactId>
210-
<version>0.1.2</version>
210+
<version>1.3.0</version>
211211
</parent>
212212
-->
213213

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<parent>
208208
<groupId>org.clojure</groupId>
209209
<artifactId>pom.contrib</artifactId>
210-
<version>0.1.2</version>
210+
<version>1.3.0</version>
211211
</parent>
212212
-->
213213

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject org.clojure/clojurescript "0.0-SNAPSHOT"
22
:description "ClojureScript compiler and core runtime library"
3-
:parent [org.clojure/pom.contrib "0.1.2"]
3+
:parent [org.clojure/pom.contrib "1.3.0"]
44
:url "https://github.com/clojure/clojurescript"
55
:license {:name "Eclipse Public License"
66
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 commit comments

Comments
 (0)