Skip to content

Commit

Permalink
Update version to 1.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
breglerj committed Mar 25, 2020
1 parent a1cd262 commit 67f5054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -77,13 +77,13 @@ If you want to use the Liquibase HANA extension in an application project, add t
<dependency>
<groupId>com.sap.foss.hana</groupId>
<artifactId>liquibase-hana</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</dependency>
```

### Gradle
```
implementation 'com.sap.foss.hana:liquibase-hana:1.0.1'
implementation 'com.sap.foss.hana:liquibase-hana:1.0.2-SNAPSHOT'
```

# How to obtain support
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.sap.foss.hana</groupId>
<artifactId>liquibase-hana</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>SAP HANA Liquibase Extension</name>
Expand Down

0 comments on commit 67f5054

Please sign in to comment.