Skip to content

Commit 9ac09aa

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 4457075 commit 9ac09aa

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

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.47.210-alpha (2026-03-02 / 54388ed)
210

311
## Added

pom.xml

Lines changed: 3 additions & 3 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.46.204-alpha</version>
6+
<version>0.47.210-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://git@github.com/lambdaisland/launchpad.git</developerConnection>
28-
<tag>a97c68fc9f72ab80a517013bfa067c13d1be9377</tag>
28+
<tag>4457075465a127f63c14bdba1dc658f8d3d4a0fb</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<archive>
109109
<manifestEntries>
110-
<git-revision>a97c68fc9f72ab80a517013bfa067c13d1be9377</git-revision>
110+
<git-revision>4457075465a127f63c14bdba1dc658f8d3d4a0fb</git-revision>
111111
</manifestEntries>
112112
</archive>
113113
</configuration>

0 commit comments

Comments
 (0)