Skip to content

Commit a55004b

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 9834745 commit a55004b

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.18.97-alpha (2023-11-14 / 4275a6c)
210

311
## Fixed

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.17.93-alpha</version>
6+
<version>0.18.97-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>217d3053a9c8592fdb22c3d3a29246cae8e55ee6</tag>
28+
<tag>98347458f7a1536a4cd2169a1ce974f54b6ac4c9</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -96,7 +96,7 @@
9696
<configuration>
9797
<archive>
9898
<manifestEntries>
99-
<git-revision>217d3053a9c8592fdb22c3d3a29246cae8e55ee6</git-revision>
99+
<git-revision>98347458f7a1536a4cd2169a1ce974f54b6ac4c9</git-revision>
100100
</manifestEntries>
101101
</archive>
102102
</configuration>

0 commit comments

Comments
 (0)