Skip to content

Commit

Permalink
Liquibase 4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Nov 15, 2023
1 parent 708849f commit 711dddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
extraMavenArgs: -Dtest="RedshiftDatabaseTest"
extraMavenArgs: -Dtest="RedshiftDatabaseTest" -Dliquibase.version=master-SNAPSHOT
java: '[11, 17, 18]'
secrets: inherit
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-redshift</artifactId>
<version>4.24.1-SNAPSHOT</version>
<version>4.25.0-SNAPSHOT</version>

<name>Liquibase Extension Amazon Redshift support</name>
<description>Add this Liquibase extension to your project to support Amazon Redshift</description>
<url>https://github.com/liquibase/liquibase-redshift</url>

<properties>
<liquibase.version>4.24.0</liquibase.version>
<liquibase.version>4.25.0</liquibase.version>
<dependency.spock.version>1.3-groovy-2.4</dependency.spock.version>
<groovy-all.version>2.4.21</groovy-all.version>
<liquibase.version>4.24.0</liquibase.version>
<spock-core.version>1.3-groovy-2.4</spock-core.version>
<spock-reports.version>1.3.1</spock-reports.version>
<jacoco.fileset.directory>target</jacoco.fileset.directory>
Expand Down

0 comments on commit 711dddf

Please sign in to comment.