summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2009-04-27 23:10:53 +0000
committerRich Hickey <richhickey@gmail.com>2009-04-27 23:10:53 +0000
commit37ae4fb81152735afbc12a3334c59be5fecda81e (patch)
treef88dbdb1ca8db3c99922c3a9a7552988ecd6ee7a /pom.xml
parente9212ed36488b6fab3809082e8771c19be81da84 (diff)
added support for versioned builds, alignment with *clojure-version*, (clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 926316da..00000000
--- a/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.clojure</groupId>
- <artifactId>clojure-lang</artifactId>
- <name>clojure-lang</name>
- <version>1.0-SNAPSHOT</version>
- <url>http://clojure.org/</url>
-
- <description>Clojure core environment and runtime library.</description>
-
- <licenses>
- <license>
- <name>Eclipse Public License 1.0</name>
- <url>http://opensource.org/licenses/eclipse-1.0.php</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
-</project> \ No newline at end of file