Skip to content

Commit f42409c

Browse files
committed
minor cleanup for pom
1 parent fc80e5c commit f42409c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

guava/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
2626
</contributors>
2727

2828
<properties>
29-
<!-- 09-Feb-2016, tatu: For Jackson 2.9, move guava from 16 to 18 -->
3029
<!-- 19-Jul-2019, tatu: and for 2.10, 18.0 to 20.0 (last pre-Java8 version) -->
31-
<!-- 02-Aug-2020, tatu: 2.12 raises baseline to 21.0 -->
30+
<!-- 02-Aug-2020, tatu: 2.12 raises baseline from 20.0 to 21.0 -->
3231
<version.guava>21.0</version.guava>
3332

34-
<!-- 30-Oct-2018, tatu: as per [datatypes-collections#34], allow up to 25 -->
35-
<!-- 19-Jul-2019, tatu: and why not further? -->
36-
<!-- 31-Jul-2020, tatu: remove upper limit for Jackson 2.12 -->
33+
<!-- 31-Jul-2020, tatu: remove upper limit for Jackson 2.12; tested up to 29.0-jre -->
3734
<version.guava.osgi>[${version.guava}.0,99)</version.guava.osgi>
3835

3936
<!-- Generate PackageVersion.java into this directory. -->

0 commit comments

Comments
 (0)