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*
181181
182182# ## Maven ###
183183target /
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
189189release.properties
190190dependency-reduced-pom.xml
191191buildNumber.properties
Original file line number Diff line number Diff line change 1010 <packaging >pom</packaging >
1111
1212 <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>
1515 <atrium .version>0.13.0</atrium .version>
1616 <kotest .version>4.2.5</kotest .version>
17- <kotlin .version>1.4.10 </kotlin .version>
17+ <kotlin .version>1.4.21 </kotlin .version>
1818 <spark2-scala-2 .11.version>2.4.0</spark2-scala-2 .11.version>
1919 <spark2-scala-2 .12.version>2.4.1</spark2-scala-2 .12.version>
2020 <spark3 .version>3.0.0</spark3 .version>
220220 <localCheckout >true</localCheckout >
221221 <pushChanges >false</pushChanges >
222222 <mavenExecutorId >forked-path</mavenExecutorId >
223+ <releaseProfiles >scala-2.11,scala-2.12,performRelease</releaseProfiles >
223224 </configuration >
224225 </plugin >
225226 <plugin >
You can’t perform that action at this time.
0 commit comments