Skip to content

Commit 2d6c339

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent dedba5b commit 2d6c339

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
# 1.14.134 (2025-04-24 / dadcb61)
210

311
## Fixed

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>ornament</artifactId>
6-
<version>1.13.130</version>
6+
<version>1.14.134</version>
77
<name>ornament</name>
88
<description>Clojure Styled Components</description>
99
<url>https://github.com/lambdaisland/ornament</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/ornament</url>
2626
<connection>scm:git:git://github.com/lambdaisland/ornament.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/ornament.git</developerConnection>
28-
<tag>3ff5467c45ffe568af2ae9ca95e8ab099736ba81</tag>
28+
<tag>dedba5b540e24c7c12f318087963f7144501b817</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -94,7 +94,7 @@
9494
<configuration>
9595
<archive>
9696
<manifestEntries>
97-
<git-revision>3ff5467c45ffe568af2ae9ca95e8ab099736ba81</git-revision>
97+
<git-revision>dedba5b540e24c7c12f318087963f7144501b817</git-revision>
9898
</manifestEntries>
9999
</archive>
100100
</configuration>

0 commit comments

Comments
 (0)