Skip to content

Commit

Permalink
Add versionLine marker to pom.xml
Browse files Browse the repository at this point in the history
[Cherry-picked e2d9ee5]
  • Loading branch information
Kordyjan authored and WojciechMazur committed Jul 3, 2024
1 parent cde5ab3 commit bbb50bd
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:[email protected]:scala/scala3.git"
)
),
pomExtra :=
<properties>
<scala.versionLine>{versionLine}</scala.versionLine>
</properties>,
developers := List(
Developer(
id = "odersky",
Expand Down

0 comments on commit bbb50bd

Please sign in to comment.