Skip to content

Commit ea6288d

Browse files
committed
Upgrade to pomegranate 0.4.0
1 parent b0c4d09 commit ea6288d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

leiningen-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>leiningen-core</groupId>
44
<artifactId>leiningen-core</artifactId>
55
<packaging>jar</packaging>
6-
<version>2.8.0</version>
6+
<version>2.8.1-SNAPSHOT</version>
77
<name>leiningen-core</name>
88
<description>Library for core functionality of Leiningen.</description>
99
<url>https://github.com/technomancy/leiningen</url>
@@ -14,7 +14,7 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<tag>bc7b456017a021d31823763b24aeb9b25cf6db80
17+
<tag>fe55544c9ea2a43c86264da7d76b3418ec8fdf5b
1818
</tag>
1919
<url/>
2020
</scm>
@@ -48,7 +48,7 @@
4848
</repository>
4949
<repository>
5050
<id>clojars</id>
51-
<url>https://clojars.org/repo/</url>
51+
<url>https://repo.clojars.org/</url>
5252
<snapshots>
5353
<enabled>true</enabled>
5454
</snapshots>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.cemerick</groupId>
9292
<artifactId>pomegranate</artifactId>
93-
<version>0.4.0-alpha1</version>
93+
<version>0.4.0</version>
9494
<exclusions>
9595
<exclusion>
9696
<groupId>org.tcrawley</groupId>

leiningen-core/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[bultitude "0.2.8" :exclusions [org.tcrawley/dynapath]]
99
[org.flatland/classlojure "0.7.1"]
1010
[robert/hooke "1.3.0"]
11-
[com.cemerick/pomegranate "0.4.0-alpha1"
11+
[com.cemerick/pomegranate "0.4.0"
1212
:exclusions [org.tcrawley/dynapath
1313
org.codehaus.plexus/plexus-utils]]
1414
[org.tcrawley/dynapath "0.2.5"]

0 commit comments

Comments
 (0)