Skip to content

Commit b7d01b7

Browse files
committed
Merge branch 'release/0.1.4'
2 parents 4874c60 + b9596ca commit b7d01b7

File tree

12 files changed

+25
-15
lines changed

12 files changed

+25
-15
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Development branches
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Produces and releases artifacts
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

.github/workflows/release-notes.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1+
name: Milestone Closure
2+
3+
permissions:
4+
contents: write
5+
16
# Trigger the workflow on milestone events
27
on:
38
milestone:
49
types: [closed]
5-
name: Milestone Closure
610
jobs:
711
create-release-notes:
812
runs-on: ubuntu-latest
913
steps:
1014
- name: Checkout code
1115
uses: actions/checkout@master
12-
16+
1317
- name: Create Release Notes Markdown
1418
uses: docker://decathlon/release-notes-generator-action:3.1.5
1519
env:

_build/parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-root</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -16,13 +16,13 @@
1616

1717
<properties>
1818
<classgraph.version>4.8.179</classgraph.version>
19-
<kotlin-poet.version>2.1.0</kotlin-poet.version>
20-
<kotlin-compile-testing.version>0.7.0</kotlin-compile-testing.version>
19+
<kotlin-poet.version>2.2.0</kotlin-poet.version>
20+
<kotlin-compile-testing.version>0.7.1</kotlin-compile-testing.version>
2121
<slf4j.version>2.0.17</slf4j.version>
2222

2323
<!-- TEST -->
2424
<assertj.version>3.27.3</assertj.version>
25-
<logback.version>1.5.17</logback.version>
25+
<logback.version>1.5.18</logback.version>
2626
</properties>
2727

2828
<dependencyManagement>

_build/report-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

_itest/builder-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-itest-root</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation.itest</groupId>

_itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
<relativePath>../_build/parent/pom.xml</relativePath>
1010
</parent>
1111

_itest/spi-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-itest-root</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation.itest</groupId>

kotlin-code-generation-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-root</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation</groupId>

kotlin-code-generation-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4</version>
99
<relativePath>../_build/parent/pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)