Skip to content

Commit

Permalink
[maven-release-plugin] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoniec1 committed Nov 4, 2022
1 parent 7b41904 commit f5e0cb5
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 @@ -3,7 +3,7 @@

<groupId>org.bitbucket.cpointe</groupId>
<artifactId>poetry-monorepo-dependency-plugin</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<packaging>habushu</packaging>

<name>Poetry Monorepo Dependency Plugin</name>
Expand Down Expand Up @@ -33,7 +33,7 @@ building and publishing archives with local path dependencies to other Poetry pr
<connection>scm:git:ssh://[email protected]/cpointe/poetry-monorepo-dependency-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cpointe/poetry-monorepo-dependency-plugin.git</developerConnection>
<url>https://bitbucket.org/cpointe/poetry-monorepo-dependency-plugin/</url>
<tag>HEAD</tag>
<tag>poetry-monorepo-dependency-plugin-1.0.5</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.0.5.dev"
version = "1.0.5"
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 f5e0cb5

Please sign in to comment.