Skip to content

Commit

Permalink
Releasing 4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Jun 9, 2024
1 parent 24fedaa commit 992b89e
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 31 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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">
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>
<groupId>io.vertx</groupId>
<artifactId>vertx-parent</artifactId>
Expand All @@ -10,7 +10,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.8-SNAPSHOT</version>
<version>4.5.8</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>

Expand All @@ -34,7 +34,7 @@

<properties>
<junit.version>5.10.2</junit.version>
<scala.version>3.4.1</scala.version>
<scala.version>3.4.2</scala.version>
<slf4j.version>2.0.12</slf4j.version>
<stack.version>${project.version}</stack.version>
</properties>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.8.1</version>
<version>4.9.1</version>
<configuration>
<args>
<arg>java-output-version 8</arg>
Expand Down Expand Up @@ -171,4 +171,4 @@
<module>vertx-lang-scala-test</module>
<module>vertx-lang-scala-itests</module>
</modules>
</project>
</project>
8 changes: 4 additions & 4 deletions vertx-lang-scala-codegen/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.8-SNAPSHOT</version>
<version>4.5.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -29,4 +29,4 @@
<version>4.0.3</version>
</dependency>
</dependencies>
</project>
</project>
8 changes: 4 additions & 4 deletions vertx-lang-scala-itests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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">
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.8-SNAPSHOT</version>
<version>4.5.8</version>
</parent>

<artifactId>vertx-lang-scala-itests</artifactId>
Expand Down Expand Up @@ -61,4 +61,4 @@
</plugins>
</build>

</project>
</project>
8 changes: 4 additions & 4 deletions vertx-lang-scala-on-the-fly/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.8-SNAPSHOT</version>
<version>4.5.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -75,4 +75,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
8 changes: 4 additions & 4 deletions vertx-lang-scala-test/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.8-SNAPSHOT</version>
<version>4.5.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -63,4 +63,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions vertx-lang-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
14 changes: 8 additions & 6 deletions vertx-lang-scala/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.8-SNAPSHOT</version>
<version>4.5.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -456,7 +456,8 @@
</goals>
<configuration>
<includes>io/vertx/**/*.java,examples/**/*.java</includes>
<excludes>**/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/**</excludes>
<excludes>
**/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/**</excludes>
<outputDirectory>${project.build.directory}/sources/java</outputDirectory>
</configuration>
</execution>
Expand Down Expand Up @@ -526,7 +527,8 @@
<version>2.23.1</version>
</dependency>

<!-- Transitive dependencies declared as optional in other modules, and needed for instance in docgen -->
<!-- Transitive dependencies declared as optional in other modules, and needed for
instance in docgen -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
Expand Down Expand Up @@ -598,4 +600,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion vertx-lang-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.10.0

0 comments on commit 992b89e

Please sign in to comment.