Skip to content

Commit

Permalink
remove pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m00nlight committed Dec 29, 2014
1 parent e97c360 commit 09c8272
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions leiningen-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,27 @@
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/m00nlight/leiningen.git</connection>
<developerConnection>scm:git:ssh://[email protected]/m00nlight/leiningen.git</developerConnection>
<tag>1f324dad13addb09b3ab54254c0a72a560b7ef78
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://[email protected]/technomancy/leiningen.git</developerConnection>
<tag>e77db48947ee47e7ee0c1e4b8f5e43764e3aa3b7
</tag>
<url>https://github.com/m00nlight/leiningen</url>
<url>https://github.com/technomancy/leiningen</url>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<resources>
<resource>
<directory>dev-resources</directory>
</resource>
<resource>
<directory>resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>dev-resources</directory>
</testResource>
<testResource>
<directory>dev-resources</directory>
</testResource>
Expand All @@ -43,7 +49,7 @@
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down Expand Up @@ -98,6 +104,11 @@
<artifactId>io</artifactId>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>spyscope</groupId>
<artifactId>spyscope</artifactId>
<version>0.1.4</version>
</dependency>
<dependency>
<groupId>pedantic</groupId>
<artifactId>pedantic</artifactId>
Expand All @@ -113,7 +124,6 @@
<artifactId>clojure</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>clojure-complete</groupId>
Expand All @@ -125,7 +135,6 @@
<artifactId>clojure</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit 09c8272

Please sign in to comment.