Skip to content

Commit 1f9f5a2

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent e7df117 commit 1f9f5a2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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.12.64-alpha (2022-10-26 / a4fdb16)
210

311
## Added

pom.xml

Lines changed: 4 additions & 4 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.11.59-alpha</version>
6+
<version>0.12.64-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>77bdde40b37de4e9dbd31a041d02eade5990a689</tag>
28+
<tag>e7df117ffaa9840e037f0cf2990c44d3c951f6db</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.lambdaisland</groupId>
3838
<artifactId>dotenv</artifactId>
39-
<version>0.1.1</version>
39+
<version>0.2.5</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>babashka</groupId>
@@ -96,7 +96,7 @@
9696
<configuration>
9797
<archive>
9898
<manifestEntries>
99-
<git-revision>77bdde40b37de4e9dbd31a041d02eade5990a689</git-revision>
99+
<git-revision>e7df117ffaa9840e037f0cf2990c44d3c951f6db</git-revision>
100100
</manifestEntries>
101101
</archive>
102102
</configuration>

0 commit comments

Comments
 (0)