Skip to content

Commit

Permalink
[maven-release-plugin] 🔖 prepare release
Browse files Browse the repository at this point in the history
d-ryan-ashcraft committed Sep 19, 2024

Verified

This commit was signed with the committer’s verified signature.
d-ryan-ashcraft Ryan Ashcraft
1 parent 7d3d9d0 commit a90531c
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion krausening-python/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>20-SNAPSHOT</version>
<version>20</version>
</parent>

<name>Krausening::Krausening Python</name>
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 = "20.dev"
version = "20"
description = "Python implementation of Krausening"
authors = ["Eric Konieczny <[email protected]>"]
license = "MIT"
2 changes: 1 addition & 1 deletion krausening/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>20-SNAPSHOT</version>
<version>20</version>
</parent>

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

<name>Krausening</name>
@@ -47,7 +47,8 @@
<connection>scm:git:ssh://[email protected]/TechnologyBrewery/krausening.git</connection>
<developerConnection>scm:git:ssh://[email protected]/TechnologyBrewery/krausening.git</developerConnection>
<url>https://github.com/TechnologyBrewery/krausening</url>
</scm>
<tag>krausening-root-20</tag>
</scm>

<modules>
<module>krausening</module>

0 comments on commit a90531c

Please sign in to comment.