Skip to content

Commit

Permalink
Release v0.1.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht authored Sep 4, 2023
1 parent 9f2d08e commit 103df87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/sdk-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The SDK logs helpful debugging information when debug logging is enabled. Set th

**Other Information**
- OS: [e.g. macOS]
- Version of the SDK: [e.g. 0.1.0]
- Version of the SDK: [e.g. 0.1.1]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can install Databricks Utilities for Scala by adding the following to your `
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-sdk-dbutils</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down
3 changes: 1 addition & 2 deletions databricks-dbutils-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>databricks-dbutils-scala_${scala.major}.${scala.minor}</artifactId>
<version>0.1.0</version>
<name>DBUtils for Scala</name>
<description>DBUtils for Scala simplifies interacting with various components of Databricks, such as the Databricks File
System (DBFS), Secret Scopes, Widgets, and other utilities.</description>
Expand Down
5 changes: 2 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<parent>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-examples</artifactId>
<version>0.1.0</version>
<name>DBUtils for Scala Examples</name>
<properties>
<scala.major>2</scala.major>
Expand All @@ -26,7 +25,7 @@
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala_${scala.major}.${scala.minor}</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Group and artifact identifiers, versioning -->
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>pom</packaging>
<name>DBUtils for Scala Parent</name>
<description>The parent POM for DBUtils for Scala.</description>
Expand Down

0 comments on commit 103df87

Please sign in to comment.