Skip to content

Commit efb4153

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 6d3ee84 commit efb4153

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.13 (2024-12-23 / db97476)
210

311
## Changed

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>config</artifactId>
6-
<version>0.2.10</version>
6+
<version>0.3.13</version>
77
<name>config</name>
88
<description>Configuration library</description>
99
<url>https://github.com/lambdaisland/config</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/config</url>
2626
<connection>scm:git:git://github.com/lambdaisland/config.git</connection>
2727
<developerConnection>scm:git:ssh://git@github.com/lambdaisland/config.git</developerConnection>
28-
<tag>78ec5b444b0fe96f749ccc7e47d55239ce07ad02</tag>
28+
<tag>6d3ee84c040639c3897809899a8a5a4375c02e6d</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -63,7 +63,7 @@
6363
<configuration>
6464
<archive>
6565
<manifestEntries>
66-
<git-revision>78ec5b444b0fe96f749ccc7e47d55239ce07ad02</git-revision>
66+
<git-revision>6d3ee84c040639c3897809899a8a5a4375c02e6d</git-revision>
6767
</manifestEntries>
6868
</archive>
6969
</configuration>

0 commit comments

Comments
 (0)