|
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"> |
| 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"> |
2 | 3 | <modelVersion>4.0.0</modelVersion> |
3 | 4 | <groupId>leiningen-core</groupId> |
4 | 5 | <artifactId>leiningen-core</artifactId> |
5 | 6 | <packaging>jar</packaging> |
6 | | - <version>2.9.5</version> |
| 7 | + <version>2.9.6</version> |
7 | 8 | <name>leiningen-core</name> |
8 | 9 | <description>Library for core functionality of Leiningen.</description> |
9 | 10 | <url>https://github.com/technomancy/leiningen</url> |
|
14 | 15 | </license> |
15 | 16 | </licenses> |
16 | 17 | <scm> |
17 | | - <tag>8080950326e886b715ac272acdd4a584cc51216b |
18 | | -</tag> |
19 | | - <url/> |
| 18 | + <tag>79a4742e4b5c490133220443d68d14232b1655dd</tag> |
20 | 19 | </scm> |
21 | 20 | <build> |
22 | 21 | <sourceDirectory>src</sourceDirectory> |
|
48 | 47 | </repository> |
49 | 48 | <repository> |
50 | 49 | <id>clojars</id> |
51 | | - <url>https://clojars.org/repo/</url> |
| 50 | + <url>https://repo.clojars.org/</url> |
52 | 51 | <snapshots> |
53 | 52 | <enabled>true</enabled> |
54 | 53 | </snapshots> |
|
72 | 71 | <version>0.3.0</version> |
73 | 72 | <exclusions> |
74 | 73 | <exclusion> |
75 | | - <groupId>org.clojure</groupId> |
76 | 74 | <artifactId>clojure</artifactId> |
| 75 | + <groupId>org.clojure</groupId> |
77 | 76 | </exclusion> |
78 | 77 | </exclusions> |
79 | 78 | </dependency> |
|
90 | 89 | <dependency> |
91 | 90 | <groupId>clj-commons</groupId> |
92 | 91 | <artifactId>pomegranate</artifactId> |
93 | | - <version>1.2.0</version> |
| 92 | + <version>1.2.1</version> |
94 | 93 | <exclusions> |
95 | 94 | <exclusion> |
96 | | - <groupId>org.slf4j</groupId> |
97 | 95 | <artifactId>jcl-over-slf4j</artifactId> |
| 96 | + <groupId>org.slf4j</groupId> |
98 | 97 | </exclusion> |
99 | 98 | </exclusions> |
100 | 99 | </dependency> |
|
0 commit comments