Skip to content

Commit 5682d2f

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 7b1bf2c commit 5682d2f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-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.3.26-alpha (2022-09-20 / 79a8d9a)
210

311
## Added

pom.xml

Lines changed: 8 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.2.20-alpha</version>
6+
<version>0.3.26-alpha</version>
77
<name>launchpad</name>
88
<description>Clojure dev process launcher</description>
99
<url>https://github.com/lambdaisland/launchpad</url>
@@ -25,14 +25,19 @@
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>b5857029c664c356086ec491c68e33efb8daad7c</tag>
28+
<tag>7b1bf2c5c386a572c8f918d539a8126856c80603</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>org.clojure</groupId>
3333
<artifactId>clojure</artifactId>
3434
<version>1.11.1</version>
3535
</dependency>
36+
<dependency>
37+
<groupId>com.lambdaisland</groupId>
38+
<artifactId>dotenv</artifactId>
39+
<version>0.1.1</version>
40+
</dependency>
3641
</dependencies>
3742
<build>
3843
<sourceDirectory>src</sourceDirectory>
@@ -61,7 +66,7 @@
6166
<configuration>
6267
<archive>
6368
<manifestEntries>
64-
<git-revision>b5857029c664c356086ec491c68e33efb8daad7c</git-revision>
69+
<git-revision>7b1bf2c5c386a572c8f918d539a8126856c80603</git-revision>
6570
</manifestEntries>
6671
</archive>
6772
</configuration>

0 commit comments

Comments
 (0)