File tree Expand file tree Collapse file tree 12 files changed +14
-16
lines changed
kotlin-code-generation-bom
kotlin-code-generation-test Expand file tree Collapse file tree 12 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: 'Bug report'
3
3
about : ' Report a bug'
4
4
title :
5
5
labels : ' Type: bug'
6
+ type : ' Bug'
6
7
7
8
---
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: 'Feature request'
3
3
about : ' Suggest a new feature or enhancement'
4
4
title :
5
5
labels : ' Type: enhancement'
6
+ type : ' Feature'
6
7
assignees :
7
8
8
9
---
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The one-stop lib for code generation for kotlin (jvm) and code generation testin
8
8
[ ![ Build Status] ( https://github.com/toolisticon/kotlin-code-generation/workflows/Development%20branches/badge.svg )] ( https://github.com/toolisticon/kotlin-code-generation/actions )
9
9
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/e493c246c3684b95a2ef097ae912d45a )] ( https://app.codacy.com/gh/toolisticon/kotlin-code-generation/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
10
10
[ ![ codecov] ( https://codecov.io/gh/toolisticon/kotlin-code-generation/graph/badge.svg?token=kyJ82m5DAT )] ( https://codecov.io/gh/toolisticon/kotlin-code-generation )
11
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.1.0 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
11
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.1.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
12
12
[ ![ sponsored] ( https://img.shields.io/badge/sponsoredBy-Holisticon-RED.svg )] ( https://holisticon.de/ )
13
13
[ ![ javadoc] ( https://javadoc.io/badge2/io.toolisticon.kotlin.generation/kotlin-code-generation/javadoc.svg )] ( https://javadoc.io/doc/io.toolisticon.kotlin.generation/kotlin-code-generation )
14
14
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-root</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
<relativePath >../../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-parent</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-itest-root</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation.itest</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-parent</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
<relativePath >../_build/parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-itest-root</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation.itest</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-root</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-parent</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
<relativePath >../_build/parent/pom.xml</relativePath >
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments