Skip to content

Commit d156bb3

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent c8512e2 commit d156bb3

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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.3.127 (2022-07-01 / a8186a5)
210

311
## Added

pom.xml

Lines changed: 3 additions & 6 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.2.124</version>
6+
<version>2.3.127</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>7c069564c485b129e4281d06fa3974a1c307af1b</tag>
28+
<tag>c8512e22f390d61608d5b1455ef4885c0b028478</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -58,9 +58,6 @@
5858
<resource>
5959
<directory>src</directory>
6060
</resource>
61-
<resource>
62-
<directory>test</directory>
63-
</resource>
6461
</resources>
6562
<plugins>
6663
<plugin>
@@ -79,7 +76,7 @@
7976
<configuration>
8077
<archive>
8178
<manifestEntries>
82-
<git-revision>7c069564c485b129e4281d06fa3974a1c307af1b</git-revision>
79+
<git-revision>c8512e22f390d61608d5b1455ef4885c0b028478</git-revision>
8380
</manifestEntries>
8481
</archive>
8582
</configuration>

0 commit comments

Comments
 (0)