Skip to content

Commit

Permalink
Set version to 4.5.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Nov 4, 2024
1 parent f5323e7 commit 06b8086
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

Expand Down Expand Up @@ -43,7 +43,7 @@
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-depchain</artifactId>
<artifactId>vertx-dependencies</artifactId>
<version>${stack.version}</version>
<type>pom</type>
<scope>import</scope>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.10-SNAPSHOT</version>
<version>4.5.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.10-SNAPSHOT</version>
<version>4.5.11-SNAPSHOT</version>
</parent>

<artifactId>vertx-lang-scala-itests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala-on-the-fly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.10-SNAPSHOT</version>
<version>4.5.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.10-SNAPSHOT</version>
<version>4.5.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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.5.0"
ThisBuild / scalaVersion := "3.5.2"
ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
ThisBuild / version := "4.5.10-SNAPSHOT"
ThisBuild / version := "4.5.11-SNAPSHOT"

lazy val currentYear = LocalDate.now().getYear()
lazy val socialLinks = Map(
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala-parent</artifactId>
<version>4.5.10-SNAPSHOT</version>
<version>4.5.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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.10.0
sbt.version=1.10.4

0 comments on commit 06b8086

Please sign in to comment.