Skip to content

Commit 992b89e

Browse files
committed
Releasing 4.5.8
1 parent 24fedaa commit 992b89e

File tree

8 files changed

+33
-31
lines changed

8 files changed

+33
-31
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<groupId>io.vertx</groupId>
77
<artifactId>vertx-parent</artifactId>
@@ -10,7 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>vertx-lang-scala-parent</artifactId>
13-
<version>4.5.8-SNAPSHOT</version>
13+
<version>4.5.8</version>
1414
<packaging>pom</packaging>
1515
<inceptionYear>2016</inceptionYear>
1616

@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<junit.version>5.10.2</junit.version>
37-
<scala.version>3.4.1</scala.version>
37+
<scala.version>3.4.2</scala.version>
3838
<slf4j.version>2.0.12</slf4j.version>
3939
<stack.version>${project.version}</stack.version>
4040
</properties>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>net.alchim31.maven</groupId>
109109
<artifactId>scala-maven-plugin</artifactId>
110-
<version>4.8.1</version>
110+
<version>4.9.1</version>
111111
<configuration>
112112
<args>
113113
<arg>java-output-version 8</arg>
@@ -171,4 +171,4 @@
171171
<module>vertx-lang-scala-test</module>
172172
<module>vertx-lang-scala-itests</module>
173173
</modules>
174-
</project>
174+
</project>

vertx-lang-scala-codegen/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>io.vertx</groupId>
99
<artifactId>vertx-lang-scala-parent</artifactId>
10-
<version>4.5.8-SNAPSHOT</version>
10+
<version>4.5.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -29,4 +29,4 @@
2929
<version>4.0.3</version>
3030
</dependency>
3131
</dependencies>
32-
</project>
32+
</project>

vertx-lang-scala-itests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.vertx</groupId>
88
<artifactId>vertx-lang-scala-parent</artifactId>
9-
<version>4.5.8-SNAPSHOT</version>
9+
<version>4.5.8</version>
1010
</parent>
1111

1212
<artifactId>vertx-lang-scala-itests</artifactId>
@@ -61,4 +61,4 @@
6161
</plugins>
6262
</build>
6363

64-
</project>
64+
</project>

vertx-lang-scala-on-the-fly/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>io.vertx</groupId>
99
<artifactId>vertx-lang-scala-parent</artifactId>
10-
<version>4.5.8-SNAPSHOT</version>
10+
<version>4.5.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -75,4 +75,4 @@
7575
</plugin>
7676
</plugins>
7777
</build>
78-
</project>
78+
</project>

vertx-lang-scala-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>io.vertx</groupId>
99
<artifactId>vertx-lang-scala-parent</artifactId>
10-
<version>4.5.8-SNAPSHOT</version>
10+
<version>4.5.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -63,4 +63,4 @@
6363
</plugin>
6464
</plugins>
6565
</build>
66-
</project>
66+
</project>

vertx-lang-scala/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import java.time.LocalDate
22

3-
ThisBuild / scalaVersion := "3.4.0"
3+
ThisBuild / scalaVersion := "3.4.2"
44
ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
5-
ThisBuild / version := "4.5.8-SNAPSHOT"
5+
ThisBuild / version := "4.5.8"
66

77
lazy val currentYear = LocalDate.now().getYear()
88
lazy val socialLinks = Map(

vertx-lang-scala/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>io.vertx</groupId>
99
<artifactId>vertx-lang-scala-parent</artifactId>
10-
<version>4.5.8-SNAPSHOT</version>
10+
<version>4.5.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -456,7 +456,8 @@
456456
</goals>
457457
<configuration>
458458
<includes>io/vertx/**/*.java,examples/**/*.java</includes>
459-
<excludes>**/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/**</excludes>
459+
<excludes>
460+
**/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/**</excludes>
460461
<outputDirectory>${project.build.directory}/sources/java</outputDirectory>
461462
</configuration>
462463
</execution>
@@ -526,7 +527,8 @@
526527
<version>2.23.1</version>
527528
</dependency>
528529

529-
<!-- Transitive dependencies declared as optional in other modules, and needed for instance in docgen -->
530+
<!-- Transitive dependencies declared as optional in other modules, and needed for
531+
instance in docgen -->
530532
<dependency>
531533
<groupId>io.micrometer</groupId>
532534
<artifactId>micrometer-registry-prometheus</artifactId>
@@ -598,4 +600,4 @@
598600
</plugin>
599601
</plugins>
600602
</build>
601-
</project>
603+
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.8
1+
sbt.version=1.10.0

0 commit comments

Comments
 (0)