diff options
author | Tim Dysinger <tim@dysinger.net> | 2009-09-12 10:12:18 -0700 |
---|---|---|
committer | Chouser <chouser@n01se.net> | 2009-11-10 12:02:37 -0500 |
commit | 5f96d1cb7eeac29b3894e63ce9e17f29d062d15d (patch) | |
tree | b085e99ace40f65a26fd54da3e10cd68cdcab3aa | |
parent | 749a0ad8b66c781d8176833f0ad26cfe6b9b24e3 (diff) |
changed the pom to match whats been pushed on public maven repos Fixes #208
Signed-off-by: Chouser <chouser@n01se.net>
-rw-r--r-- | pom-template.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pom-template.xml b/pom-template.xml index 354c2345..b76b4d1a 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -1,11 +1,12 @@ <?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"> + 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> + <artifactId>clojure</artifactId> + <name>clojure</name> <version>@clojure-version@</version> <url>http://clojure.org/</url> |