rename kotlin.test to kotlin-test

This commit is contained in:
Sergey Mashkov
2015-12-21 15:07:13 +03:00
parent a7e7d53e2b
commit 5ad0a84039
9 changed files with 13 additions and 13 deletions
@@ -27,7 +27,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+1 -1
View File
@@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+2 -2
View File
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kotlin.test.parent</artifactId>
<artifactId>kotlin-test-parent</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kotlin.test.js</artifactId>
<artifactId>kotlin-test-js</artifactId>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
+3 -3
View File
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kotlin.test.parent</artifactId>
<artifactId>kotlin-test-parent</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<dependencies>
<dependency>
@@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test</artifactId>
<artifactId>kotlin-test</artifactId>
<version>${project.version}</version>
<exclusions>
+1 -1
View File
@@ -8,7 +8,7 @@
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>kotlin.test.parent</artifactId>
<artifactId>kotlin-test-parent</artifactId>
<packaging>pom</packaging>
<modules>
+2 -2
View File
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kotlin.test.parent</artifactId>
<artifactId>kotlin-test-parent</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kotlin.test</artifactId>
<artifactId>kotlin-test</artifactId>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
+1 -1
View File
@@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
@@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -23,7 +23,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>