Skip to content

Commit ff2f549

Browse files
author
Hudson @ build.clojure.org
committed
[maven-release-plugin] prepare release 1.0.1
1 parent 65186d2 commit ff2f549

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.clojure.typed</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<name>pom</name>
88
<description>An optional type system for Clojure</description>
99
<packaging>pom</packaging>
@@ -102,52 +102,52 @@
102102
<dependency>
103103
<groupId>org.clojure.typed</groupId>
104104
<artifactId>analyzer.common</artifactId>
105-
<version>1.0.1-SNAPSHOT</version>
105+
<version>1.0.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.clojure.typed</groupId>
109109
<artifactId>analyzer.js</artifactId>
110-
<version>1.0.1-SNAPSHOT</version>
110+
<version>1.0.1</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.clojure.typed</groupId>
114114
<artifactId>analyzer.jvm</artifactId>
115-
<version>1.0.1-SNAPSHOT</version>
115+
<version>1.0.1</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.clojure.typed</groupId>
119119
<artifactId>checker.js</artifactId>
120-
<version>1.0.1-SNAPSHOT</version>
120+
<version>1.0.1</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.clojure.typed</groupId>
124124
<artifactId>checker.jvm</artifactId>
125-
<version>1.0.1-SNAPSHOT</version>
125+
<version>1.0.1</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.clojure.typed</groupId>
129129
<artifactId>runtime.jvm</artifactId>
130-
<version>1.0.1-SNAPSHOT</version>
130+
<version>1.0.1</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.clojure.typed</groupId>
134134
<artifactId>lib.clojure</artifactId>
135-
<version>1.0.1-SNAPSHOT</version>
135+
<version>1.0.1</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.clojure.typed</groupId>
139139
<artifactId>lib.core.async</artifactId>
140-
<version>1.0.1-SNAPSHOT</version>
140+
<version>1.0.1</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.clojure.typed</groupId>
144144
<artifactId>annotator.jvm</artifactId>
145-
<version>1.0.1-SNAPSHOT</version>
145+
<version>1.0.1</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.clojure.typed</groupId>
149149
<artifactId>lang.jvm</artifactId>
150-
<version>1.0.1-SNAPSHOT</version>
150+
<version>1.0.1</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.clojure</groupId>
@@ -229,6 +229,6 @@
229229
<connection>scm:git:git://github.com/clojure/core.typed.git</connection>
230230
<developerConnection>scm:git:git://github.com/clojure/core.typed.git</developerConnection>
231231
<url>http://github.com/clojure/core.typed</url>
232-
<tag>HEAD</tag>
232+
<tag>1.0.1</tag>
233233
</scm>
234234
</project>

typed/analyzer.common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>analyzer.common</artifactId>
55
<description>A variant of tools.analyzer.</description>
66
<name>typed.analyzer.common</name>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/analyzer.js/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>analyzer.js</artifactId>
55
<description>A variant of tools.analyzer.js.</description>
66
<name>typed.analyzer.js</name>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/analyzer.jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>analyzer.jvm</artifactId>
55
<description>A variant of tools.analyzer.jvm.</description>
66
<name>typed.analyzer.jvm</name>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/annotator.jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>annotator.jvm</artifactId>
55
<name>typed.annotator.jvm</name>
66
<description>Runtime type inference algorithm for core.typed and clojure.spec.</description>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/checker.js/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<artifactId>checker.js</artifactId>
55
<name>typed.checker.js</name>
66
<description>An optional type system for ClojureScript — full system for annotating and type-checking.</description>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<parent>
1010
<groupId>org.clojure.typed</groupId>
1111
<artifactId>pom</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<relativePath>../..</relativePath>
1414
</parent>
1515

typed/checker.jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>checker.jvm</artifactId>
55
<name>typed.checker.jvm</name>
66
<description>An optional type system for Clojure — full system for annotating and type-checking.</description>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/lang.jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>lang.jvm</artifactId>
55
<name>typed.lang.jvm</name>
66
<description>Extensible languages in Clojure, a la Racket's #lang.</description>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/lib.clojure/pom.xml

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

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

typed/lib.core.async/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>lib.core.async</artifactId>
55
<name>typed.lib.core.async</name>
66
<description>Type annotations and macros for core.async.</description>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<licenses>
1010
<license>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure.typed</groupId>
1919
<artifactId>pom</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

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