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 Aug 21, 2023
1 parent 580ecb3 commit 5c2a208
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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>17-SNAPSHOT</version>
<version>17</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 = "17.dev"
version = "17"
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>17-SNAPSHOT</version>
<version>17</version>
</parent>

<name>Krausening::Krausening Java</name>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>org.technologybrewery</groupId>
Expand All @@ -10,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>17-SNAPSHOT</version>
<version>17</version>
<packaging>pom</packaging>

<name>Krausening</name>
Expand Down Expand Up @@ -48,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>krausening-root-16</tag>
<tag>krausening-root-17</tag>
</scm>

<modules>
Expand Down

0 comments on commit 5c2a208

Please sign in to comment.