We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c795f commit 46c5db2Copy full SHA for 46c5db2
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>clojure</artifactId>
6
<name>clojure</name>
7
<packaging>jar</packaging>
8
- <version>1.5.0-master-SNAPSHOT</version>
+ <version>1.5.0-alpha1</version>
9
10
<url>http://clojure.org/</url>
11
<description>Clojure core environment and runtime library.</description>
@@ -81,8 +81,8 @@
81
</goals>
82
<configuration>
83
<target>
84
- <property name="maven.compile.classpath" refid="maven.compile.classpath"/>
85
- <ant target="compile-clojure"/>
+ <property name="maven.compile.classpath" refid="maven.compile.classpath" />
+ <ant target="compile-clojure" />
86
</target>
87
</configuration>
88
</execution>
0 commit comments