Skip to content

Commit 909c9ea

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 5b69025 commit 909c9ea

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
# 2.5.151 (2022-11-21 / 92232a1)
210

311
## Changed

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>lambdaisland</groupId>
55
<artifactId>deep-diff2</artifactId>
6-
<version>2.4.138</version>
6+
<version>2.5.151</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>62a13e45be819e037f9e3659266f276cf3d80578</tag>
28+
<tag>5b69025bde4ad2b8fabe5b3181a3077a79f229d1</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>mvxcvi</groupId>
4848
<artifactId>arrangement</artifactId>
49-
<version>2.0.0</version>
49+
<version>2.1.0</version>
5050
</dependency>
5151
</dependencies>
5252
<build>
@@ -76,7 +76,7 @@
7676
<configuration>
7777
<archive>
7878
<manifestEntries>
79-
<git-revision>62a13e45be819e037f9e3659266f276cf3d80578</git-revision>
79+
<git-revision>5b69025bde4ad2b8fabe5b3181a3077a79f229d1</git-revision>
8080
</manifestEntries>
8181
</archive>
8282
</configuration>

0 commit comments

Comments
 (0)