Skip to content

Commit 54a5140

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent f6ba0cf commit 54a5140

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.35.156-alpha (2025-01-09 / 0592491)
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.34.152-alpha</version>
6+
<version>0.35.156-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>723d765a752c5f72e5c110d13d5ff78e51a1d9fa</tag>
28+
<tag>f6ba0cf9f89f031aa0e567767a262c6305a296ca</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<archive>
109109
<manifestEntries>
110-
<git-revision>723d765a752c5f72e5c110d13d5ff78e51a1d9fa</git-revision>
110+
<git-revision>f6ba0cf9f89f031aa0e567767a262c6305a296ca</git-revision>
111111
</manifestEntries>
112112
</archive>
113113
</configuration>

0 commit comments

Comments
 (0)