Skip to content

Commit 162a6ba

Browse files
committed
[maven-release-plugin] prepare release 1.3.0
1 parent b218c4b commit 162a6ba

File tree

13 files changed

+38
-38
lines changed

13 files changed

+38
-38
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.typedclojure</groupId>
66
<artifactId>pom.typed</artifactId>
7-
<version>1.2.2-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<name>pom</name>
99
<description>An optional type system for Clojure</description>
1010
<packaging>pom</packaging>
@@ -193,62 +193,62 @@
193193
<dependency>
194194
<groupId>org.typedclojure</groupId>
195195
<artifactId>typed.cljc.analyzer</artifactId>
196-
<version>1.2.2-SNAPSHOT</version>
196+
<version>1.3.0</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.typedclojure</groupId>
200200
<artifactId>typed.cljs.analyzer</artifactId>
201-
<version>1.2.2-SNAPSHOT</version>
201+
<version>1.3.0</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.typedclojure</groupId>
205205
<artifactId>typed.clj.analyzer</artifactId>
206-
<version>1.2.2-SNAPSHOT</version>
206+
<version>1.3.0</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.typedclojure</groupId>
210210
<artifactId>typed.cljs.checker</artifactId>
211-
<version>1.2.2-SNAPSHOT</version>
211+
<version>1.3.0</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.typedclojure</groupId>
215215
<artifactId>typed.clj.checker</artifactId>
216-
<version>1.2.2-SNAPSHOT</version>
216+
<version>1.3.0</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.typedclojure</groupId>
220220
<artifactId>typed.clj.runtime</artifactId>
221-
<version>1.2.2-SNAPSHOT</version>
221+
<version>1.3.0</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.typedclojure</groupId>
225225
<artifactId>typed.cljs.runtime</artifactId>
226-
<version>1.2.2-SNAPSHOT</version>
226+
<version>1.3.0</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>org.typedclojure</groupId>
230230
<artifactId>typed.lib.clojure</artifactId>
231-
<version>1.2.2-SNAPSHOT</version>
231+
<version>1.3.0</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.typedclojure</groupId>
235235
<artifactId>typed.lib.core.async</artifactId>
236-
<version>1.2.2-SNAPSHOT</version>
236+
<version>1.3.0</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>org.typedclojure</groupId>
240240
<artifactId>typed.lib.spec.alpha</artifactId>
241-
<version>1.2.2-SNAPSHOT</version>
241+
<version>1.3.0</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.typedclojure</groupId>
245245
<artifactId>typed.clj.spec</artifactId>
246-
<version>1.2.2-SNAPSHOT</version>
246+
<version>1.3.0</version>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.typedclojure</groupId>
250250
<artifactId>typed.malli</artifactId>
251-
<version>1.2.2-SNAPSHOT</version>
251+
<version>1.3.0</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.clojure</groupId>
@@ -350,6 +350,6 @@
350350
<connection>scm:git:git://github.com/typedclojure/typedclojure.git</connection>
351351
<developerConnection>scm:git:git://github.com/typedclojure/typedclojure.git</developerConnection>
352352
<url>https://github.com/typedclojure/typedclojure</url>
353-
<tag>HEAD</tag>
353+
<tag>1.3.0</tag>
354354
</scm>
355355
</project>

typed/clj.analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.analyzer</artifactId>
77
<description>A variant of tools.analyzer.jvm.</description>
88
<name>typed.clj.analyzer</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/clj.checker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.checker</artifactId>
77
<name>typed.clj.checker</name>
88
<description>An optional type system for Clojure — full system for annotating and type-checking.</description>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/clj.runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.runtime</artifactId>
77
<description>An optional type system for Clojure — zero-dependency artifact for annotations only.</description>
88
<name>typed.clj.runtime</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<packaging>clojure</packaging>
1111

1212
<licenses>
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.typedclojure</groupId>
2222
<artifactId>pom.typed</artifactId>
23-
<version>1.2.2-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<relativePath>../..</relativePath>
2525
</parent>
2626

typed/clj.spec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.clj.spec</artifactId>
77
<description>Type-like specs.</description>
88
<name>typed.clj.spec</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljc.analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljc.analyzer</artifactId>
77
<description>A variant of tools.analyzer.</description>
88
<name>typed.cljc.analyzer</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljs.analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljs.analyzer</artifactId>
77
<description>A variant of tools.analyzer.js.</description>
88
<name>typed.cljs.analyzer</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljs.checker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljs.checker</artifactId>
77
<name>typed.cljs.checker</name>
88
<description>An optional type system for ClojureScript — full system for annotating and type-checking.</description>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/cljs.runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.cljs.runtime</artifactId>
77
<description>Runtime dependencies for ClojureScript type system.</description>
88
<name>typed.cljs.runtime</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

typed/lib.clojure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>typed.lib.clojure</artifactId>
77
<description>Type annotations and macros for the base Clojure distribution.</description>
88
<name>typed.lib.clojure</name>
9-
<version>1.2.2-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010

1111
<licenses>
1212
<license>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.typedclojure</groupId>
2121
<artifactId>pom.typed</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.3.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy