Skip to content

Commit 999c1b7

Browse files
Backport "Add versionLine marker to pom.xml" to LTS (#21008)
Backports #19986 to the LTS branch. PR submitted by the release tooling.
2 parents 43d69e6 + 3502e17 commit 999c1b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: project/Build.scala

+7
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ object Build {
8585

8686
val baseVersion = "3.3.4-RC1"
8787

88+
// LTS or Next
89+
val versionLine = "LTS"
90+
8891
// Versions used by the vscode extension to create a new project
8992
// This should be the latest published releases.
9093
// TODO: Have the vscode extension fetch these numbers from the Internet
@@ -1815,6 +1818,10 @@ object Build {
18151818
"scm:git:[email protected]:scala/scala3.git"
18161819
)
18171820
),
1821+
pomExtra :=
1822+
<properties>
1823+
<scala.versionLine>{versionLine}</scala.versionLine>
1824+
</properties>,
18181825
developers := List(
18191826
Developer(
18201827
id = "odersky",

0 commit comments

Comments
 (0)