We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baf290 commit ad3b11bCopy full SHA for ad3b11b
1 file changed
pom.xml
@@ -2,12 +2,12 @@
2
<modelVersion>4.0.0</modelVersion>
3
<artifactId>test.generative</artifactId>
4
<version>0.5.3-SNAPSHOT</version>
5
- <name>generative</name>
+ <name>test.generative</name>
6
7
<parent>
8
<groupId>org.clojure</groupId>
9
<artifactId>pom.contrib</artifactId>
10
- <version>0.1.2</version>
+ <version>0.2.0</version>
11
</parent>
12
13
<developers>
@@ -94,7 +94,7 @@
94
<plugin>
95
<groupId>com.theoryinpractise</groupId>
96
<artifactId>clojure-maven-plugin</artifactId>
97
- <version>1.3.7</version>
+ <version>1.7.1</version>
98
<configuration>
99
<vmargs>-Dclojure.test.generative.runner=clojure.test</vmargs>
100
<testScript>bin/test.clj</testScript>
0 commit comments