Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Sep 4, 2023
1 parent 96cf6b4 commit 106db33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions databricks-dbutils-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>databricks-dbutils-scala_${scala.major}.${scala.minor}</artifactId>
<properties>
<!-- Scala version is overridden by profiles but is needed here for the pom to be valid -->
<scala.major>2</scala.major>
<scala.minor>12</scala.minor>
<scala.patch>10</scala.patch>
</properties>
<dependencies>
<!-- Scala Standard Library -->
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<scala.major>2</scala.major>
<scala.minor>12</scala.minor>
<scala.patch>10</scala.patch>
</properties>
Expand Down Expand Up @@ -176,6 +177,7 @@
<profile>
<id>scala-2.13</id>
<properties>
<scala.major>2</scala.major>
<scala.minor>13</scala.minor>
<scala.patch>5</scala.patch>
</properties>
Expand Down

0 comments on commit 106db33

Please sign in to comment.