File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
vertx-lang-scala-on-the-fly Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010
1111 <modelVersion >4.0.0</modelVersion >
1212 <artifactId >vertx-lang-scala-parent</artifactId >
13- <version >4.5.7 </version >
13+ <version >4.5.8-SNAPSHOT </version >
1414 <packaging >pom</packaging >
1515 <inceptionYear >2016</inceptionYear >
1616
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.vertx</groupId >
99 <artifactId >vertx-lang-scala-parent</artifactId >
10- <version >4.5.7 </version >
10+ <version >4.5.8-SNAPSHOT </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.vertx</groupId >
88 <artifactId >vertx-lang-scala-parent</artifactId >
9- <version >4.5.7 </version >
9+ <version >4.5.8-SNAPSHOT </version >
1010 </parent >
1111
1212 <artifactId >vertx-lang-scala-itests</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.vertx</groupId >
99 <artifactId >vertx-lang-scala-parent</artifactId >
10- <version >4.5.7 </version >
10+ <version >4.5.8-SNAPSHOT </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.vertx</groupId >
99 <artifactId >vertx-lang-scala-parent</artifactId >
10- <version >4.5.7 </version >
10+ <version >4.5.8-SNAPSHOT </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import java.time.LocalDate
22
33ThisBuild / scalaVersion := " 3.4.0"
44ThisBuild / resolvers += " Sonatype OSS Snapshots" at " https://s01.oss.sonatype.org/content/repositories/snapshots"
5- ThisBuild / version := " 4.5.7 "
5+ ThisBuild / version := " 4.5.8-SNAPSHOT "
66
77lazy val currentYear = LocalDate .now().getYear()
88lazy val socialLinks = Map (
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.vertx</groupId >
99 <artifactId >vertx-lang-scala-parent</artifactId >
10- <version >4.5.7 </version >
10+ <version >4.5.8-SNAPSHOT </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
You can’t perform that action at this time.
0 commit comments