|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<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/xsd/maven-4.0.0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?><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/xsd/maven-4.0.0.xsd"> |
3 | 2 | <modelVersion>4.0.0</modelVersion>
|
4 | 3 | <groupId>leiningen-core</groupId>
|
5 | 4 | <artifactId>leiningen-core</artifactId>
|
6 | 5 | <packaging>jar</packaging>
|
7 |
| - <version>2.3.4</version> |
| 6 | + <version>2.4.0</version> |
8 | 7 | <name>leiningen-core</name>
|
9 | 8 | <description>Library for core functionality of Leiningen.</description>
|
10 | 9 | <url>https://github.com/technomancy/leiningen</url>
|
|
17 | 16 | <scm>
|
18 | 17 | <connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
|
19 | 18 | < developerConnection>scm:git:ssh:// [email protected]/technomancy/leiningen.git</ developerConnection>
|
20 |
| - <tag>77d659e6eec73d1d46b890838d62590751c94844 |
| 19 | + <tag>52f6ec9b4c0a9af8255b3bf69d23cca82ecca900 |
21 | 20 | </tag>
|
22 | 21 | <url>https://github.com/technomancy/leiningen</url>
|
23 | 22 | </scm>
|
|
67 | 66 | <dependency>
|
68 | 67 | <groupId>org.clojure</groupId>
|
69 | 68 | <artifactId>clojure</artifactId>
|
70 |
| - <version>1.5.1</version> |
| 69 | + <version>1.6.0</version> |
71 | 70 | </dependency>
|
72 | 71 | <dependency>
|
73 | 72 | <groupId>bultitude</groupId>
|
74 | 73 | <artifactId>bultitude</artifactId>
|
75 |
| - <version>0.2.2</version> |
| 74 | + <version>0.2.6</version> |
76 | 75 | </dependency>
|
77 | 76 | <dependency>
|
78 | 77 | <groupId>classlojure</groupId>
|
|
87 | 86 | <dependency>
|
88 | 87 | <groupId>com.cemerick</groupId>
|
89 | 88 | <artifactId>pomegranate</artifactId>
|
90 |
| - <version>0.2.0</version> |
| 89 | + <version>0.3.0</version> |
91 | 90 | </dependency>
|
92 | 91 | <dependency>
|
93 | 92 | <groupId>org.apache.maven.wagon</groupId>
|
|
0 commit comments