Skip to content

Commit f845562

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 5a54955 commit f845562

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.19.100-alpha (2024-01-10 / f979f3f)
210

311
## Changed

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>launchpad</artifactId>
6-
<version>0.18.97-alpha</version>
6+
<version>0.19.100-alpha</version>
77
<name>launchpad</name>
88
<description>Clojure dev process launcher</description>
99
<url>https://github.com/lambdaisland/launchpad</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/launchpad</url>
2626
<connection>scm:git:git://github.com/lambdaisland/launchpad.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/launchpad.git</developerConnection>
28-
<tag>98347458f7a1536a4cd2169a1ce974f54b6ac4c9</tag>
28+
<tag>5a5495534b27077dcad527e13d4daca031c9b1dc</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>babashka</groupId>
4343
<artifactId>babashka</artifactId>
44-
<version>1.2.174</version>
44+
<version>1.3.187</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
<dependency>
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>thheller</groupId>
6161
<artifactId>shadow-cljs</artifactId>
62-
<version>2.22.0</version>
62+
<version>2.26.3</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.lambdaisland</groupId>
6767
<artifactId>classpath</artifactId>
68-
<version>0.4.44</version>
68+
<version>0.5.48</version>
6969
<scope>provided</scope>
7070
</dependency>
7171
</dependencies>
@@ -96,7 +96,7 @@
9696
<configuration>
9797
<archive>
9898
<manifestEntries>
99-
<git-revision>98347458f7a1536a4cd2169a1ce974f54b6ac4c9</git-revision>
99+
<git-revision>5a5495534b27077dcad527e13d4daca031c9b1dc</git-revision>
100100
</manifestEntries>
101101
</archive>
102102
</configuration>

0 commit comments

Comments
 (0)