File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.technologybrewery.krausening</groupId >
6
6
<artifactId >krausening-root</artifactId >
7
- <version >17-SNAPSHOT </version >
7
+ <version >17</version >
8
8
</parent >
9
9
10
10
<name >Krausening::Krausening Python</name >
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " krausening"
3
- version = " 17.dev "
3
+ version = " 17"
4
4
description = " Python implementation of Krausening"
5
5
authors = [" Eric Konieczny <ekoniec1@gmail.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.technologybrewery.krausening</groupId >
6
6
<artifactId >krausening-root</artifactId >
7
- <version >17-SNAPSHOT </version >
7
+ <version >17</version >
8
8
</parent >
9
9
10
10
<name >Krausening::Krausening Java</name >
Original file line number Diff line number Diff line change 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" >
3
2
4
3
<parent >
5
4
<groupId >org.technologybrewery</groupId >
10
9
<modelVersion >4.0.0</modelVersion >
11
10
<groupId >org.technologybrewery.krausening</groupId >
12
11
<artifactId >krausening-root</artifactId >
13
- <version >17-SNAPSHOT </version >
12
+ <version >17</version >
14
13
<packaging >pom</packaging >
15
14
16
15
<name >Krausening</name >
48
47
<connection >scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</connection >
49
48
<developerConnection >scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</developerConnection >
50
49
<url >https://github.com/TechnologyBrewery/krausening</url >
51
- <tag >krausening-root-16 </tag >
50
+ <tag >krausening-root-17 </tag >
52
51
</scm >
53
52
54
53
<modules >
You can’t perform that action at this time.
0 commit comments