Skip to content

Commit b98edf4

Browse files
committed
[maven-release-plugin] prepare release
1 parent 6f5aa55 commit b98edf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.bitbucket.cpointe</groupId>
55
<artifactId>poetry-monorepo-dependency-plugin</artifactId>
6-
<version>1.0.4-SNAPSHOT</version>
6+
<version>1.0.4</version>
77
<packaging>habushu</packaging>
88

99
<name>Poetry Monorepo Dependency Plugin</name>
@@ -33,7 +33,7 @@ building and publishing archives with local path dependencies to other Poetry pr
3333
<connection>scm:git:ssh://[email protected]/cpointe/poetry-monorepo-dependency-plugin.git</connection>
3434
<developerConnection>scm:git:ssh://[email protected]/cpointe/poetry-monorepo-dependency-plugin.git</developerConnection>
3535
<url>https://bitbucket.org/cpointe/poetry-monorepo-dependency-plugin/</url>
36-
<tag>HEAD</tag>
36+
<tag>poetry-monorepo-dependency-plugin-1.0.4</tag>
3737
</scm>
3838

3939
<properties>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-monorepo-dependency-plugin"
3-
version = "1.0.4.dev"
3+
version = "1.0.4"
44
description = "Poetry plugin that generates more easily consumable archives for projects in a monorepo structure with path dependencies on other Poetry projects"
55
authors = ["Eric Konieczny <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)