Skip to content

Commit 26b1ef4

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 02bbce9 commit 26b1ef4

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.12.107 (2023-09-27 / 2444e34)
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.11.101</version>
6+
<version>1.12.107</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>096860211d199db32a6d19c049c55aab792633d8</tag>
28+
<tag>02bbce94c26a86f513b2e064cdefa1505fc3ba74</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -94,7 +94,7 @@
9494
<configuration>
9595
<archive>
9696
<manifestEntries>
97-
<git-revision>096860211d199db32a6d19c049c55aab792633d8</git-revision>
97+
<git-revision>02bbce94c26a86f513b2e064cdefa1505fc3ba74</git-revision>
9898
</manifestEntries>
9999
</archive>
100100
</configuration>

0 commit comments

Comments
 (0)