From 992b89e88c518c0cd11a2c19997d5d914eccf1a9 Mon Sep 17 00:00:00 2001 From: Oliver Marienfeld Date: Mon, 10 Jun 2024 00:18:14 +0200 Subject: [PATCH] Releasing 4.5.8 --- pom.xml | 12 ++++++------ vertx-lang-scala-codegen/pom.xml | 8 ++++---- vertx-lang-scala-itests/pom.xml | 8 ++++---- vertx-lang-scala-on-the-fly/pom.xml | 8 ++++---- vertx-lang-scala-test/pom.xml | 8 ++++---- vertx-lang-scala/build.sbt | 4 ++-- vertx-lang-scala/pom.xml | 14 ++++++++------ vertx-lang-scala/project/build.properties | 2 +- 8 files changed, 33 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 897cdd4b..1d56747f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + 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"> io.vertx vertx-parent @@ -10,7 +10,7 @@ 4.0.0 vertx-lang-scala-parent - 4.5.8-SNAPSHOT + 4.5.8 pom 2016 @@ -34,7 +34,7 @@ 5.10.2 - 3.4.1 + 3.4.2 2.0.12 ${project.version} @@ -107,7 +107,7 @@ net.alchim31.maven scala-maven-plugin - 4.8.1 + 4.9.1 java-output-version 8 @@ -171,4 +171,4 @@ vertx-lang-scala-test vertx-lang-scala-itests - + \ No newline at end of file diff --git a/vertx-lang-scala-codegen/pom.xml b/vertx-lang-scala-codegen/pom.xml index a00431e7..5681d4d7 100644 --- a/vertx-lang-scala-codegen/pom.xml +++ b/vertx-lang-scala-codegen/pom.xml @@ -1,13 +1,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"> 4.0.0 io.vertx vertx-lang-scala-parent - 4.5.8-SNAPSHOT + 4.5.8 ../pom.xml @@ -29,4 +29,4 @@ 4.0.3 - + \ No newline at end of file diff --git a/vertx-lang-scala-itests/pom.xml b/vertx-lang-scala-itests/pom.xml index 7d5209b4..97bb60e9 100644 --- a/vertx-lang-scala-itests/pom.xml +++ b/vertx-lang-scala-itests/pom.xml @@ -1,12 +1,12 @@ + 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"> 4.0.0 io.vertx vertx-lang-scala-parent - 4.5.8-SNAPSHOT + 4.5.8 vertx-lang-scala-itests @@ -61,4 +61,4 @@ - + \ No newline at end of file diff --git a/vertx-lang-scala-on-the-fly/pom.xml b/vertx-lang-scala-on-the-fly/pom.xml index 229b7162..d2a884fb 100644 --- a/vertx-lang-scala-on-the-fly/pom.xml +++ b/vertx-lang-scala-on-the-fly/pom.xml @@ -1,13 +1,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"> 4.0.0 io.vertx vertx-lang-scala-parent - 4.5.8-SNAPSHOT + 4.5.8 ../pom.xml @@ -75,4 +75,4 @@ - + \ No newline at end of file diff --git a/vertx-lang-scala-test/pom.xml b/vertx-lang-scala-test/pom.xml index 5f9143cf..d355cd09 100644 --- a/vertx-lang-scala-test/pom.xml +++ b/vertx-lang-scala-test/pom.xml @@ -1,13 +1,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"> 4.0.0 io.vertx vertx-lang-scala-parent - 4.5.8-SNAPSHOT + 4.5.8 ../pom.xml @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/vertx-lang-scala/build.sbt b/vertx-lang-scala/build.sbt index 45b6f037..fcdefc1b 100644 --- a/vertx-lang-scala/build.sbt +++ b/vertx-lang-scala/build.sbt @@ -1,8 +1,8 @@ import java.time.LocalDate -ThisBuild / scalaVersion := "3.4.0" +ThisBuild / scalaVersion := "3.4.2" ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" -ThisBuild / version := "4.5.8-SNAPSHOT" +ThisBuild / version := "4.5.8" lazy val currentYear = LocalDate.now().getYear() lazy val socialLinks = Map( diff --git a/vertx-lang-scala/pom.xml b/vertx-lang-scala/pom.xml index ed49df8a..28f0232f 100644 --- a/vertx-lang-scala/pom.xml +++ b/vertx-lang-scala/pom.xml @@ -1,13 +1,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"> 4.0.0 io.vertx vertx-lang-scala-parent - 4.5.8-SNAPSHOT + 4.5.8 ../pom.xml @@ -456,7 +456,8 @@ io/vertx/**/*.java,examples/**/*.java - **/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/** + + **/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/** ${project.build.directory}/sources/java @@ -526,7 +527,8 @@ 2.23.1 - + io.micrometer micrometer-registry-prometheus @@ -598,4 +600,4 @@ - + \ No newline at end of file diff --git a/vertx-lang-scala/project/build.properties b/vertx-lang-scala/project/build.properties index abbbce5d..081fdbbc 100644 --- a/vertx-lang-scala/project/build.properties +++ b/vertx-lang-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.10.0