Skip to content

Commit 1ede76d

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 6331010 commit 1ede76d

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.6.36-alpha (2022-09-22 / 1755f62)
210

311
## Fixed

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.5.33-alpha</version>
6+
<version>0.6.36-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>d0ef4a2baf441077270f2b6a968651e10e45044d</tag>
28+
<tag>6331010cd265ed633d7008acdc6be82fbc03d21d</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -66,7 +66,7 @@
6666
<configuration>
6767
<archive>
6868
<manifestEntries>
69-
<git-revision>d0ef4a2baf441077270f2b6a968651e10e45044d</git-revision>
69+
<git-revision>6331010cd265ed633d7008acdc6be82fbc03d21d</git-revision>
7070
</manifestEntries>
7171
</archive>
7272
</configuration>

0 commit comments

Comments
 (0)