We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cb496 commit 10a85beCopy full SHA for 10a85be
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>tools.analyzer</artifactId>
5
<version>0.6.10-SNAPSHOT</version>
6
- <name>${artifactId}</name>
+ <name>tools.analyzer</name>
7
<description>An analyzer for Clojure code, written in Clojure and producing AST in EDN</description>
8
9
<properties>
@@ -13,7 +13,7 @@
13
<parent>
14
<groupId>org.clojure</groupId>
15
<artifactId>pom.contrib</artifactId>
16
- <version>0.1.2</version>
+ <version>0.2.0</version>
17
</parent>
18
19
<developers>
0 commit comments