Skip to content

Commit

Permalink
update version number to 1.11.0-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Jan 18, 2024
1 parent e34bd50 commit 8a0b230
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fips-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.snowflake</groupId>
<artifactId>snowpark-fips</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Snowflake's DataFrame API</description>
<url>https://www.snowflake.com/</url>
Expand Down
2 changes: 1 addition & 1 deletion java_doc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.snowflake</groupId>
<artifactId>snowpark-java</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Snowflake's DataFrame API</description>
<url>https://www.snowflake.com/</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.snowflake</groupId>
<artifactId>snowpark</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Snowflake's DataFrame API</description>
<url>https://www.snowflake.com/</url>
Expand Down
4 changes: 2 additions & 2 deletions scripts/jenkins_regress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z $pr_code_coverage ];
/usr/local/sonar-scanner-cli/bin/sonar-scanner \
-Dsonar.host.url=https://sonarqube-eng.int.snowflakecomputing.com \
-Dsonar.projectBaseDir=/mnt/jenkins/home/jenkins/workspace/SnowparkClientRegressRunner/thundersnow \
-Dsonar.projectVersion=1.10.0 \
-Dsonar.projectVersion=1.11.0 \
-Dsonar.scala.coverage.reportPaths=target/scoverage.xml \
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
-Dsonar.sources=src/main \
Expand All @@ -44,7 +44,7 @@ else
/usr/local/sonar-scanner-cli/bin/sonar-scanner \
-Dsonar.host.url=https://sonarqube-eng.int.snowflakecomputing.com \
-Dsonar.projectBaseDir=/mnt/jenkins/home/jenkins/workspace/SnowparkClientRegressRunner/thundersnow \
-Dsonar.projectVersion=1.10.0 \
-Dsonar.projectVersion=1.11.0 \
-Dsonar.scala.coverage.reportPaths=target/scoverage.xml \
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
-Dsonar.sources=src/main \
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectKey=snowpark
sonar.projectName=Snowpark
sonar.projectVersion=1.10.0
sonar.projectVersion=1.11.0
sonar.sourceEncoding=UTF-8
2 changes: 1 addition & 1 deletion src/main/scala/com/snowflake/snowpark/internal/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import scala.collection.mutable.ArrayBuffer
import scala.util.Random

object Utils extends Logging {
val Version: String = "1.10.0-SNAPSHOT"
val Version: String = "1.11.0-SNAPSHOT"
// Package name of snowpark on server side
val SnowparkPackageName = "com.snowflake:snowpark"
val PackageNameDelimiter = ":"
Expand Down

0 comments on commit 8a0b230

Please sign in to comment.