Skip to content

Commit d756afe

Browse files
committed
Update clojure-1.2 profile to use release
1 parent 0727b56 commit d756afe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
</testSourceDirectories>
3636
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
3737
<warnOnReflection>true</warnOnReflection>
38-
<!-- we want the AOT compile sanity check, but still only ship source -->
39-
<outputDirectory>${project.build.directory}/clojure-classes</outputDirectory>
38+
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
39+
<!-- we want the AOT compile sanity check, but still only ship source -->
40+
<outputDirectory>${project.build.directory}/clojure-classes</outputDirectory>
4041
</configuration>
4142
<executions>
4243
<execution>
@@ -114,12 +115,12 @@
114115
<dependency>
115116
<groupId>org.clojure</groupId>
116117
<artifactId>clojure</artifactId>
117-
<version>1.2.0-master-SNAPSHOT</version>
118+
<version>1.2.0</version>
118119
</dependency>
119120
<dependency>
120121
<groupId>org.clojure</groupId>
121122
<artifactId>clojure-contrib</artifactId>
122-
<version>1.2.0-SNAPSHOT</version>
123+
<version>1.2.0</version>
123124
</dependency>
124125
</dependencies>
125126
</profile>

0 commit comments

Comments
 (0)