From a5c9c42ec07965d9ed8ad01397ce14a22511e539 Mon Sep 17 00:00:00 2001 From: Florent Biville Date: Thu, 13 Oct 2022 16:09:48 +0200 Subject: [PATCH] Set release version --- mkdocs.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3710c1fc..b380f14d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,8 +16,8 @@ plugins: extra: maven_central: https://repo1.maven.org/maven2 github_repo: https://github.com/liquibase/liquibase-neo4j - liquibase_version: 4.16.1 - version: 4.16.1.2 + liquibase_version: 4.17.0 + version: 4.17.0 markdown_extensions: - abbr - admonition diff --git a/pom.xml b/pom.xml index b14037f0..ef25e4b5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase.ext liquibase-neo4j - 4.16.1.4-SNAPSHOT + 4.17.0 Liquibase Neo4j Database Extension Adds additional Neo4j specific Liquibase functionality