Skip to content

Commit eeb3334

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 1fabaa6 commit eeb3334

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.0.108 (2020-08-19 / e006fc5)
210

311
## Changed

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.0.0.105</version>
6+
<version>2.0.108</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>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/lambdaisland/deep-diff2</url>
2323
<connection>scm:git:git://github.com/lambdaisland/deep-diff2.git</connection>
2424
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/deep-diff2.git</developerConnection>
25-
<tag>3d603a7e45a311282e78c99c9fcbc51c59c67729</tag>
25+
<tag>1fabaa614ad2a2a705720386c5fc3635b1dead0b</tag>
2626
</scm>
2727
<dependencies>
2828
<dependency>
@@ -67,7 +67,7 @@
6767
<configuration>
6868
<archive>
6969
<manifestEntries>
70-
<git-revision>3d603a7e45a311282e78c99c9fcbc51c59c67729</git-revision>
70+
<git-revision>1fabaa614ad2a2a705720386c5fc3635b1dead0b</git-revision>
7171
</manifestEntries>
7272
</archive>
7373
</configuration>

0 commit comments

Comments
 (0)