diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1a5e6a2..a267a85 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,4 +34,4 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java_version }} - name: Verify - run: cd streambuffer && mvn -B -V -U -C -Poss-release clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true \ No newline at end of file + run: cd streambuffer && mvn -B -V -U -C -Poss-release,staging clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true \ No newline at end of file diff --git a/streambuffer/pom.xml b/streambuffer/pom.xml index 8d3c7b2..e715324 100644 --- a/streambuffer/pom.xml +++ b/streambuffer/pom.xml @@ -22,7 +22,7 @@ com.sun.xml.stream.buffer streambuffer - 2.0.3-SNAPSHOT + 2.1.0-SNAPSHOT jar xmlstreambuffer Stream based representation for XML infoset @@ -76,8 +76,8 @@ Low 4.3.0 - 2.0.1 - 2.0.1 + 2.1.0-M1 + 2.1.0-RC1 4.13.2 6.2.6 @@ -92,8 +92,8 @@ ${stax-ex.version} - com.sun.activation - jakarta.activation + jakarta.activation + jakarta.activation-api ${activation.version} @@ -115,8 +115,8 @@ stax-ex - com.sun.activation - jakarta.activation + jakarta.activation + jakarta.activation-api provided