Skip to content

Commit

Permalink
Backport "Add versionLine marker to pom.xml" to LTS (#21008)
Browse files Browse the repository at this point in the history
Backports #19986 to the LTS branch.

PR submitted by the release tooling.
  • Loading branch information
WojciechMazur authored Jul 4, 2024
2 parents 43d69e6 + 3502e17 commit 999c1b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ object Build {

val baseVersion = "3.3.4-RC1"

// LTS or Next
val versionLine = "LTS"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
// TODO: Have the vscode extension fetch these numbers from the Internet
Expand Down Expand Up @@ -1815,6 +1818,10 @@ object Build {
"scm:git:git@github.com:scala/scala3.git"
)
),
pomExtra :=
<properties>
<scala.versionLine>{versionLine}</scala.versionLine>
</properties>,
developers := List(
Developer(
id = "odersky",
Expand Down

0 comments on commit 999c1b7

Please sign in to comment.