Skip to content

Commit 923b539

Browse files
committed
Bump XOM from 1.1 to 1.2.5 / 1.3.9
1 parent 3147b81 commit 923b539

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
</activation>
7979
<properties>
8080
<version.plugin.maven.enforcer>3.0.0-M1</version.plugin.maven.enforcer>
81+
<version.xom>1.3.9</version.xom>
8182
</properties>
8283
</profile>
8384
<profile>
@@ -1230,7 +1231,7 @@
12301231
<version.xerces.impl>2.8.1</version.xerces.impl>
12311232
<version.xml-apis>1.3.04</version.xml-apis>
12321233
<version.xmlpull>1.1.3.4a</version.xmlpull>
1233-
<version.xom>1.1</version.xom>
1234+
<version.xom>1.2.5</version.xom><!-- Java 1.4 -->
12341235
<version.xpp3>1.1.4c</version.xpp3>
12351236

12361237
<javadoc.link.javase>http://docs.oracle.com/javase/8/docs/api/</javadoc.link.javase>

xstream-distribution/src/content/download.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ <h1 id="optional-deps">Optional Dependencies</h1>
7777
<li>StaX, the <a href="https://repo1.maven.org/maven2/stax/stax/1.2.0/stax-1.2.0.jar">reference implementation</a> of the <a href="https://repo1.maven.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar">Streaming API for XML</a>.</li>
7878
<li><a href="https://repo1.maven.org/maven2/com/fasterxml/woodstox-core/5.4.0/woodstox-core-5.4.0.jar">Woodstox</a>, an alternate open source StaX implementation, requires Java 6 or higher.</li>
7979
<li><a href="https://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar">Woodstox</a>, an alternate open source StaX implementation, for use with Java 1.4 and 5.</li>
80-
<li><a href="http://www.cafeconleche.org/XOM/xom-1.1.jar">XOM</a>, another alternative XML API.</li>
80+
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.9/xom-1.3.9.zip">XOM</a>, another alternative XML API, for use with Java 9 or higher.</li>
81+
<li><a href="https://repo1.maven.org/maven2/xom/xom/1.2.5/xom-1.2.5.jar">XOM 1.2.5</a>, another alternative XML API, for use with Java 1.4 to Java 8.</li>
8182
</ul>
8283
</li>
8384
<li>Other optional 3rd party dependencies:

0 commit comments

Comments
 (0)