Skip to content

Commit 6290e47

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 20eeb8e commit 6290e47

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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
# 2.12.219 (2025-02-06 / 9e6942a)
210

311
## Changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>deep-diff2</artifactId>
6-
<version>2.11.216</version>
6+
<version>2.12.219</version>
77
<name>deep-diff2</name>
88
<description>Recursively compare Clojure or ClojureScript data structures, and produce a colorized diff of the result.</description>
99
<url>https://github.com/lambdaisland/deep-diff2</url>
@@ -25,18 +25,18 @@
2525
<url>https://github.com/lambdaisland/deep-diff2</url>
2626
<connection>scm:git:git://github.com/lambdaisland/deep-diff2.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/deep-diff2.git</developerConnection>
28-
<tag>eac1651d3e0452885be7e7df72059b88ed36fe30</tag>
28+
<tag>20eeb8e4d09f6f63e0f5db147293d00c9d4ccacb</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>fipp</groupId>
3333
<artifactId>fipp</artifactId>
34-
<version>0.6.26</version>
34+
<version>0.6.27</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.clojure</groupId>
3838
<artifactId>core.rrb-vector</artifactId>
39-
<version>0.1.2</version>
39+
<version>0.2.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>lambdaisland</groupId>
@@ -76,7 +76,7 @@
7676
<configuration>
7777
<archive>
7878
<manifestEntries>
79-
<git-revision>eac1651d3e0452885be7e7df72059b88ed36fe30</git-revision>
79+
<git-revision>20eeb8e4d09f6f63e0f5db147293d00c9d4ccacb</git-revision>
8080
</manifestEntries>
8181
</archive>
8282
</configuration>

0 commit comments

Comments
 (0)