Skip to content

Commit

Permalink
Fix deploy, update version to 0.1.2-ER
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shanko authored and Dmitry Shanko committed Jul 3, 2023
1 parent ef66aa9 commit 396d4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>jar</packaging>

<properties>
<build.version>0.1.1-ER</build.version>
<build.version>0.1.2-ER</build.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<liquibase.core.version>4.22.0</liquibase.core.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</scm>

<properties>
<build.version>0.1.1-ER</build.version>
<build.version>0.1.2-ER</build.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 396d4d6

Please sign in to comment.