Skip to content

Commit

Permalink
changed the pom to match whats been pushed on public maven repos Fixe…
Browse files Browse the repository at this point in the history
…s #208

Signed-off-by: Chouser <[email protected]>
  • Loading branch information
dysinger authored and Chouser committed Nov 10, 2009
1 parent 749a0ad commit 5f96d1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom-template.xml
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit 5f96d1c

Please sign in to comment.