Skip to content

Commit

Permalink
[maven-release-plugin] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Apr 18, 2023
1 parent 0b92eaa commit 0b5619b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion krausening-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>16-SNAPSHOT</version>
<version>16</version>
</parent>

<name>Krausening::Krausening Python</name>
Expand Down
2 changes: 1 addition & 1 deletion krausening-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "krausening"
version = "16.dev"
version = "16"
description = "Python implementation of Krausening"
authors = ["Eric Konieczny <ekoniec1@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion krausening/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>16-SNAPSHOT</version>
<version>16</version>
</parent>

<name>Krausening::Krausening Java</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>16-SNAPSHOT</version>
<version>16</version>
<packaging>pom</packaging>

<name>Krausening</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<connection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</connection>
<developerConnection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</developerConnection>
<url>https://github.com/TechnologyBrewery/krausening</url>
<tag>HEAD</tag>
<tag>krausening-root-16</tag>
</scm>

<modules>
Expand Down

0 comments on commit 0b5619b

Please sign in to comment.