Skip to content

Commit 6795d7d

Browse files
authored
Update parent pom version
1 parent b9cd6e3 commit 6795d7d

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>jvm.tools.analyzer</artifactId>
55
<version>0.6.2-SNAPSHOT</version>
6-
<name>${artifactId}</name>
6+
<name>jvm.tools.analyzer</name>
77
<description>An interface to Clojure's analyzer</description>
88

99
<licenses>
@@ -17,15 +17,15 @@
1717
<parent>
1818
<groupId>org.clojure</groupId>
1919
<artifactId>pom.contrib</artifactId>
20-
<version>0.1.2</version>
20+
<version>0.2.0</version>
2121
</parent>
2222

2323
<build>
2424
<plugins>
2525
<plugin>
2626
<groupId>com.theoryinpractise</groupId>
2727
<artifactId>clojure-maven-plugin</artifactId>
28-
<version>1.3.10</version>
28+
<version>1.7.1</version>
2929
<configuration>
3030
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
3131
<testDeclareNamespacesOnly>false</testDeclareNamespacesOnly>

0 commit comments

Comments
 (0)