-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release
- Loading branch information
1 parent
a36442a
commit 685eb05
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
<groupId>org.technologybrewery</groupId> | ||
<artifactId>poetry-monorepo-dependency-plugin</artifactId> | ||
<version>1.1.0-SNAPSHOT</version> | ||
<version>1.1.0</version> | ||
<packaging>habushu</packaging> | ||
|
||
<name>Poetry Monorepo Dependency Plugin</name> | ||
|
@@ -43,7 +43,7 @@ | |
<developerConnection>scm:git:ssh://[email protected]/TechnologyBrewery/poetry-monorepo-dependency-plugin.git | ||
</developerConnection> | ||
<url>https://github.com/TechnologyBrewery/poetry-monorepo-dependency-plugin/</url> | ||
<tag>HEAD</tag> | ||
<tag>poetry-monorepo-dependency-plugin-1.1.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "poetry-monorepo-dependency-plugin" | ||
version = "1.1.0.dev" | ||
version = "1.1.0" | ||
description = "Poetry plugin that generates more easily consumable archives for projects in a monorepo structure with path dependencies on other Poetry projects" | ||
authors = ["Eric Konieczny <[email protected]>"] | ||
readme = "README.md" | ||
|