File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <!-- added groupId to deploy to org.typedclojure -->
5
- <groupId >org.typedclojure</groupId >
4
+ <groupId >org.clojure</groupId >
6
5
<artifactId >core.typed.annotator.jvm</artifactId >
7
6
<version >0.6.1-SNAPSHOT</version >
8
7
<description >Runtime type inference algorithm for core.typed and clojure.spec.</description >
22
21
<version >0.2.2</version >
23
22
</parent >
24
23
25
- <!-- added clojars to deploy to org.typedclojure -->
26
- <distributionManagement >
27
- <repository >
28
- <id >clojars</id >
29
- <name >Clojars repository</name >
30
- <url >https://clojars.org/repo</url >
31
- </repository >
32
- <snapshotRepository >
33
- <id >clojars</id >
34
- <name >Clojars repository</name >
35
- <url >https://clojars.org/repo</url >
36
- </snapshotRepository >
37
- </distributionManagement >
38
-
39
24
<repositories >
40
25
<repository >
41
26
<id >sonatype-oss-public</id >
92
77
<version >1.9.0</version >
93
78
</dependency >
94
79
<dependency >
95
- <groupId >org.typedclojure </groupId >
80
+ <groupId >org.clojure </groupId >
96
81
<artifactId >core.typed.runtime.jvm</artifactId >
97
82
<version >0.6.1-SNAPSHOT</version >
98
83
</dependency >
99
84
<dependency >
100
- <groupId >org.typedclojure </groupId >
85
+ <groupId >org.clojure </groupId >
101
86
<artifactId >core.typed.checker.jvm</artifactId >
102
87
<version >0.6.1-SNAPSHOT</version >
103
88
</dependency >
You can’t perform that action at this time.
0 commit comments