Skip to content

Commit 5db0e34

Browse files
author
Alys Brooks
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 59ef4be commit 5db0e34

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.0.15 (2023-03-20 / c0a2d53)
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>hiccup</artifactId>
6-
<version>0.0.4</version>
6+
<version>0.0.15</version>
77
<name>hiccup</name>
88
<description>Enlive-backed Hiccup implementation (clj-only)</description>
99
<url>https://github.com/lambdaisland/hiccup</url>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/lambdaisland/hiccup</url>
2323
<connection>scm:git:git://github.com/lambdaisland/hiccup.git</connection>
2424
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/hiccup.git</developerConnection>
25-
<tag>1cfd2be997afbc72379a1db7d945acecc1237b4b</tag>
25+
<tag>59ef4beb14595596d7053204858025da1f3ab1dc</tag>
2626
</scm>
2727
<dependencies>
2828
<dependency>
@@ -59,7 +59,7 @@
5959
<configuration>
6060
<archive>
6161
<manifestEntries>
62-
<git-revision>1cfd2be997afbc72379a1db7d945acecc1237b4b</git-revision>
62+
<git-revision>59ef4beb14595596d7053204858025da1f3ab1dc</git-revision>
6363
</manifestEntries>
6464
</archive>
6565
</configuration>

0 commit comments

Comments
 (0)