Skip to content

Commit

Permalink
* pom.xml: hello pom.xml, goodbye project.clj, sniff.
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Apr 28, 2011
1 parent e278129 commit 8e587da
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 9 deletions.
43 changes: 43 additions & 0 deletions pom.xml
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<artifactId>core.logic</artifactId>
<version>0.6.1-SNAPSHOT</version>
<name>${artifactId}</name>
<description>A logic/relational programming library for Clojure</description>
<packaging>jar</packaging>

<licenses>
<license>
<name>Eclipse Public License 1.0</name>
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>0.0.21</version>
</parent>

<developers>
<developer>
<id>swannodette</id>
<name>David Nolen</name>
<url>http://dosync.posterous.com</url>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/clojure/core.logic.git</connection>
<url>http://github.com/clojure/core.logic</url>
</scm>

<repositories>
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</project>
9 changes: 0 additions & 9 deletions project.clj

This file was deleted.

0 comments on commit 8e587da

Please sign in to comment.