Skip to content

Commit

Permalink
[maven-release-plugin] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Sep 6, 2023
1 parent a36442a commit 685eb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.technologybrewery</groupId>
<artifactId>poetry-monorepo-dependency-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>habushu</packaging>

<name>Poetry Monorepo Dependency Plugin</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
<developerConnection>scm:git:ssh://[email protected]/TechnologyBrewery/poetry-monorepo-dependency-plugin.git
</developerConnection>
<url>https://github.com/TechnologyBrewery/poetry-monorepo-dependency-plugin/</url>
<tag>HEAD</tag>
<tag>poetry-monorepo-dependency-plugin-1.1.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-monorepo-dependency-plugin"
version = "1.1.0.dev"
version = "1.1.0"
description = "Poetry plugin that generates more easily consumable archives for projects in a monorepo structure with path dependencies on other Poetry projects"
authors = ["Eric Konieczny <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 685eb05

Please sign in to comment.