Hi, I'd like to contribute a patch to pom-template.xml that reflects - the changed artifactId ("clojure-lang" -> "clojure") and - added scm-section.
This patch is meant to be applied both to branches/1.0 and trunk. Thanks, Stefan Hübner --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
Index: pom-template.xml =================================================================== --- pom-template.xml (Revision 1371) +++ pom-template.xml (Arbeitskopie) @@ -4,8 +4,8 @@ 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> @@ -19,4 +19,9 @@ </license> </licenses> + <scm> + <connection>scm:svn:http://clojure.googlecode.com/svn</connection> + <url>http://code.google.com/p/clojure/source/browse</url> + </scm> + </project>