Skip to content

Commit 0e0aa0e

Browse files
committed
W-14661042 - Use base-image 1.4.0. Publish 2.1.0
1 parent 79f4a62 commit 0e0aa0e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/aml-org/amf-ci-tools-base-image:1.4.0-java21.test.0
1+
FROM ghcr.io/aml-org/amf-ci-tools-base-image:1.4.0

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ pipeline {
4444
when {
4545
anyOf {
4646
branch 'master'
47-
branch 'java21-2024'
4847
}
4948
}
5049
steps {
@@ -60,7 +59,6 @@ pipeline {
6059
when {
6160
anyOf {
6261
branch 'master'
63-
branch 'java21-2024'
6462
}
6563
}
6664
steps {

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import sbtcrossproject.CrossPlugin.autoImport.crossProject
22
import sbtsonar.SonarPlugin.autoImport.sonarProperties
33

4-
//ThisBuild / version := getVersion(2, 0)
5-
ThisBuild / version := "2.1.0-java21-0"
4+
ThisBuild / version := getVersion(2, 1)
65
ThisBuild / scalacOptions ++= Seq("-feature")
76
ThisBuild / scalaVersion := "2.12.20"
87

0 commit comments

Comments
 (0)