Skip to content

Commit 5c2a208

Browse files
[maven-release-plugin] 🔖 prepare release
1 parent 580ecb3 commit 5c2a208

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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>17-SNAPSHOT</version>
7+
<version>17</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 = "17.dev"
3+
version = "17"
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>17-SNAPSHOT</version>
7+
<version>17</version>
88
</parent>
99

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

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32

43
<parent>
54
<groupId>org.technologybrewery</groupId>
@@ -10,7 +9,7 @@
109
<modelVersion>4.0.0</modelVersion>
1110
<groupId>org.technologybrewery.krausening</groupId>
1211
<artifactId>krausening-root</artifactId>
13-
<version>17-SNAPSHOT</version>
12+
<version>17</version>
1413
<packaging>pom</packaging>
1514

1615
<name>Krausening</name>
@@ -48,7 +47,7 @@
4847
<connection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</connection>
4948
<developerConnection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</developerConnection>
5049
<url>https://github.com/TechnologyBrewery/krausening</url>
51-
<tag>krausening-root-16</tag>
50+
<tag>krausening-root-17</tag>
5251
</scm>
5352

5453
<modules>

0 commit comments

Comments
 (0)