Skip to content

Commit 7235f6b

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent e6baa3f commit 7235f6b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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.42.182-alpha (2025-03-01 / 50cc172)
210

311
## Fixed

pom.xml

Lines changed: 4 additions & 4 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.41.179-alpha</version>
6+
<version>0.42.182-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>d239b623a7b3d28689c616595a886a679850b76d</tag>
28+
<tag>e6baa3fb5eb6f48dd895a5bc2ca9f8239b6a38ac</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>babashka</groupId>
4848
<artifactId>babashka</artifactId>
49-
<version>1.12.196</version>
49+
<version>1.12.197</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<archive>
109109
<manifestEntries>
110-
<git-revision>d239b623a7b3d28689c616595a886a679850b76d</git-revision>
110+
<git-revision>e6baa3fb5eb6f48dd895a5bc2ca9f8239b6a38ac</git-revision>
111111
</manifestEntries>
112112
</archive>
113113
</configuration>

0 commit comments

Comments
 (0)