Skip to content

Commit

Permalink
Jakarta Activation dependency update (2.1.0-RC1). (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <tomas.kraus@oracle.com>
  • Loading branch information
Tomas-Kraus committed Aug 4, 2021
1 parent 2be90ef commit b265d43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: cd streambuffer && mvn -B -V -U -C -Poss-release,staging clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true
14 changes: 7 additions & 7 deletions streambuffer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.sun.xml.stream.buffer</groupId>
<artifactId>streambuffer</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>xmlstreambuffer</name>
<description>Stream based representation for XML infoset</description>
Expand Down Expand Up @@ -76,8 +76,8 @@
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.3.0</spotbugs.version>

<stax-ex.version>2.0.1</stax-ex.version>
<activation.version>2.0.1</activation.version>
<stax-ex.version>2.1.0-M1</stax-ex.version>
<activation.version>2.1.0-RC1</activation.version>
<junit.version>4.13.2</junit.version>
<woodstox-core.version>6.2.6</woodstox-core.version>

Expand All @@ -92,8 +92,8 @@
<version>${stax-ex.version}</version>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>${activation.version}</version>
</dependency>
<dependency>
Expand All @@ -115,8 +115,8 @@
<artifactId>stax-ex</artifactId>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b265d43

Please sign in to comment.