Skip to content

Commit 88b94d2

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent bf753d9 commit 88b94d2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
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.43.186-alpha (2025-04-24 / 6b1ecae)
210

311
## Added

pom.xml

+3-3
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.42.182-alpha</version>
6+
<version>0.43.186-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>e6baa3fb5eb6f48dd895a5bc2ca9f8239b6a38ac</tag>
28+
<tag>bf753d9b83bc9412a6dcc99e3051fcd4062fc448</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<archive>
109109
<manifestEntries>
110-
<git-revision>e6baa3fb5eb6f48dd895a5bc2ca9f8239b6a38ac</git-revision>
110+
<git-revision>bf753d9b83bc9412a6dcc99e3051fcd4062fc448</git-revision>
111111
</manifestEntries>
112112
</archive>
113113
</configuration>

0 commit comments

Comments
 (0)