Skip to content

Commit 63fbf17

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent c151a46 commit 63fbf17

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
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.2.37 (2022-08-26 / 34be62f)
210

311
## Changed

pom.xml

Lines changed: 8 additions & 6 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>classpath</artifactId>
6-
<version>0.1.33</version>
6+
<version>0.2.37</version>
77
<name>classpath</name>
88
<description>Classpath utilities</description>
99
<url>https://github.com/lambdaisland/classpath</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/classpath</url>
2626
<connection>scm:git:git://github.com/lambdaisland/classpath.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/classpath.git</developerConnection>
28-
<tag>c485c27712f715eb1e68a542b3032a2e33399f29</tag>
28+
<tag>c151a467cc067731ace934d21eca21b55ab8832b</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -53,16 +53,18 @@
5353
<artifactId>beholder</artifactId>
5454
<version>1.0.0</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>io.methvin</groupId>
58+
<artifactId>directory-watcher</artifactId>
59+
<version>0.16.1</version>
60+
</dependency>
5661
</dependencies>
5762
<build>
5863
<sourceDirectory>src</sourceDirectory>
5964
<resources>
6065
<resource>
6166
<directory>src</directory>
6267
</resource>
63-
<resource>
64-
<directory>resources</directory>
65-
</resource>
6668
</resources>
6769
<plugins>
6870
<plugin>
@@ -81,7 +83,7 @@
8183
<configuration>
8284
<archive>
8385
<manifestEntries>
84-
<git-revision>c485c27712f715eb1e68a542b3032a2e33399f29</git-revision>
86+
<git-revision>c151a467cc067731ace934d21eca21b55ab8832b</git-revision>
8587
</manifestEntries>
8688
</archive>
8789
</configuration>

0 commit comments

Comments
 (0)