File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ hs_err_pid*
181
181
182
182
# ## Maven ###
183
183
target /
184
- pom.xml.tag
185
- pom.xml.bak
186
- pom.xml.releaseBackup
187
- pom.xml.versionsBackup
188
- pom.xml.next
184
+ pom * .xml.tag
185
+ pom * .xml.bak
186
+ pom * .xml.releaseBackup
187
+ pom * .xml.versionsBackup
188
+ pom * .xml.next
189
189
release.properties
190
190
dependency-reduced-pom.xml
191
191
buildNumber.properties
Original file line number Diff line number Diff line change 10
10
<packaging >pom</packaging >
11
11
12
12
<properties >
13
- <kotlin .version>1.4.10 </kotlin .version>
14
- <dokka .version>1.4.10 </dokka .version>
13
+ <kotlin .version>1.4.21 </kotlin .version>
14
+ <dokka .version>1.4.20 </dokka .version>
15
15
<atrium .version>0.13.0</atrium .version>
16
16
<kotest .version>4.2.5</kotest .version>
17
- <kotlin .version>1.4.10 </kotlin .version>
17
+ <kotlin .version>1.4.21 </kotlin .version>
18
18
<spark2-scala-2 .11.version>2.4.0</spark2-scala-2 .11.version>
19
19
<spark2-scala-2 .12.version>2.4.1</spark2-scala-2 .12.version>
20
20
<spark3 .version>3.0.0</spark3 .version>
220
220
<localCheckout >true</localCheckout >
221
221
<pushChanges >false</pushChanges >
222
222
<mavenExecutorId >forked-path</mavenExecutorId >
223
+ <releaseProfiles >scala-2.11,scala-2.12,performRelease</releaseProfiles >
223
224
</configuration >
224
225
</plugin >
225
226
<plugin >
You can’t perform that action at this time.
0 commit comments