Skip to content

Commit 685eb05

Browse files
[maven-release-plugin] prepare release
1 parent a36442a commit 685eb05

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
@@ -9,7 +9,7 @@
99

1010
<groupId>org.technologybrewery</groupId>
1111
<artifactId>poetry-monorepo-dependency-plugin</artifactId>
12-
<version>1.1.0-SNAPSHOT</version>
12+
<version>1.1.0</version>
1313
<packaging>habushu</packaging>
1414

1515
<name>Poetry Monorepo Dependency Plugin</name>
@@ -43,7 +43,7 @@
4343
<developerConnection>scm:git:ssh://[email protected]/TechnologyBrewery/poetry-monorepo-dependency-plugin.git
4444
</developerConnection>
4545
<url>https://github.com/TechnologyBrewery/poetry-monorepo-dependency-plugin/</url>
46-
<tag>HEAD</tag>
46+
<tag>poetry-monorepo-dependency-plugin-1.1.0</tag>
4747
</scm>
4848

4949
<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.1.0.dev"
3+
version = "1.1.0"
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)