Skip to content

Commit c678e5e

Browse files
[maven-release-plugin] prepare release
1 parent 841e9d2 commit c678e5e

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.2.1-SNAPSHOT</version>
12+
<version>1.3.0</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.3.0</tag>
4847
</scm>
4948

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