clojure:1.5.x

Last commit made on 2013-08-14
Get this branch:
git clone -b 1.5.x https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
1.5.x
Repository:
lp:clojure

Recent commits

5d55a7e... by Stuart Sierra

Add Sonatype OSS release profile

Using nexus-staging-maven-plugin. Adapted from the procedure developed
for contrib libraries at https://github.com/clojure/build.poms

Signed-off-by: Stuart Halloway <email address hidden>

69699d8... by Stuart Sierra

Update to latest version of oss-parent POM

Signed-off-by: Stuart Halloway <email address hidden>

93071d8... by Stuart Halloway <email address hidden>

disable complicated example test

fba9b9a... by Alex Miller <email address hidden>

CLJ-1154 - Compile.main() should not close the output stream as this prevents reporting in subsequent calls (usually in tooling).

Signed-off-by: Stuart Halloway <email address hidden>

5d2d7b8... by Stuart Sierra

CLJ-1161: Remove version.properties from 'sources' JAR

The normal Clojure JAR contains a version.properties file with the
correct version number filled in during the build. Before this patch,
the '-sources' JAR also included a version.properties file in its raw
form. IDEs and other tools which include the '-sources' JAR on the
classpath can prevent Clojure from starting.

This patch filters the version.properties file out of the '-sources'
JAR.

Signed-off-by: Stuart Halloway <email address hidden>

9458266... by Devin Walters

Fix inconsistent range, refs #1018

Signed-off-by: Stuart Halloway <email address hidden>

64f38a4... by Stuart Halloway <email address hidden>

1.5.x in maven

c77e5bd... by "Hudson @ build.clojure.org" <email address hidden>

[maven-release-plugin] prepare for next development iteration

dbd2e8a... by "Hudson @ build.clojure.org" <email address hidden>

[maven-release-plugin] prepare release clojure-1.5.1

0a3644f... by Stuart Halloway <email address hidden>

changes for 1.5.1