Skip to content

Commit

Permalink
feat: release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Feb 6, 2024
1 parent e6daba3 commit a938e9c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Release Workflow

#on:
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
# - 'v[0-9]+.[0-9]+.[0-9]+-rc*'
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-rc*'
pull_request:
branches: [ main ]

jobs:
build-and-release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add following code block as a dependency
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions databend-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.databend</groupId>
<artifactId>databend-base</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-client</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>

<properties>
<!--suppress UnresolvedMavenProperty -->
Expand Down
6 changes: 3 additions & 3 deletions databend-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.databend</groupId>
<artifactId>databend-base</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>

<properties>
<!--suppress UnresolvedMavenProperty -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-client</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-base</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
<name>databend-base</name>
<description>Databend</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit a938e9c

Please sign in to comment.