Skip to content

Commit

Permalink
v1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zinal committed Nov 16, 2024
1 parent a5952f1 commit 204d6fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tech.ydb.spark</groupId>
<artifactId>ydb-spark-connector</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<!-- <version>X.Y[-SNAPSHOT]</version> -->
<packaging>jar</packaging>
<licenses>
Expand Down Expand Up @@ -38,6 +38,7 @@
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.source.skip>true</maven.source.skip>
<log4j.version>2.17.2</log4j.version>
<spark.version>3.3.4</spark.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -126,13 +127,13 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-catalyst_2.12</artifactId>
<version>3.3.4</version>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.3.4</version>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 204d6fb

Please sign in to comment.