Skip to content

Commit ad3b11b

Browse files
authored
Update parent pom version
1 parent 0baf290 commit ad3b11b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>test.generative</artifactId>
44
<version>0.5.3-SNAPSHOT</version>
5-
<name>generative</name>
5+
<name>test.generative</name>
66

77
<parent>
88
<groupId>org.clojure</groupId>
99
<artifactId>pom.contrib</artifactId>
10-
<version>0.1.2</version>
10+
<version>0.2.0</version>
1111
</parent>
1212

1313
<developers>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>com.theoryinpractise</groupId>
9696
<artifactId>clojure-maven-plugin</artifactId>
97-
<version>1.3.7</version>
97+
<version>1.7.1</version>
9898
<configuration>
9999
<vmargs>-Dclojure.test.generative.runner=clojure.test</vmargs>
100100
<testScript>bin/test.clj</testScript>

0 commit comments

Comments
 (0)