Skip to content

Commit d8adbbe

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 7c06956 commit d8adbbe

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+8
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.2.124 (2022-05-16 / 5a94bec)
210

311
## Fixed

pom.xml

+4-4
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.1.121</version>
6+
<version>2.2.124</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,7 +25,7 @@
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>4548a492c08fb2f5e09db9f757a95a379a52aa02</tag>
28+
<tag>7c069564c485b129e4281d06fa3974a1c307af1b</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>lambdaisland</groupId>
4343
<artifactId>clj-diff</artifactId>
44-
<version>1.2.62</version>
44+
<version>1.3.67</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>mvxcvi</groupId>
@@ -79,7 +79,7 @@
7979
<configuration>
8080
<archive>
8181
<manifestEntries>
82-
<git-revision>4548a492c08fb2f5e09db9f757a95a379a52aa02</git-revision>
82+
<git-revision>7c069564c485b129e4281d06fa3974a1c307af1b</git-revision>
8383
</manifestEntries>
8484
</archive>
8585
</configuration>

0 commit comments

Comments
 (0)