Skip to content

Commit 7bb81d1

Browse files
committed
Rollback clojure to version 1.10
1 parent ea82771 commit 7bb81d1

29 files changed

+58
-59
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2-
#Wed Nov 20 21:22:46 UTC 2024
3-
clojure-1.12.0.pom>central=
4-
clojure-1.12.0.jar>central=
2+
#Sat Dec 14 11:42:59 UTC 2024
3+
clojure-1.10.3.pom>central=
4+
clojure-1.10.3.jar>central=
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a5039880547c7f1938faf8e31edc5836dceb7a7d

.clojure/?/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.pom .clojure/?/.m2/repository/org/clojure/clojure/1.10.3/clojure-1.10.3.pom

+20-20
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>clojure</artifactId>
66
<name>clojure</name>
77
<packaging>jar</packaging>
8-
<version>1.12.0</version>
8+
<version>1.10.3</version>
99

1010
<url>http://clojure.org/</url>
1111
<description>Clojure core environment and runtime library.</description>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:git@github.com:clojure/clojure.git</connection>
3131
<developerConnection>scm:git:git@github.com:clojure/clojure.git</developerConnection>
3232
<url>git@github.com:clojure/clojure.git</url>
33-
<tag>clojure-1.12.0</tag>
33+
<tag>clojure-1.10.3</tag>
3434
</scm>
3535

3636
<properties>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.clojure</groupId>
4343
<artifactId>spec.alpha</artifactId>
44-
<version>0.5.238</version>
44+
<version>0.2.194</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.clojure</groupId>
4848
<artifactId>core.specs.alpha</artifactId>
49-
<version>0.4.74</version>
49+
<version>0.2.56</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.clojure</groupId>
5353
<artifactId>test.generative</artifactId>
54-
<version>1.1.0</version>
54+
<version>0.5.2</version>
5555
<scope>test</scope>
5656
<exclusions>
5757
<exclusion>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.clojure</groupId>
6565
<artifactId>test.check</artifactId>
66-
<version>1.1.1</version>
66+
<version>0.9.0</version>
6767
<scope>test</scope>
6868
<exclusions>
6969
<exclusion>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>javax.xml.ws</groupId>
7777
<artifactId>jaxws-api</artifactId>
78-
<version>2.3.1</version>
78+
<version>2.3.0</version>
7979
<scope>test</scope>
8080
</dependency>
8181
</dependencies>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-compiler-plugin</artifactId>
106-
<version>3.13.0</version>
106+
<version>3.1</version>
107107
<configuration>
108108
<source>1.8</source>
109109
<target>1.8</target>
@@ -112,7 +112,7 @@
112112
</plugin>
113113
<plugin>
114114
<artifactId>maven-antrun-plugin</artifactId>
115-
<version>3.1.0</version>
115+
<version>1.6</version>
116116
<executions>
117117
<execution>
118118
<id>clojure-compile</id>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.codehaus.mojo</groupId>
147147
<artifactId>build-helper-maven-plugin</artifactId>
148-
<version>3.5.0</version>
148+
<version>1.5</version>
149149
<executions>
150150
<execution>
151151
<id>add-clojure-source-dirs</id>
@@ -163,7 +163,7 @@
163163
</plugin>
164164
<plugin>
165165
<artifactId>maven-assembly-plugin</artifactId>
166-
<version>3.7.1</version>
166+
<version>2.2</version>
167167
<executions>
168168
<execution>
169169
<id>clojure-slim-jar</id>
@@ -181,11 +181,11 @@
181181
</plugin>
182182
<plugin>
183183
<artifactId>maven-jar-plugin</artifactId>
184-
<version>3.4.1</version>
184+
<version>2.3.1</version>
185185
</plugin>
186186
<plugin>
187187
<artifactId>maven-source-plugin</artifactId>
188-
<version>3.3.1</version>
188+
<version>2.1.2</version>
189189
<executions>
190190
<execution>
191191
<id>attach-sources</id>
@@ -207,7 +207,7 @@
207207
instead, push SCM changes in Hudson configuration -->
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-release-plugin</artifactId>
210-
<version>3.0.1</version>
210+
<version>2.4.1</version>
211211
<configuration>
212212
<pushChanges>false</pushChanges>
213213
<localCheckout>true</localCheckout>
@@ -217,7 +217,7 @@
217217
<!-- disable the Surefire testing plugin -->
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-surefire-plugin</artifactId>
220-
<version>3.2.5</version>
220+
<version>2.6</version>
221221
<configuration>
222222
<skip>true</skip>
223223
</configuration>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.sonatype.plugins</groupId>
229229
<artifactId>nexus-staging-maven-plugin</artifactId>
230-
<version>1.6.13</version>
230+
<version>1.6.7</version>
231231
<extensions>true</extensions>
232232
<configuration>
233233
<!-- The server "id" element from settings to use authentication from -->
@@ -261,7 +261,7 @@
261261
<plugins>
262262
<plugin>
263263
<artifactId>maven-assembly-plugin</artifactId>
264-
<version>3.7.1</version>
264+
<version>2.2</version>
265265
<executions>
266266
<execution>
267267
<id>clojure-distribution</id>
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.apache.maven.plugins</groupId>
291291
<artifactId>maven-gpg-plugin</artifactId>
292-
<version>3.2.4</version>
292+
<version>1.5</version>
293293
<executions>
294294
<execution>
295295
<id>sign-artifacts</id>
@@ -309,7 +309,7 @@
309309
<dependency>
310310
<groupId>org.clojure</groupId>
311311
<artifactId>test.check</artifactId>
312-
<version>1.1.1</version>
312+
<version>0.9.0</version>
313313
<exclusions>
314314
<exclusion>
315315
<groupId>org.clojure</groupId>
@@ -323,7 +323,7 @@
323323
<plugin>
324324
<groupId>org.apache.maven.plugins</groupId>
325325
<artifactId>maven-shade-plugin</artifactId>
326-
<version>3.5.3</version>
326+
<version>3.1.0</version>
327327
<executions>
328328
<execution>
329329
<phase>package</phase>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0adb96791144e939262d8da3fc00f5637952a0af
Binary file not shown.

.clojure/?/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.jar.sha1

-1
This file was deleted.

.clojure/?/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.pom.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2-
#Wed Nov 20 21:22:16 UTC 2024
3-
core.specs.alpha-0.4.74.pom>central=
4-
core.specs.alpha-0.4.74.jar>central=
2+
#Sat Dec 14 11:42:58 UTC 2024
3+
core.specs.alpha-0.2.56.pom>central=
4+
core.specs.alpha-0.2.56.jar>central=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8ccc234f7d80aba7d410e66b77c93c3e62449a97

.clojure/?/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.pom .clojure/?/.m2/repository/org/clojure/core.specs.alpha/0.2.56/core.specs.alpha-0.2.56.pom

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>core.specs.alpha</artifactId>
5-
<version>0.4.74</version>
5+
<version>0.2.56</version>
66
<name>core.specs.alpha</name>
77
<description>Specs for clojure.core</description>
88

99
<scm>
1010
<connection>scm:git:git://github.com/clojure/core.specs.alpha.git</connection>
1111
<developerConnection>scm:git:ssh://git@github.com/clojure/core.specs.alpha.git</developerConnection>
12-
<tag>v0.4.74</tag>
12+
<tag>core.specs.alpha-0.2.56</tag>
1313
<url>https://github.com/clojure/core.specs.alpha</url>
1414
</scm>
1515

1616
<licenses>
1717
<license>
1818
<name>Eclipse Public License 1.0</name>
19-
<url>https://opensource.org/license/epl-1-0/</url>
19+
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
2020
<distribution>repo</distribution>
2121
</license>
2222
</licenses>
2323

2424
<parent>
2525
<groupId>org.clojure</groupId>
2626
<artifactId>pom.contrib</artifactId>
27-
<version>1.2.0</version>
27+
<version>0.3.0</version>
2828
</parent>
2929

3030
<developers>
3131
<developer>
3232
<id>puredanger</id>
3333
<name>Alex Miller</name>
34-
<url>https://clojure.org</url>
34+
<url>http://clojure.org</url>
3535
</developer>
3636
</developers>
3737

3838
<properties>
39-
<clojure.version>1.11.3</clojure.version>
39+
<clojure.version>1.10.1</clojure.version>
4040
</properties>
4141

4242
<dependencies>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4d72a327c16af0696de7693f128cae50e7f67e22

.clojure/?/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar.sha1

-1
This file was deleted.

.clojure/?/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.pom.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2-
#Wed Nov 20 21:22:16 UTC 2024
3-
pom.contrib-1.2.0.pom>central=
2+
#Sat Dec 14 11:42:58 UTC 2024
3+
pom.contrib-0.3.0.pom>central=

.clojure/?/.m2/repository/org/clojure/pom.contrib/1.2.0/pom.contrib-1.2.0.pom .clojure/?/.m2/repository/org/clojure/pom.contrib/0.3.0/pom.contrib-0.3.0.pom

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<groupId>org.clojure</groupId>
55
<artifactId>pom.contrib</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.2.0</version>
7+
<version>0.3.0</version>
88
<name>pom.contrib</name>
99
<description>Parent POM for projects contributed to Clojure</description>
1010
<url>https://github.com/clojure/build.poms</url>
1111

1212
<properties>
1313
<!-- Builds will use this release version of Clojure, may be
1414
overridden in projects or at the command line. -->
15-
<clojure.version>1.9.0</clojure.version>
15+
<clojure.version>1.8.0</clojure.version>
1616
<!-- By default, do not enable *warn-on-reflection*, may be
1717
overridden in projects at the command line. -->
1818
<clojure.warnOnReflection>false</clojure.warnOnReflection>
@@ -26,13 +26,13 @@
2626
<connection>scm:git:git@github.com:clojure/build.poms.git</connection>
2727
<developerConnection>scm:git:git@github.com:clojure/build.poms.git</developerConnection>
2828
<url>git@github.com:clojure/build.poms.git</url>
29-
<tag>v1.2.0</tag>
29+
<tag>pom.contrib-0.3.0</tag>
3030
</scm>
3131

3232
<licenses>
3333
<license>
3434
<name>Eclipse Public License 1.0</name>
35-
<url>https://opensource.org/licenses/eclipse-1.0.php</url>
35+
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
3636
<distribution>repo</distribution>
3737
</license>
3838
</licenses>
@@ -166,7 +166,6 @@
166166
<configuration>
167167
<pushChanges>false</pushChanges>
168168
<localCheckout>true</localCheckout>
169-
<tagNameFormat>v@{project.version}</tagNameFormat>
170169
</configuration>
171170
</plugin>
172171

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1471eb57c211ba1badcf8da7db1c3c0e149504ff

.clojure/?/.m2/repository/org/clojure/pom.contrib/1.2.0/pom.contrib-1.2.0.pom.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2-
#Wed Nov 20 21:22:16 UTC 2024
3-
spec.alpha-0.5.238.jar>central=
4-
spec.alpha-0.5.238.pom>central=
2+
#Sat Dec 14 11:42:59 UTC 2024
3+
spec.alpha-0.2.194.pom>central=
4+
spec.alpha-0.2.194.jar>central=
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
867658265fd02abaf62a4a3732b216c31c77085a

.clojure/?/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.pom .clojure/?/.m2/repository/org/clojure/spec.alpha/0.2.194/spec.alpha-0.2.194.pom

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spec.alpha</artifactId>
5-
<version>0.5.238</version>
5+
<version>0.2.194</version>
66
<name>spec.alpha</name>
77
<description>Specification of data and functions</description>
88

99
<scm>
1010
<connection>scm:git:git://github.com/clojure/spec.alpha.git</connection>
1111
<developerConnection>scm:git:ssh://git@github.com/clojure/spec.alpha.git</developerConnection>
12-
<tag>v0.5.238</tag>
12+
<tag>spec.alpha-0.2.194</tag>
1313
<url>https://github.com/clojure/spec.alpha</url>
1414
</scm>
1515

1616
<licenses>
1717
<license>
1818
<name>Eclipse Public License 1.0</name>
19-
<url>https://opensource.org/license/epl-1-0/</url>
19+
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
2020
<distribution>repo</distribution>
2121
</license>
2222
</licenses>
2323

2424
<parent>
2525
<groupId>org.clojure</groupId>
2626
<artifactId>pom.contrib</artifactId>
27-
<version>1.2.0</version>
27+
<version>0.3.0</version>
2828
</parent>
2929

3030
<developers>
3131
<developer>
3232
<id>richhickey</id>
3333
<name>Rich Hickey</name>
34-
<url>https://clojure.org</url>
34+
<url>http://clojure.org</url>
3535
</developer>
3636
</developers>
3737

3838
<properties>
39-
<clojure.version>1.11.3</clojure.version>
39+
<clojure.version>1.10.1</clojure.version>
4040
</properties>
4141

4242
<dependencies>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.clojure</groupId>
5151
<artifactId>test.check</artifactId>
52-
<version>1.1.1</version>
52+
<version>0.9.0</version>
5353
<scope>test</scope>
5454
</dependency>
5555
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
69f6307b0a7daa6a4980264abd32255d95019c3b
Binary file not shown.

.clojure/?/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar.sha1

-1
This file was deleted.

.clojure/?/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.pom.sha1

-1
This file was deleted.

0 commit comments

Comments
 (0)