Skip to content

Commit

Permalink
Fix deploy, update version to 0.1.1-ER
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shanko authored and Dmitry Shanko committed Jun 27, 2023
1 parent d9f5e01 commit 73bc800
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
-DrepositoryId=sonatype-nexus-staging \
-DpomFile=${{ env.artifact_name }}.pom \
-DgeneratePom=false \
-Dbuild.version=${{ env.artifact_version }} \
-Dfile=${{ env.artifact_name }}.jar \
-Dsources=${{ env.artifact_name }}-sources.jar \
-Djavadoc=${{ env.artifact_name }}-javadoc.jar \
Expand Down
9 changes: 9 additions & 0 deletions liquibase-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<description>Liquibase extension for Couchbase</description>
<url>https://docs.liquibase.com</url>

<parent>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-couchbase-parent</artifactId>
Expand All @@ -15,6 +18,12 @@
<packaging>jar</packaging>

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

<liquibase.core.version>4.22.0</liquibase.core.version>
<slf4j.version>2.0.7</slf4j.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sonar.organization>liquibase</sonar.organization>
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.0-ER</build.version>
<build.version>0.1.1-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 73bc800

Please sign in to comment.