Skip to content

Commit 4c04eaa

Browse files
committed
Don't hard-code dependency versions in Maven import test
1 parent 7821366 commit 4c04eaa

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

idea/idea-maven/test/org/jetbrains/kotlin/idea/maven/KotlinMavenImporterTest.kt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
735735
<dependency>
736736
<groupId>org.jetbrains.kotlin</groupId>
737737
<artifactId>kotlin-stdlib</artifactId>
738-
<version>1.1.0</version>
738+
<version>$kotlinVersion</version>
739739
</dependency>
740740
</dependencies>
741741
@@ -783,7 +783,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
783783
<dependency>
784784
<groupId>org.jetbrains.kotlin</groupId>
785785
<artifactId>kotlin-stdlib-js</artifactId>
786-
<version>1.1.0</version>
786+
<version>$kotlinVersion</version>
787787
</dependency>
788788
</dependencies>
789789
@@ -831,7 +831,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
831831
<dependency>
832832
<groupId>org.jetbrains.kotlin</groupId>
833833
<artifactId>kotlin-stdlib-common</artifactId>
834-
<version>1.1.0</version>
834+
<version>$kotlinVersion</version>
835835
</dependency>
836836
</dependencies>
837837
@@ -879,7 +879,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
879879
<dependency>
880880
<groupId>org.jetbrains.kotlin</groupId>
881881
<artifactId>kotlin-stdlib</artifactId>
882-
<version>1.1.0</version>
882+
<version>$kotlinVersion</version>
883883
</dependency>
884884
</dependencies>
885885
@@ -927,7 +927,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
927927
<dependency>
928928
<groupId>org.jetbrains.kotlin</groupId>
929929
<artifactId>kotlin-stdlib-js</artifactId>
930-
<version>1.1.0</version>
930+
<version>$kotlinVersion</version>
931931
</dependency>
932932
</dependencies>
933933
@@ -975,7 +975,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
975975
<dependency>
976976
<groupId>org.jetbrains.kotlin</groupId>
977977
<artifactId>kotlin-stdlib-common</artifactId>
978-
<version>1.1.0</version>
978+
<version>$kotlinVersion</version>
979979
</dependency>
980980
</dependencies>
981981
@@ -1023,12 +1023,12 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
10231023
<dependency>
10241024
<groupId>org.jetbrains.kotlin</groupId>
10251025
<artifactId>kotlin-stdlib-common</artifactId>
1026-
<version>1.1.0</version>
1026+
<version>$kotlinVersion</version>
10271027
</dependency>
10281028
<dependency>
10291029
<groupId>org.jetbrains.kotlin</groupId>
10301030
<artifactId>kotlin-stdlib-js</artifactId>
1031-
<version>1.1.0</version>
1031+
<version>$kotlinVersion</version>
10321032
</dependency>
10331033
</dependencies>
10341034
@@ -1081,7 +1081,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
10811081
<dependency>
10821082
<groupId>org.jetbrains.kotlin</groupId>
10831083
<artifactId>kotlin-stdlib</artifactId>
1084-
<version>1.1.0</version>
1084+
<version>$kotlinVersion</version>
10851085
</dependency>
10861086
</dependencies>
10871087
@@ -1123,7 +1123,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
11231123
<dependency>
11241124
<groupId>org.jetbrains.kotlin</groupId>
11251125
<artifactId>kotlin-stdlib-js</artifactId>
1126-
<version>1.1.0</version>
1126+
<version>$kotlinVersion</version>
11271127
</dependency>
11281128
</dependencies>
11291129
@@ -1165,7 +1165,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
11651165
<dependency>
11661166
<groupId>org.jetbrains.kotlin</groupId>
11671167
<artifactId>kotlin-stdlib-common</artifactId>
1168-
<version>1.1.0</version>
1168+
<version>$kotlinVersion</version>
11691169
</dependency>
11701170
</dependencies>
11711171
@@ -1211,7 +1211,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
12111211
<dependency>
12121212
<groupId>org.jetbrains.kotlin</groupId>
12131213
<artifactId>kotlin-stdlib</artifactId>
1214-
<version>1.1.0</version>
1214+
<version>$kotlinVersion</version>
12151215
</dependency>
12161216
</dependencies>
12171217
@@ -1259,7 +1259,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
12591259
<dependency>
12601260
<groupId>org.jetbrains.kotlin</groupId>
12611261
<artifactId>kotlin-stdlib-js</artifactId>
1262-
<version>1.1.0</version>
1262+
<version>$kotlinVersion</version>
12631263
</dependency>
12641264
</dependencies>
12651265
@@ -1307,7 +1307,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
13071307
<dependency>
13081308
<groupId>org.jetbrains.kotlin</groupId>
13091309
<artifactId>kotlin-stdlib-common</artifactId>
1310-
<version>1.1.0</version>
1310+
<version>$kotlinVersion</version>
13111311
</dependency>
13121312
</dependencies>
13131313
@@ -1355,7 +1355,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
13551355
<dependency>
13561356
<groupId>org.jetbrains.kotlin</groupId>
13571357
<artifactId>kotlin-stdlib</artifactId>
1358-
<version>1.1.0</version>
1358+
<version>$kotlinVersion</version>
13591359
</dependency>
13601360
</dependencies>
13611361
@@ -1379,7 +1379,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
13791379
<dependency>
13801380
<groupId>org.jetbrains.kotlin</groupId>
13811381
<artifactId>kotlin-maven-allopen</artifactId>
1382-
<version>1.1.0</version>
1382+
<version>$kotlinVersion</version>
13831383
</dependency>
13841384
</dependencies>
13851385

0 commit comments

Comments
 (0)