Skip to content

Commit ed426c8

Browse files
[maven-release-plugin] 🔖 prepare release
1 parent 3ff5bf6 commit ed426c8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

krausening-python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.krausening</groupId>
66
<artifactId>krausening-root</artifactId>
7-
<version>18-SNAPSHOT</version>
7+
<version>18</version>
88
</parent>
99

1010
<name>Krausening::Krausening Python</name>

krausening-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "krausening"
3-
version = "18.dev"
3+
version = "18"
44
description = "Python implementation of Krausening"
55
authors = ["Eric Konieczny <ekoniec1@gmail.com>"]
66
license = "MIT"

krausening/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.krausening</groupId>
66
<artifactId>krausening-root</artifactId>
7-
<version>18-SNAPSHOT</version>
7+
<version>18</version>
88
</parent>
99

1010
<name>Krausening::Krausening Java</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.technologybrewery.krausening</groupId>
1111
<artifactId>krausening-root</artifactId>
12-
<version>18-SNAPSHOT</version>
12+
<version>18</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Krausening</name>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</connection>
4848
<developerConnection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</developerConnection>
4949
<url>https://github.com/TechnologyBrewery/krausening</url>
50-
<tag>krausening-root-16</tag>
50+
<tag>krausening-root-18</tag>
5151
</scm>
5252

5353
<modules>

0 commit comments

Comments
 (0)