Skip to content

Commit 46c5db2

Browse files
author
Hudson @ build.clojure.org
committed
[maven-release-plugin] prepare release clojure-1.5.0-alpha1
1 parent 93c795f commit 46c5db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>clojure</artifactId>
66
<name>clojure</name>
77
<packaging>jar</packaging>
8-
<version>1.5.0-master-SNAPSHOT</version>
8+
<version>1.5.0-alpha1</version>
99

1010
<url>http://clojure.org/</url>
1111
<description>Clojure core environment and runtime library.</description>
@@ -81,8 +81,8 @@
8181
</goals>
8282
<configuration>
8383
<target>
84-
<property name="maven.compile.classpath" refid="maven.compile.classpath"/>
85-
<ant target="compile-clojure"/>
84+
<property name="maven.compile.classpath" refid="maven.compile.classpath" />
85+
<ant target="compile-clojure" />
8686
</target>
8787
</configuration>
8888
</execution>

0 commit comments

Comments
 (0)