Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] XOM 1.3.2 on Maven Central

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM interest <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] XOM 1.3.2 on Maven Central
  • Date: Sun, 31 Mar 2019 09:02:39 -0400

<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.3.2</version>
</dependency>

There have been no API or implementation changes since 1.3.0. 1.3.1
and 1.3.2 were purely about documentation and build process,
especially as relates to publishing this artifact on Maven Central.
(Side note: tight coupling is an antipattern in services too, not just
code. Repository management and build tools are two different things
that should be independent of each other.)

If you're still using one of the old, unofficial Maven artifacts from
1.2.10 or earlier, I recommend upgrading since there have been a
number of bug fixes and improved API added since then.

--
Elliotte Rusty Harold
elharo AT ibiblio.org



  • [XOM-interest] XOM 1.3.2 on Maven Central, Elliotte Rusty Harold, 03/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page