From f5e0cb5e637b7acd9c9fc720c570c9c64a165515 Mon Sep 17 00:00:00 2001 From: Eric Konieczny Date: Fri, 4 Nov 2022 18:07:15 -0400 Subject: [PATCH] [maven-release-plugin] prepare release --- pom.xml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b3d1adf..2dc0626 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.bitbucket.cpointe poetry-monorepo-dependency-plugin - 1.0.5-SNAPSHOT + 1.0.5 habushu Poetry Monorepo Dependency Plugin @@ -33,7 +33,7 @@ building and publishing archives with local path dependencies to other Poetry pr scm:git:ssh://git@bitbucket.org/cpointe/poetry-monorepo-dependency-plugin.git scm:git:ssh://git@bitbucket.org/cpointe/poetry-monorepo-dependency-plugin.git https://bitbucket.org/cpointe/poetry-monorepo-dependency-plugin/ - HEAD + poetry-monorepo-dependency-plugin-1.0.5 diff --git a/pyproject.toml b/pyproject.toml index be0a412..7e3e7dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"