File tree Expand file tree Collapse file tree 11 files changed +18
-25
lines changed
kotlin-code-generation-bom
kotlin-code-generation-test Expand file tree Collapse file tree 11 files changed +18
-25
lines changed Original file line number Diff line number Diff line change 30
30
java-version : 17
31
31
distribution : zulu
32
32
cache : maven
33
+ server-id : central
33
34
34
35
# Prepare
35
36
- name : Prepare Maven Wrapper
Original file line number Diff line number Diff line change 30
30
java-version : 17
31
31
distribution : ' zulu'
32
32
cache : ' maven'
33
- server-id : ossrh
33
+ server-id : central
34
34
server-username : OSS_CENTRAL_USERNAME # env variable for Maven Central
35
35
server-password : OSS_CENTRAL_PASSWORD # env variable for Maven Central
36
36
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.2.1 </version >
8
+ <version >0.2.2 </version >
9
9
<relativePath >../../pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<artifactId >kotlin-code-generation-parent</artifactId >
13
- <name >pom: ${project.artifactId} </name >
13
+ <name >pom: kotlin-code-generation-parent </name >
14
14
<description >Common parent pom for all modules.</description >
15
15
<packaging >pom</packaging >
16
16
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.2.1 </version >
8
+ <version >0.2.2 </version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<artifactId >report-generator</artifactId >
13
- <name >report: ${project.artifactId} </name >
13
+ <name >report: report-generator </name >
14
14
<description >Generates aggregate reports.</description >
15
15
<packaging >pom</packaging >
16
16
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.2.1 </version >
8
+ <version >0.2.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.2.1 </version >
8
+ <version >0.2.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.2.1 </version >
8
+ <version >0.2.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.2.1 </version >
8
+ <version >0.2.2 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation</groupId >
12
12
<artifactId >kotlin-code-generation-bom</artifactId >
13
+ <name >kotlin-code-generation-bom</name >
13
14
<description >Bill of material for kotlin-code-generation.</description >
14
15
<packaging >pom</packaging >
15
16
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.2.1 </version >
8
+ <version >0.2.2 </version >
9
9
<relativePath >../_build/parent/pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<groupId >io.toolisticon.kotlin.generation</groupId >
13
13
<artifactId >kotlin-code-generation-test</artifactId >
14
+ <name >kotlin-code-generation-test</name >
14
15
<description >Tools for testing generated classes. This lib exposes testing libraries and is supposed to be included
15
16
with `scope=test`
16
17
</description >
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.2.1 </version >
8
+ <version >0.2.2 </version >
9
9
<relativePath >../_build/parent/pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<groupId >io.toolisticon.kotlin.generation</groupId >
13
13
<artifactId >kotlin-code-generation</artifactId >
14
+ <name >kotlin-code-generation</name >
14
15
<description >Wrapping core components for kotlin code generation with kotlin-poet.</description >
15
16
16
17
<dependencies >
You can’t perform that action at this time.
0 commit comments