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 10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >vertx-lang-scala-parent</artifactId >
13
- <version >4.5.7-SNAPSHOT </version >
13
+ <version >4.5.7</version >
14
14
<packaging >pom</packaging >
15
15
<inceptionYear >2016</inceptionYear >
16
16
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.vertx</groupId >
9
9
<artifactId >vertx-lang-scala-parent</artifactId >
10
- <version >4.5.7-SNAPSHOT </version >
10
+ <version >4.5.7</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.vertx</groupId >
8
8
<artifactId >vertx-lang-scala-parent</artifactId >
9
- <version >4.5.7-SNAPSHOT </version >
9
+ <version >4.5.7</version >
10
10
</parent >
11
11
12
12
<artifactId >vertx-lang-scala-itests</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.vertx</groupId >
9
9
<artifactId >vertx-lang-scala-parent</artifactId >
10
- <version >4.5.7-SNAPSHOT </version >
10
+ <version >4.5.7</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.vertx</groupId >
9
9
<artifactId >vertx-lang-scala-parent</artifactId >
10
- <version >4.5.7-SNAPSHOT </version >
10
+ <version >4.5.7</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import java.time.LocalDate
2
2
3
3
ThisBuild / scalaVersion := " 3.4.0"
4
4
ThisBuild / resolvers += " Sonatype OSS Snapshots" at " https://s01.oss.sonatype.org/content/repositories/snapshots"
5
- ThisBuild / version := " 4.5.7-SNAPSHOT "
5
+ ThisBuild / version := " 4.5.7"
6
6
7
7
lazy val currentYear = LocalDate .now().getYear()
8
8
lazy val socialLinks = Map (
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.vertx</groupId >
9
9
<artifactId >vertx-lang-scala-parent</artifactId >
10
- <version >4.5.7-SNAPSHOT </version >
10
+ <version >4.5.7</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
You can’t perform that action at this time.
0 commit comments