Skip to content

Commit c87d9db

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 6dcdae6 commit c87d9db

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
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.8.190 (2023-03-30 / 34d5e17)
210

311
## Added

pom.xml

Lines changed: 3 additions & 3 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.7.169</version>
6+
<version>2.8.190</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>312c86cd1c220d688c26c538bfc68ce0a0e863cd</tag>
28+
<tag>6dcdae64622b80024a112e55d7442632fcb841bc</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -76,7 +76,7 @@
7676
<configuration>
7777
<archive>
7878
<manifestEntries>
79-
<git-revision>312c86cd1c220d688c26c538bfc68ce0a0e863cd</git-revision>
79+
<git-revision>6dcdae64622b80024a112e55d7442632fcb841bc</git-revision>
8080
</manifestEntries>
8181
</archive>
8282
</configuration>

0 commit comments

Comments
 (0)