Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml</groupId>
<artifactId>oss-parent</artifactId>
<version>58</version>
<version>68</version>
</parent>

<artifactId>aalto-xml</artifactId>
Expand Down Expand Up @@ -82,13 +82,19 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.2</version>
<version>6.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<!-- 26-Sep-2025, tatu: Ensure we use new Sonatype Central Portal: -->
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
</plugin>

<!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
will have to use `moduleInfoFile` which is not optimal but anything else
requires JDK 9+.
Expand Down
3 changes: 2 additions & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Project: aalto-xml
= Releases
------------------------------------------------------------------------

1.3.4 (not yet released)
1.3.4 (26-Sep-2025)

- Branch "master" renamed as "main"
- Update to `oss-parent` v68 to switch to Central Portal publishing

1.3.3 (07-Jun-2024)

Expand Down
Loading