From f172d99f6825bae2f8682271aa57e8168a551571 Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Tue, 5 Jun 2012 14:09:39 +0400 Subject: [PATCH] update repositories in maven examples --- examples/maven/hello-world/pom.xml | 189 ++++++++---------- examples/maven/mixed-code-hello-world/pom.xml | 183 +++++++---------- 2 files changed, 155 insertions(+), 217 deletions(-) diff --git a/examples/maven/hello-world/pom.xml b/examples/maven/hello-world/pom.xml index 00b3091058a..c789a0f2846 100644 --- a/examples/maven/hello-world/pom.xml +++ b/examples/maven/hello-world/pom.xml @@ -1,110 +1,79 @@ - - - - 4.0.0 - - org.jetbrains.kotlin.examples - hello-world - 1.0-SNAPSHOT - - - 0.1-SNAPSHOT - 4.10 - - UTF-8 - - - - - org.jetbrains.kotlin - kotlin-stdlib - ${kotlin.version} - - - - junit - junit - ${junit.version} - test - - - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - - kotlin-maven-plugin - org.jetbrains.kotlin - ${kotlin.version} - - - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - - - - - jetbrains-release - http://repository.jetbrains.com/releases - - true - - - false - - - - jetbrains-snapshots - http://repository.jetbrains.com/snapshots - - false - - - true - - - - - - - jetbrains-release - http://repository.jetbrains.com/releases - - true - - - false - - - - jetbrains-snapshots - http://repository.jetbrains.com/snapshots - - false - - - true - - - - + + + + 4.0.0 + + org.jetbrains.kotlin.examples + hello-world + 1.0-SNAPSHOT + + + 0.1-SNAPSHOT + 4.10 + + UTF-8 + + + + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + + junit + junit + ${junit.version} + test + + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + + + + kotlin-maven-plugin + org.jetbrains.kotlin + ${kotlin.version} + + + + + compile + compile + + compile + + + + test-compile + test-compile + + test-compile + + + + + + + + + + jetbrains-all + http://repository.jetbrains.com/all + + + + + + jetbrains-all + http://repository.jetbrains.com/all + + + + diff --git a/examples/maven/mixed-code-hello-world/pom.xml b/examples/maven/mixed-code-hello-world/pom.xml index 6528237b827..21e0939119f 100644 --- a/examples/maven/mixed-code-hello-world/pom.xml +++ b/examples/maven/mixed-code-hello-world/pom.xml @@ -1,107 +1,76 @@ - - - - 4.0.0 - - org.jetbrains.kotlin.examples - mixed-code-hello-world - 1.0-SNAPSHOT - - - 0.1-SNAPSHOT - 4.10 - - UTF-8 - - - - - org.jetbrains.kotlin - kotlin-stdlib - ${kotlin.version} - - - - junit - junit - ${junit.version} - test - - - - - - - kotlin-maven-plugin - org.jetbrains.kotlin - ${kotlin.version} - - - - - compile - process-sources - - compile - - - - test-compile - process-test-sources - - test-compile - - - - - - - - - - jetbrains-release - http://repository.jetbrains.com/releases - - true - - - false - - - - jetbrains-snapshots - http://repository.jetbrains.com/snapshots - - false - - - true - - - - - - - jetbrains-release - http://repository.jetbrains.com/releases - - true - - - false - - - - jetbrains-snapshots - http://repository.jetbrains.com/snapshots - - false - - - true - - - - + + + + 4.0.0 + + org.jetbrains.kotlin.examples + mixed-code-hello-world + 1.0-SNAPSHOT + + + 0.1-SNAPSHOT + 4.10 + + UTF-8 + + + + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + + junit + junit + ${junit.version} + test + + + + + + + kotlin-maven-plugin + org.jetbrains.kotlin + ${kotlin.version} + + + + + compile + process-sources + + compile + + + + test-compile + process-test-sources + + test-compile + + + + + + + + + + jetbrains-all + http://repository.jetbrains.com/all + + + + + + jetbrains-all + http://repository.jetbrains.com/all + + + +