Skip to content

Commit

Permalink
[chappie] release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Apr 24, 2024
1 parent 565e716 commit 880d596
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.github.cybercentrecanada</groupId>
<artifactId>spark-msgpack-datasource-3.5_2.12</artifactId>
<packaging>jar</packaging>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<name>spark-msgpack-datasource</name>
<description>A spark datasource implementation for the msgpack file format.</description>
<url>https://github.com/CybercentreCanada/spark-msgpack-datasource</url>
Expand Down Expand Up @@ -114,14 +114,13 @@
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>2.2.0</version>
<configuration>
<argLine>
--add-opens=java.base/java.lang=ALL-UNNAMED
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
Expand All @@ -133,8 +132,7 @@
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/sun.nio.cs=ALL-UNNAMED
--add-opens=java.base/sun.security.action=ALL-UNNAMED
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED
</argLine>
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED</argLine>
</configuration>
<executions>
<execution>
Expand All @@ -144,7 +142,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 880d596

Please sign in to comment.