Skip to content

Commit 8d2aaab

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent b4571fa commit 8d2aaab

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 0.3.43 (2024-12-04 / df15f2e)
210

311
## Fixed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.lambdaisland</groupId>
55
<artifactId>classpath</artifactId>
6-
<version>0.2.37</version>
6+
<version>0.3.43</version>
77
<name>classpath</name>
88
<description>Classpath utilities</description>
99
<url>https://github.com/lambdaisland/classpath</url>
@@ -25,13 +25,13 @@
2525
<url>https://github.com/lambdaisland/classpath</url>
2626
<connection>scm:git:git://github.com/lambdaisland/classpath.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/classpath.git</developerConnection>
28-
<tag>c151a467cc067731ace934d21eca21b55ab8832b</tag>
28+
<tag>b4571fa1f14023f5c124dea9119c44ddc7bf4192</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>rewrite-clj</groupId>
3333
<artifactId>rewrite-clj</artifactId>
34-
<version>1.1.45</version>
34+
<version>1.1.49</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.clojure</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.lambdaisland</groupId>
4343
<artifactId>shellutils</artifactId>
44-
<version>0.0.10</version>
44+
<version>0.3.20</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.clojure</groupId>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.nextjournal</groupId>
5353
<artifactId>beholder</artifactId>
54-
<version>1.0.0</version>
54+
<version>1.0.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.methvin</groupId>
@@ -83,7 +83,7 @@
8383
<configuration>
8484
<archive>
8585
<manifestEntries>
86-
<git-revision>c151a467cc067731ace934d21eca21b55ab8832b</git-revision>
86+
<git-revision>b4571fa1f14023f5c124dea9119c44ddc7bf4192</git-revision>
8787
</manifestEntries>
8888
</archive>
8989
</configuration>

0 commit comments

Comments
 (0)