This repository was archived by the owner on Aug 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
component-kotlin/src/main/resources/archetype-resources
service-mvc-kotlin/src/main/resources/archetype-resources Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3636 <dep .kotlin.version>1.4.10</dep .kotlin.version>
3737 <kotlin .code.style>official</kotlin .code.style>
3838 <kotlin .compiler.incremental>true</kotlin .compiler.incremental>
39- <dep .jetbrails.annotations.version>13.0</dep .jetbrails.annotations.version>
40- <dep .junit-platform.version>1.6.2</dep .junit-platform.version>
39+ <dep .jetbrains.annotations.version>13.0</dep .jetbrains.annotations.version>
4140 </properties >
4241
4342 <dependencies >
142141 <dependency >
143142 <groupId >org.jetbrains</groupId >
144143 <artifactId >annotations</artifactId >
145- <version >${dep.jetbrails .annotations.version} </version >
144+ <version >${dep.jetbrains .annotations.version} </version >
146145 </dependency >
147146 <dependency >
148147 <groupId >org.jetbrains.kotlin</groupId >
Original file line number Diff line number Diff line change 3737 <dep .kotlin.version>1.4.10</dep .kotlin.version>
3838 <kotlin .code.style>official</kotlin .code.style>
3939 <kotlin .compiler.incremental>true</kotlin .compiler.incremental>
40- <dep .jetbrails.annotations.version>13.0</dep .jetbrails.annotations.version>
41- <dep .junit-platform.version>1.6.2</dep .junit-platform.version>
40+ <dep .jetbrains.annotations.version>13.0</dep .jetbrains.annotations.version>
4241 </properties >
4342
4443 <dependencies >
153152 <dependency >
154153 <groupId >org.jetbrains</groupId >
155154 <artifactId >annotations</artifactId >
156- <version >${dep.jetbrails .annotations.version} </version >
155+ <version >${dep.jetbrains .annotations.version} </version >
157156 </dependency >
158157 <dependency >
159158 <groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments