Skip to content

Commit f28830c

Browse files
author
Alys Brooks
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 77bdde4 commit f28830c

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-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.11.59-alpha (2022-10-21 / 8454771)
210

311
## Added

pom.xml

+27-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.10.54-alpha</version>
6+
<version>0.11.59-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>1d96864012160ca8c0fdb99ea4bb4df8cf233c88</tag>
28+
<tag>77bdde40b37de4e9dbd31a041d02eade5990a689</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -44,6 +44,30 @@
4444
<version>1.0.164</version>
4545
<scope>provided</scope>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.clojure</groupId>
49+
<artifactId>tools.deps.alpha</artifactId>
50+
<version>0.14.1222</version>
51+
<scope>provided</scope>
52+
</dependency>
53+
<dependency>
54+
<groupId>com.nextjournal</groupId>
55+
<artifactId>beholder</artifactId>
56+
<version>1.0.0</version>
57+
<scope>provided</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>thheller</groupId>
61+
<artifactId>shadow-cljs</artifactId>
62+
<version>2.20.5</version>
63+
<scope>provided</scope>
64+
</dependency>
65+
<dependency>
66+
<groupId>com.lambdaisland</groupId>
67+
<artifactId>classpath</artifactId>
68+
<version>0.4.44</version>
69+
<scope>provided</scope>
70+
</dependency>
4771
</dependencies>
4872
<build>
4973
<sourceDirectory>src</sourceDirectory>
@@ -72,7 +96,7 @@
7296
<configuration>
7397
<archive>
7498
<manifestEntries>
75-
<git-revision>1d96864012160ca8c0fdb99ea4bb4df8cf233c88</git-revision>
99+
<git-revision>77bdde40b37de4e9dbd31a041d02eade5990a689</git-revision>
76100
</manifestEntries>
77101
</archive>
78102
</configuration>

0 commit comments

Comments
 (0)