Skip to content

Commit 4b9b6cf

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 85faa85 commit 4b9b6cf

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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.10.94 (2023-08-30 / d1e1c3b)
210

311
## Fixed

pom.xml

Lines changed: 4 additions & 4 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>0.9.87</version>
6+
<version>1.10.94</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>de74520fdd98c2bb3487ebbacbf72b96ac755aba</tag>
28+
<tag>85faa855a888294ba334726a129fd685480247ad</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.pedestal</groupId>
6060
<artifactId>pedestal.log</artifactId>
61-
<version>0.5.10</version>
61+
<version>0.6.0</version>
6262
<optional>true</optional>
6363
</dependency>
6464
</dependencies>
@@ -89,7 +89,7 @@
8989
<configuration>
9090
<archive>
9191
<manifestEntries>
92-
<git-revision>de74520fdd98c2bb3487ebbacbf72b96ac755aba</git-revision>
92+
<git-revision>85faa855a888294ba334726a129fd685480247ad</git-revision>
9393
</manifestEntries>
9494
</archive>
9595
</configuration>

0 commit comments

Comments
 (0)