Skip to content

Commit 04a1d7a

Browse files
authored
Merge pull request #62 from ning/tatu/version-to-1.2
Update version to 1.2 from 1.1 to prepare for minor API changes
2 parents 03bf03b + f560a67 commit 04a1d7a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

VERSION.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0 (not yet released)
2+
3+
- Updated `oss-parent` dep to latest (v72)
4+
15
1.1.3 (26-Sep-2025)
26

37
- Updated plug-in dependencies

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.fasterxml</groupId>
99
<artifactId>oss-parent</artifactId>
10-
<version>68</version>
10+
<version>72</version>
1111
</parent>
1212
<groupId>com.ning</groupId>
1313
<artifactId>compress-lzf</artifactId>
1414
<name>Compress-LZF</name>
15-
<version>1.1.4-SNAPSHOT</version>
15+
<version>1.2.0-SNAPSHOT</version>
1616
<packaging>bundle</packaging>
1717
<description>
1818
Compression codec for LZF encoding for particularly encoding/decoding, with reasonable compression.

0 commit comments

Comments
 (0)