|
21 | 21 | <modelVersion>4.0.0</modelVersion> |
22 | 22 | <groupId>org.odftoolkit</groupId> |
23 | 23 | <artifactId>odftoolkit</artifactId> |
24 | | - <version>0.13.0</version> |
| 24 | + <version>0.14.0-SNAPSHOT</version> |
25 | 25 | <packaging>pom</packaging> |
26 | 26 | <parent> |
27 | 27 | <groupId>org.apache</groupId> |
|
34 | 34 | <javadoc.bottom>Copyright © {inceptionYear}–2018 Apache Software Foundation; Copyright © 2018–${currentYear} {organizationName}. All rights reserved.</javadoc.bottom> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | 36 | <!-- explicitly setting JDK version for compiler source & target --> |
37 | | - <jdk.version>11</jdk.version> |
| 37 | + <jdk.version>17</jdk.version> |
38 | 38 | <!-- all three JDK versions should not differ --> |
39 | | - <maven.compiler.source>11</maven.compiler.source> |
40 | | - <maven.compiler.target>11</maven.compiler.target> |
| 39 | + <maven.compiler.source>17</maven.compiler.source> |
| 40 | + <maven.compiler.target>17</maven.compiler.target> |
41 | 41 | <!-- ANT driven release bundle creation: 3 ZIPs for the complete Toolkit for binaries, documentation and sources --> |
42 | 42 | <release.dir>${basedir}/target/release</release.dir> |
43 | 43 | <release.dir.bin>${release.dir}/${project.version}/binaries</release.dir.bin> |
|
102 | 102 | <dependency> |
103 | 103 | <groupId>org.apache.jena</groupId> |
104 | 104 | <artifactId>jena-core</artifactId> |
105 | | - <version>4.10.0</version> |
| 105 | + <version>5.6.0</version> |
106 | 106 | </dependency> |
107 | 107 | <!-- used by ODFDOM for metadata --> |
108 | 108 | <dependency> |
109 | 109 | <groupId>org.apache.jena</groupId> |
110 | 110 | <artifactId>jena-core</artifactId> |
111 | 111 | <classifier>tests</classifier> |
112 | | - <version>4.10.0</version> |
| 112 | + <version>5.6.0</version> |
113 | 113 | </dependency> |
114 | 114 | <!-- used by schema2template for XML grammar to graph functionality --> |
115 | 115 | <dependency> |
|
217 | 217 | <connection>scm:git:git://github.com/tdf/odftoolkit.git</connection> |
218 | 218 | <developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection> |
219 | 219 | <url>https://github.com/tdf/odftoolkit.git</url> |
220 | | - <tag>odftoolkit-0.13.0</tag> |
| 220 | + <tag>odftoolkit-0.14.0-SNAPSHOT</tag> |
221 | 221 | </scm> |
222 | 222 | <issueManagement> |
223 | 223 | <system>GitHub Issues</system> |
|
0 commit comments