Skip to content

Commit d41ca22

Browse files
committed
chore: updates ignore file, adds release profiles
1 parent aa8bf87 commit d41ca22

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ hs_err_pid*
181181

182182
### Maven ###
183183
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
189189
release.properties
190190
dependency-reduced-pom.xml
191191
buildNumber.properties

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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>
@@ -220,6 +220,7 @@
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>

0 commit comments

Comments
 (0)