88 </parent >
99
1010 <artifactId >aalto-xml</artifactId >
11- <version >1.3.5 -SNAPSHOT</version >
11+ <version >1.4.0 -SNAPSHOT</version >
1212 <packaging >bundle</packaging >
1313 <licenses >
1414 <license >
3434 <!-- 05-Mar-2019, tatu: We can still produce JDK 1.6 compatible jar, but must
3535 build with JDK 8. This for Aalto 1.2.
3636 Will probably raise minimum JDK to JDK 8 relatively soon.
37- -->
38- <java .version>1.6</java .version>
37+ -->
38+ <!-- 26-Sep-2025, tatu: "relatively soon"... is today -->
39+ <java .version>1.8</java .version>
3940
4041 <javac .src.version>${java.version} </javac .src.version>
4142 <javac .target.version>${java.version} </javac .target.version>
@@ -60,8 +61,8 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
6061 <dependencies >
6162 <!--
6263 | Not much; just APIs we implement
63- | note: we do need Stax2 api (javax.xml.stream); but
64- | it comes with JDK 1.6, which is baseline for Aalto
64+ | note: we do need Stax2 api (extension above plain Stax, javax.xml.stream)
65+ | (note: plain Stax comes with JDKs 1.6+)
6566 -->
6667 <dependency >
6768 <groupId >org.codehaus.woodstox</groupId >
@@ -82,7 +83,7 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
8283 <dependency >
8384 <groupId >com.fasterxml.woodstox</groupId >
8485 <artifactId >woodstox-core</artifactId >
85- <version >6.7.0 </version >
86+ <version >7.1.1 </version >
8687 <scope >test</scope >
8788 </dependency >
8889 </dependencies >
0 commit comments