Skip to content

Commit 83e2157

Browse files
[maven-release-plugin] prepare release
1 parent 253a621 commit 83e2157

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>org.technologybrewery</groupId>
1211
<artifactId>poetry-monorepo-dependency-plugin</artifactId>
13-
<version>1.0.6-SNAPSHOT</version>
12+
<version>1.0.6</version>
1413
<packaging>habushu</packaging>
1514

1615
<name>Poetry Monorepo Dependency Plugin</name>
@@ -44,7 +43,7 @@
4443
<developerConnection>scm:git:ssh://[email protected]/TechnologyBrewery/poetry-monorepo-dependency-plugin.git
4544
</developerConnection>
4645
<url>https://github.com/TechnologyBrewery/poetry-monorepo-dependency-plugin/</url>
47-
<tag>HEAD</tag>
46+
<tag>poetry-monorepo-dependency-plugin-1.0.6</tag>
4847
</scm>
4948

5049
<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.6.dev"
3+
version = "1.0.6"
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)