Skip to content

Commit 1dbe971

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 022ba24 commit 1dbe971

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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.40 (2022-09-08 / 73c9529)
210

311
## Added

pom.xml

Lines changed: 3 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>classpath</artifactId>
6-
<version>0.2.37</version>
6+
<version>0.3.40</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>c151a467cc067731ace934d21eca21b55ab8832b</tag>
28+
<tag>022ba24ed71e966834c194b5ad16971fbb219342</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -83,7 +83,7 @@
8383
<configuration>
8484
<archive>
8585
<manifestEntries>
86-
<git-revision>c151a467cc067731ace934d21eca21b55ab8832b</git-revision>
86+
<git-revision>022ba24ed71e966834c194b5ad16971fbb219342</git-revision>
8787
</manifestEntries>
8888
</archive>
8989
</configuration>

0 commit comments

Comments
 (0)