Skip to content

Commit 0bcfcba

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 40c3e6f commit 0bcfcba

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

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.15.138 (2025-04-24 / 8299d3c)
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.14.134</version>
6+
<version>1.15.138</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://git@github.com/lambdaisland/ornament.git</developerConnection>
28-
<tag>dedba5b540e24c7c12f318087963f7144501b817</tag>
28+
<tag>40c3e6f9c0df8ab17ea8b2deec47bb8b73c9919b</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -94,7 +94,7 @@
9494
<configuration>
9595
<archive>
9696
<manifestEntries>
97-
<git-revision>dedba5b540e24c7c12f318087963f7144501b817</git-revision>
97+
<git-revision>40c3e6f9c0df8ab17ea8b2deec47bb8b73c9919b</git-revision>
9898
</manifestEntries>
9999
</archive>
100100
</configuration>

0 commit comments

Comments
 (0)