Skip to content

Commit cf07a23

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 98b26a3 commit cf07a23

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
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.27.126-alpha (2024-02-26 / 5f25d2d)
210

311
## Changed

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.26.123-alpha</version>
6+
<version>0.27.126-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>4715ee1d6d9d2c8d61d26bc18a43bf876093893a</tag>
28+
<tag>98b26a34275101b6c79ae81ca67c19cad16e88fd</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -102,7 +102,7 @@
102102
<configuration>
103103
<archive>
104104
<manifestEntries>
105-
<git-revision>4715ee1d6d9d2c8d61d26bc18a43bf876093893a</git-revision>
105+
<git-revision>98b26a34275101b6c79ae81ca67c19cad16e88fd</git-revision>
106106
</manifestEntries>
107107
</archive>
108108
</configuration>

0 commit comments

Comments
 (0)