Skip to content

Commit 26b7cf8

Browse files
[maven-release-plugin] prepare release
1 parent 06ef2f8 commit 26b7cf8

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.3.1-SNAPSHOT</version>
12+
<version>1.3.1</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>poetry-monorepo-dependency-plugin-1.3.0</tag>
46+
<tag>poetry-monorepo-dependency-plugin-1.3.1</tag>
4747
</scm>
4848

4949
<properties>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repository = "https://github.com/TechnologyBrewery/poetry-monorepo-dependency-pl
33

44
[project]
55
name = "poetry-monorepo-dependency-plugin"
6-
version = "1.3.1.dev"
6+
version = "1.3.1"
77
description = "Poetry plugin that generates more easily consumable archives for projects in a monorepo structure with path dependencies on other Poetry projects"
88
authors = [{name = "Eric Konieczny", email = "[email protected]"}]
99
license = "MIT"

0 commit comments

Comments
 (0)