Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Mar 14, 2024
1 parent 9e6b219 commit 5aa4caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.technologybrewery</groupId>
<artifactId>poetry-monorepo-dependency-plugin</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>habushu</packaging>

<name>Poetry Monorepo Dependency Plugin</name>
Expand Down Expand Up @@ -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>poetry-monorepo-dependency-plugin-1.2.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-monorepo-dependency-plugin"
version = "1.2.0"
version = "1.2.1.dev"
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]>"]
license = "MIT"
Expand Down

0 comments on commit 5aa4caf

Please sign in to comment.