Skip to content

Commit 4ad4106

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 1b0a2d0 commit 4ad4106

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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
# 1.19.155 (2024-01-24 / a0d4895)
210

311
## Added

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>uri</artifactId>
6-
<version>1.18.150</version>
6+
<version>1.19.155</version>
77
<name>uri</name>
88
<description>A pure Clojure/ClojureScript URI library.</description>
99
<url>https://github.com/lambdaisland/uri</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/uri</url>
2626
<connection>scm:git:git://github.com/lambdaisland/uri.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/uri.git</developerConnection>
28-
<tag>491454a9b648b88e24b4a91d30cd2383c61d8057</tag>
28+
<tag>1b0a2d0d6845af5dd45d3f8685d1db9a20ca56ef</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -58,7 +58,7 @@
5858
<configuration>
5959
<archive>
6060
<manifestEntries>
61-
<git-revision>491454a9b648b88e24b4a91d30cd2383c61d8057</git-revision>
61+
<git-revision>1b0a2d0d6845af5dd45d3f8685d1db9a20ca56ef</git-revision>
6262
</manifestEntries>
6363
</archive>
6464
</configuration>

0 commit comments

Comments
 (0)