Skip to content

Commit 02602f9

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 49b1b13 commit 02602f9

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
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
# 0.8.55 (2025-02-06 / 6559dc3)
210

311
## Added

pom.xml

Lines changed: 16 additions & 9 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>data-printers</artifactId>
6-
<version>0.7.47</version>
6+
<version>0.8.55</version>
77
<name>data-printers</name>
88
<description>Quickly define print handlers for tagged literals across print/pprint implementations.</description>
99
<url>https://github.com/lambdaisland/data-printers</url>
@@ -12,6 +12,9 @@
1212
<name>Lambda Island</name>
1313
<url>https://lambdaisland.com</url>
1414
</organization>
15+
<properties>
16+
<project class="build sourceEncoding">UTF-8</project>
17+
</properties>
1518
<licenses>
1619
<license>
1720
<name>MPL-2.0</name>
@@ -22,19 +25,19 @@
2225
<url>https://github.com/lambdaisland/data-printers</url>
2326
<connection>scm:git:git://github.com/lambdaisland/data-printers.git</connection>
2427
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/data-printers.git</developerConnection>
25-
<tag>52f7140a2400e18050ac14078f6a34671873d5d0</tag>
28+
<tag>49b1b137001c173f76df91d04b3369afbe294ba2</tag>
2629
</scm>
2730
<dependencies>
2831
<dependency>
2932
<groupId>org.clojure</groupId>
3033
<artifactId>clojure</artifactId>
31-
<version>1.10.3</version>
34+
<version>1.12.0</version>
3235
<optional>true</optional>
3336
</dependency>
3437
<dependency>
3538
<groupId>lambdaisland</groupId>
3639
<artifactId>deep-diff2</artifactId>
37-
<version>2.0.108</version>
40+
<version>2.12.219</version>
3841
<optional>true</optional>
3942
</dependency>
4043
<dependency>
@@ -46,25 +49,25 @@
4649
<dependency>
4750
<groupId>com.cognitect</groupId>
4851
<artifactId>transit-clj</artifactId>
49-
<version>1.0.324</version>
52+
<version>1.0.333</version>
5053
<optional>true</optional>
5154
</dependency>
5255
<dependency>
5356
<groupId>com.cognitect</groupId>
5457
<artifactId>transit-cljs</artifactId>
55-
<version>0.8.269</version>
58+
<version>0.8.280</version>
5659
<optional>true</optional>
5760
</dependency>
5861
<dependency>
5962
<groupId>mvxcvi</groupId>
6063
<artifactId>puget</artifactId>
61-
<version>1.3.1</version>
64+
<version>1.3.4</version>
6265
<optional>true</optional>
6366
</dependency>
6467
<dependency>
6568
<groupId>org.clojure</groupId>
6669
<artifactId>java.classpath</artifactId>
67-
<version>1.0.0</version>
70+
<version>1.1.0</version>
6871
<optional>true</optional>
6972
</dependency>
7073
</dependencies>
@@ -80,6 +83,10 @@
8083
<groupId>org.apache.maven.plugins</groupId>
8184
<artifactId>maven-compiler-plugin</artifactId>
8285
<version>3.8.1</version>
86+
<configuration>
87+
<source>1.8</source>
88+
<target>1.8</target>
89+
</configuration>
8390
</plugin>
8491
<plugin>
8592
<groupId>org.apache.maven.plugins</groupId>
@@ -88,7 +95,7 @@
8895
<configuration>
8996
<archive>
9097
<manifestEntries>
91-
<git-revision>52f7140a2400e18050ac14078f6a34671873d5d0</git-revision>
98+
<git-revision>49b1b137001c173f76df91d04b3369afbe294ba2</git-revision>
9299
</manifestEntries>
93100
</archive>
94101
</configuration>

0 commit comments

Comments
 (0)