Skip to content

Commit 12f8d47

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 0b319a5 commit 12f8d47

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-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.21.106-alpha (2024-01-10 / 8fc8faf)
210

311
## Fixed

pom.xml

Lines changed: 9 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.20.103-alpha</version>
6+
<version>0.21.106-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>1564e541f3c52dc8cd717be9d2603fd0c5a0a3b4</tag>
28+
<tag>0b319a576f9720714a502758370a5c49c432cca6</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -62,6 +62,12 @@
6262
<version>2.26.3</version>
6363
<scope>provided</scope>
6464
</dependency>
65+
<dependency>
66+
<groupId>com.google.guava</groupId>
67+
<artifactId>guava</artifactId>
68+
<version>33.0.0-jre</version>
69+
<scope>provided</scope>
70+
</dependency>
6571
<dependency>
6672
<groupId>com.lambdaisland</groupId>
6773
<artifactId>classpath</artifactId>
@@ -96,7 +102,7 @@
96102
<configuration>
97103
<archive>
98104
<manifestEntries>
99-
<git-revision>1564e541f3c52dc8cd717be9d2603fd0c5a0a3b4</git-revision>
105+
<git-revision>0b319a576f9720714a502758370a5c49c432cca6</git-revision>
100106
</manifestEntries>
101107
</archive>
102108
</configuration>

0 commit comments

Comments
 (0)