Skip to content

Commit

Permalink
Change for spark-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jufukuka committed Jul 22, 2022
1 parent 5e02212 commit 0ce81b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ custom_filters:
merge_only: &merge_only
filters:
branches:
only: "yosegi-2.0_spark-3.2"
only: "yosegi-2.0_spark-3.3"
merge_ignore: &merge_ignore
filters:
branches:
ignore: "yosegi-2.0_spark-3.2"
ignore: "yosegi-2.0_spark-3.3"

workflows:
build-and-test:
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>jp.co.yahoo.yosegi</groupId>
<artifactId>yosegi-spark_2.12</artifactId>
<version>2.0.1_spark-3.2-SNAPSHOT</version>
<version>2.0.0_spark-3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Yosegi Spark</name>
<description>Yosegi Spark library.</description>
Expand Down Expand Up @@ -58,10 +58,10 @@
<spotbugs.version>3.1.9</spotbugs.version>
<yosegi.base>2.0</yosegi.base>
<yosegi.version>${yosegi.base}.2</yosegi.version>
<spark.base>3.2</spark.base>
<spark.version>${spark.base}.1</spark.version>
<spark.base>3.3</spark.base>
<spark.version>${spark.base}.0</spark.version>
<scala.base>2.12</scala.base>
<scala.version>${scala.base}.15</scala.version>
<scala.version>${scala.base}.16</scala.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -99,17 +99,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${scala.base}</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0ce81b7

Please sign in to comment.