Skip to content

Commit f17fc7a

Browse files
committed
[maven-release-plugin] prepare release
1 parent ee7ec86 commit f17fc7a

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.bitbucket.askllc.krausening</groupId>
66
<artifactId>krausening-root</artifactId>
7-
<version>12-SNAPSHOT</version>
7+
<version>12</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 = "12.dev"
3+
version = "12"
44
description = "Python implementation of Krausening"
55
authors = ["Eric Konieczny <ekonieczny@cpointe-inc.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.bitbucket.askllc.krausening</groupId>
66
<artifactId>krausening-root</artifactId>
7-
<version>12-SNAPSHOT</version>
7+
<version>12</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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.bitbucket.askllc.krausening</groupId>
55
<artifactId>krausening-root</artifactId>
6-
<version>12-SNAPSHOT</version>
6+
<version>12</version>
77
<packaging>pom</packaging>
88

99
<name>Krausening</name>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:ssh://git@bitbucket.org/cpointe/krausening.git</connection>
4242
<developerConnection>scm:git:ssh://git@bitbucket.org/cpointe/krausening.git</developerConnection>
4343
<url>https://bitbucket.org/cpointe/krausening.git</url>
44-
<tag>HEAD</tag>
44+
<tag>krausening-root-12</tag>
4545
</scm>
4646

4747
<distributionManagement>

0 commit comments

Comments
 (0)