Skip to content

Commit e4d0b38

Browse files
committed
update parent pom
1 parent ce3af79 commit e4d0b38

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

pom.xml

+5-12
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<licenses>
1010
<license>
1111
<name>Eclipse Public License 1.0</name>
12-
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
12+
<url>https://opensource.org/license/epl-1-0/</url>
1313
<distribution>repo</distribution>
1414
</license>
1515
</licenses>
1616

1717
<parent>
1818
<groupId>org.clojure</groupId>
1919
<artifactId>pom.contrib</artifactId>
20-
<version>1.1.0</version>
20+
<version>1.2.0</version>
2121
</parent>
2222

2323
<issueManagement>
@@ -29,15 +29,15 @@
2929
<developer>
3030
<id>swannodette</id>
3131
<name>David Nolen</name>
32-
<url>http://dosync.posterous.com</url>
32+
<url>https://dosync.posterous.com</url>
3333
<roles>
3434
<role>Project Lead</role>
3535
</roles>
3636
</developer>
3737
<developer>
3838
<id>frenchy64</id>
3939
<name>Ambrose Bonnaire-Sergeant</name>
40-
<url>http://twitter.com/ambrosebs</url>
40+
<url>https://twitter.com/ambrosebs</url>
4141
</developer>
4242
</developers>
4343

@@ -59,17 +59,10 @@
5959
</dependency>
6060
</dependencies>
6161

62-
<repositories>
63-
<repository>
64-
<id>clojars.org</id>
65-
<url>http://clojars.org/repo</url>
66-
</repository>
67-
</repositories>
68-
6962
<scm>
7063
<connection>scm:git:git://github.com/clojure/core.match.git</connection>
7164
<developerConnection>scm:git:git://github.com/clojure/core.match.git</developerConnection>
72-
<url>http://github.com/clojure/core.match</url>
65+
<url>https://github.com/clojure/core.match</url>
7366
<tag>HEAD</tag>
7467
</scm>
7568
</project>

0 commit comments

Comments
 (0)