diff --git a/habushu-maven-plugin/pom.xml b/habushu-maven-plugin/pom.xml index 2c1bd56..9d8313a 100644 --- a/habushu-maven-plugin/pom.xml +++ b/habushu-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.technologybrewery.habushu habushu - 2.15.0 + 2.16.0-SNAPSHOT habushu::Maven Plugin for Python Projects diff --git a/habushu-mixology-consumer/pom.xml b/habushu-mixology-consumer/pom.xml index 4ee085d..1032ded 100644 --- a/habushu-mixology-consumer/pom.xml +++ b/habushu-mixology-consumer/pom.xml @@ -4,7 +4,7 @@ org.technologybrewery.habushu habushu - 2.15.0 + 2.16.0-SNAPSHOT habushu::Mixing Drinks with Habushu Consumer diff --git a/habushu-mixology-consumer/pyproject.toml b/habushu-mixology-consumer/pyproject.toml index 8561f9b..05bc2ab 100644 --- a/habushu-mixology-consumer/pyproject.toml +++ b/habushu-mixology-consumer/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habushu_mixology_consumer" -version = "2.15.0" +version = "2.16.0.dev" description = "Example of how to use the habushu-maven-plugin to consume other Habushu modules" authors = ["Eric Konieczny "] license = "MIT License" diff --git a/habushu-mixology/pom.xml b/habushu-mixology/pom.xml index b3a453f..16ad3fd 100644 --- a/habushu-mixology/pom.xml +++ b/habushu-mixology/pom.xml @@ -5,7 +5,7 @@ org.technologybrewery.habushu habushu - 2.15.0 + 2.16.0-SNAPSHOT habushu::Mixing Drinks with Habushu diff --git a/habushu-mixology/pyproject.toml b/habushu-mixology/pyproject.toml index fd7b7f6..2be73e7 100644 --- a/habushu-mixology/pyproject.toml +++ b/habushu-mixology/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habushu_mixology" -version = "2.15.0" +version = "2.16.0.dev" description = "Example of how to use the habushu-maven-plugin" authors = ["Eric Konieczny "] license = "MIT License" diff --git a/pom.xml b/pom.xml index a06aff5..4f5f9fa 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.technologybrewery.habushu - 2.15.0 + 2.16.0-SNAPSHOT habushu pom