File tree Expand file tree Collapse file tree 12 files changed +25
-15
lines changed
kotlin-code-generation-bom
kotlin-code-generation-test Expand file tree Collapse file tree 12 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : Development branches
2
2
3
+ permissions :
4
+ contents : read
5
+
3
6
on :
4
7
push :
5
8
branches :
Original file line number Diff line number Diff line change 1
1
name : Produces and releases artifacts
2
2
3
+ permissions :
4
+ contents : read
5
+
3
6
on :
4
7
push :
5
8
branches :
Original file line number Diff line number Diff line change
1
+ name : Milestone Closure
2
+
3
+ permissions :
4
+ contents : write
5
+
1
6
# Trigger the workflow on milestone events
2
7
on :
3
8
milestone :
4
9
types : [closed]
5
- name : Milestone Closure
6
10
jobs :
7
11
create-release-notes :
8
12
runs-on : ubuntu-latest
9
13
steps :
10
14
- name : Checkout code
11
15
uses : actions/checkout@master
12
-
16
+
13
17
- name : Create Release Notes Markdown
14
18
uses : docker://decathlon/release-notes-generator-action:3.1.5
15
19
env :
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.3 </version >
8
+ <version >0.1.4 </version >
9
9
<relativePath >../../pom.xml</relativePath >
10
10
</parent >
11
11
16
16
17
17
<properties >
18
18
<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>
21
21
<slf4j .version>2.0.17</slf4j .version>
22
22
23
23
<!-- TEST -->
24
24
<assertj .version>3.27.3</assertj .version>
25
- <logback .version>1.5.17 </logback .version>
25
+ <logback .version>1.5.18 </logback .version>
26
26
</properties >
27
27
28
28
<dependencyManagement >
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.3 </version >
8
+ <version >0.1.4 </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.3 </version >
8
+ <version >0.1.4 </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.3 </version >
8
+ <version >0.1.4 </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.3 </version >
8
+ <version >0.1.4 </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.3 </version >
8
+ <version >0.1.4 </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.3 </version >
8
+ <version >0.1.4 </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