Skip to content

Commit

Permalink
cherry-pick of 1b8c0bb - Release version 0.0.1 and add myself as a co…
Browse files Browse the repository at this point in the history
…ntributor
  • Loading branch information
amalloy authored and senior committed Jan 19, 2012
1 parent d52518a commit f63f890
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
@@ -1,7 +1,7 @@
<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>
<artifactId>data.xml</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>data.xml</name>
<packaging>jar</packaging>
<description>Functions to parse XML into lazy sequences and lazy trees and emit these as text</description>
Expand All @@ -13,6 +13,11 @@
<url>http://chouser.n01se.net</url>
<timezone>-5</timezone>
</developer>
<developer>
<name>Alan Malloy</name>
<email>amalloy@4clojure.com</email>
<timezone>-8</timezone>
</developer>
</developers>

<parent>
Expand Down

0 comments on commit f63f890

Please sign in to comment.