Skip to content

Commit

Permalink
Prepare release habushu-2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 9, 2024
1 parent f11484e commit ab0e950
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.14.0-SNAPSHOT</version>
<version>2.14.0</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.14.0-SNAPSHOT</version>
<version>2.14.0</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.14.0.dev"
version = "2.14.0"
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.14.0-SNAPSHOT</version>
<version>2.14.0</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.14.0.dev"
version = "2.14.0"
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 @@ -9,7 +9,7 @@
</parent>

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

Expand Down

0 comments on commit ab0e950

Please sign in to comment.