Skip to content

Commit 9b30669

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 3ff5467 commit 9b30669

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
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.13.130 (2025-04-16 / 83c295f)
210

311
## Changed

pom.xml

Lines changed: 7 additions & 7 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.12.107</version>
6+
<version>1.13.130</version>
77
<name>ornament</name>
88
<description>Clojure Styled Components</description>
99
<url>https://github.com/lambdaisland/ornament</url>
@@ -25,18 +25,18 @@
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>02bbce94c26a86f513b2e064cdefa1505fc3ba74</tag>
28+
<tag>3ff5467c45ffe568af2ae9ca95e8ab099736ba81</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>org.clojure</groupId>
3333
<artifactId>clojure</artifactId>
34-
<version>1.11.1</version>
34+
<version>1.12.0</version>
3535
</dependency>
3636
<dependency>
37-
<groupId>garden</groupId>
37+
<groupId>com.lambdaisland</groupId>
3838
<artifactId>garden</artifactId>
39-
<version>1.3.10</version>
39+
<version>1.7.590</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>girouette</groupId>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.pedestal</groupId>
6565
<artifactId>pedestal.log</artifactId>
66-
<version>0.6.0</version>
66+
<version>0.7.2</version>
6767
<optional>true</optional>
6868
</dependency>
6969
</dependencies>
@@ -94,7 +94,7 @@
9494
<configuration>
9595
<archive>
9696
<manifestEntries>
97-
<git-revision>02bbce94c26a86f513b2e064cdefa1505fc3ba74</git-revision>
97+
<git-revision>3ff5467c45ffe568af2ae9ca95e8ab099736ba81</git-revision>
9898
</manifestEntries>
9999
</archive>
100100
</configuration>

0 commit comments

Comments
 (0)