Skip to content

Commit f717804

Browse files
authored
Switch to using Sonatype Central publishing (#104)
1 parent 3519925 commit f717804

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml</groupId>
66
<artifactId>oss-parent</artifactId>
7-
<version>58</version>
7+
<version>68</version>
88
</parent>
99

1010
<artifactId>aalto-xml</artifactId>
@@ -82,13 +82,19 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
8282
<dependency>
8383
<groupId>com.fasterxml.woodstox</groupId>
8484
<artifactId>woodstox-core</artifactId>
85-
<version>6.6.2</version>
85+
<version>6.7.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
</dependencies>
8989

9090
<build>
9191
<plugins>
92+
<!-- 26-Sep-2025, tatu: Ensure we use new Sonatype Central Portal: -->
93+
<plugin>
94+
<groupId>org.sonatype.central</groupId>
95+
<artifactId>central-publishing-maven-plugin</artifactId>
96+
</plugin>
97+
9298
<!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
9399
will have to use `moduleInfoFile` which is not optimal but anything else
94100
requires JDK 9+.

release-notes/VERSION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Project: aalto-xml
44
= Releases
55
------------------------------------------------------------------------
66

7-
1.3.4 (not yet released)
7+
1.3.4 (26-Sep-2025)
88

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

1112
1.3.3 (07-Jun-2024)
1213

0 commit comments

Comments
 (0)