Skip to content

Commit 955f004

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 757181e commit 955f004

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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.38.168-alpha (2025-02-25 / 6f20908)
210

311
## Changed

pom.xml

Lines changed: 5 additions & 5 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.37.162-alpha</version>
6+
<version>0.38.168-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>d715a42a8ee3a6eb4add766b31468d6ca928dea2</tag>
28+
<tag>757181eabba98b6f0fcd95a85636cfabe2e47dc6</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.lambdaisland</groupId>
4343
<artifactId>cli</artifactId>
44-
<version>0.22.87</version>
44+
<version>0.23.93</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>babashka</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>thheller</groupId>
6666
<artifactId>shadow-cljs</artifactId>
67-
<version>2.28.20</version>
67+
<version>2.28.21</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
<dependency>
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<archive>
109109
<manifestEntries>
110-
<git-revision>d715a42a8ee3a6eb4add766b31468d6ca928dea2</git-revision>
110+
<git-revision>757181eabba98b6f0fcd95a85636cfabe2e47dc6</git-revision>
111111
</manifestEntries>
112112
</archive>
113113
</configuration>

0 commit comments

Comments
 (0)