@@ -29,12 +29,9 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
2929 <packageVersion .template.input>${basedir} /src/main/java/${packageVersion.dir} /PackageVersion.java.in</packageVersion .template.input>
3030 <packageVersion .template.output>${generatedSourcesDir} /${packageVersion.dir} /PackageVersion.java</packageVersion .template.output>
3131
32- <!-- 09-Sep-2017, tatu: Jackson 3.x is Java 8 and above only. While it would be possible
33- to support earlier versions for some components (annotations, core streaming),
34- this is one simplification we can do
32+ <!-- Jackson 3.x is Java 17 and above only.
33+ (but depends on Jackson 2.x annotations which are Java 8)
3534 -->
36- <!-- 03-Dec-2024, tatu: as per [databind#4820] it's JDK 8 for all except for jackson-annotations
37- -->
3835 <javac .src.version>17</javac .src.version>
3936 <javac .target.version>17</javac .target.version>
4037 <javac .debuglevel>lines,source,vars</javac .debuglevel>
@@ -53,7 +50,6 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
5350 </properties >
5451
5552 <distributionManagement >
56- <!-- 13-May-2025, tatu: Moving to Central Portal-->
5753 <repository >
5854 <id >central</id >
5955 <name >Sonatype Central Portal Repository (releases)</name >
@@ -64,21 +60,6 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
6460 <name >Sonatype Central Portal Repository (snapshots)</name >
6561 <url >https://central.sonatype.com/repository/maven-snapshots</url >
6662 </snapshotRepository >
67-
68- <!-- 13-Jul-2022, tatu: Jackson 3.x now at the "new" Sonatype OSS repo -->
69- <!--
70- <snapshotRepository>
71- <id>sonatype-nexus-snapshots-new</id>
72- <name>Sonatype Nexus Snapshots (new)</name>
73- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
74- </snapshotRepository>
75-
76- <repository>
77- <id>sonatype-nexus-staging-new</id>
78- <name>Nexus Release Repository (new)</name>
79- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
80- </repository>
81- -->
8263 </distributionManagement >
8364
8465 <dependencyManagement >
@@ -90,7 +71,7 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
9071 <version >${version.assertj} </version >
9172 <scope >test</scope >
9273 </dependency >
93- <!-- JUnit4 still used for many components (but not core) -->
74+ <!-- JUnit4 still used for some components (but not core) -->
9475 <dependency >
9576 <groupId >junit</groupId >
9677 <artifactId >junit</artifactId >
0 commit comments