We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0939d commit 24288e5Copy full SHA for 24288e5
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>tools.emitter.jvm</artifactId>
5
<version>0.1.0-SNAPSHOT</version>
6
- <name>${artifactId}</name>
+ <name>tools.emitter.jvm</name>
7
<description>A JVM bytecode generator for ASTs compatible with tools.analyzer(.jvm).</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