Skip to content

Commit

Permalink
🔖 Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Jun 8, 2023
1 parent 3f0ff05 commit 84da034
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion habushu-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.habushu</groupId>
<artifactId>habushu</artifactId>
<version>2.6.0</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>habushu::Maven Plugin for Python Projects</name>
Expand Down
2 changes: 1 addition & 1 deletion habushu-mixology-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.habushu</groupId>
<artifactId>habushu</artifactId>
<version>2.6.0</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>habushu::Mixing Drinks with Habushu consumer</name>
Expand Down
2 changes: 1 addition & 1 deletion habushu-mixology-consumer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "habushu_mixology_consumer"
version = "2.6.0"
version = "2.7.0.dev"
description = "Example of how to use the habushu-maven-plugin to consume other Habushu modules"
authors = ["Eric Konieczny <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion habushu-mixology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.technologybrewery.habushu</groupId>
<artifactId>habushu</artifactId>
<version>2.6.0</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<name>habushu::Mixing Drinks with Habushu</name>
Expand Down
2 changes: 1 addition & 1 deletion habushu-mixology/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "habushu_mixology"
version = "2.6.0"
version = "2.7.0.dev"
description = "Example of how to use the habushu-maven-plugin"
authors = ["Eric Konieczny <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<groupId>org.technologybrewery.habushu</groupId>
<version>2.6.0</version>
<version>2.7.0-SNAPSHOT</version>
<artifactId>habushu</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit 84da034

Please sign in to comment.