diff --git a/.idea/misc.xml b/.idea/misc.xml index 542659b..eac42a1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,8 @@ + + + diff --git a/pom.xml b/pom.xml index fcf6fe4..79c01bc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,12 @@ - - - - - - + 4.0.0 net.thauvin.erik jokeapi 0.9.1-SNAPSHOT jokeapi - Retrieve jokes from Sv443's JokeAPI + Retrieve jokes from Sv443's JokeAPI https://github.com/ethauvin/jokeapi @@ -18,6 +14,26 @@ https://opensource.org/licenses/BSD-3-Clause + + + org.jetbrains.kotlin + kotlin-stdlib + 1.9.20 + compile + + + org.json + json + 20231013 + compile + + + net.thauvin.erik.urlencoder + urlencoder-lib-jvm + 1.4.0 + compile + + ethauvin @@ -27,43 +43,8 @@ - scm:git:https://github.com/ethauvin/jokeapi.git + scm:git:https://github.com/ethauvin/jokeapi scm:git:git@github.com:ethauvin/jokeapi.git https://github.com/ethauvin/jokeapi - - GitHub - https://github.com/ethauvin/jokeapi/issues - - - - - org.jetbrains.kotlin - kotlin-bom - 1.9.10 - pom - import - - - - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - 1.9.10 - compile - - - net.thauvin.erik.urlencoder - urlencoder-lib-jvm - 1.4.0 - runtime - - - org.json - json - 20231013 - runtime - - diff --git a/sonar-project.properties b/sonar-project.properties index 170f57b..5fe9b51 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.organization=ethauvin-github -sonar.projectKey=ethauvin_readingtime +sonar.projectKey=ethauvin_jokeapi sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml sonar.sources=src/main/kotlin/ sonar.tests=src/test/kotlin/