Skip to content

Commit 4b62dab

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 356e63c commit 4b62dab

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

+8
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.16.88-alpha (2023-03-08 / 67de06e)
210

311
## Changed

pom.xml

+6-6
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.15.79-alpha</version>
6+
<version>0.16.88-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>384f260d9b939f4f7c1348eaf1c84fdd873f857e</tag>
28+
<tag>356e63cab91a668a84ee32258d9760746b6b2aae</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>babashka</groupId>
4343
<artifactId>babashka</artifactId>
44-
<version>1.0.170</version>
44+
<version>1.2.174</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
<dependency>
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>com.nextjournal</groupId>
5555
<artifactId>beholder</artifactId>
56-
<version>1.0.1</version>
56+
<version>1.0.2</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>thheller</groupId>
6161
<artifactId>shadow-cljs</artifactId>
62-
<version>2.20.20</version>
62+
<version>2.22.0</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>
@@ -96,7 +96,7 @@
9696
<configuration>
9797
<archive>
9898
<manifestEntries>
99-
<git-revision>384f260d9b939f4f7c1348eaf1c84fdd873f857e</git-revision>
99+
<git-revision>356e63cab91a668a84ee32258d9760746b6b2aae</git-revision>
100100
</manifestEntries>
101101
</archive>
102102
</configuration>

0 commit comments

Comments
 (0)