This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree 11 files changed +14
-14
lines changed
main/java/org/mlflow/sagemaker
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.mlflow</groupId >
7
7
<artifactId >mlflow-parent</artifactId >
8
- <version >2.19.0-SNAPSHOT </version >
8
+ <version >2.19.0</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.mlflow</groupId >
5
5
<artifactId >mlflow-parent</artifactId >
6
- <version >2.19.0-SNAPSHOT </version >
6
+ <version >2.19.0</version >
7
7
<packaging >pom</packaging >
8
8
<name >MLflow Parent POM</name >
9
9
<url >http://mlflow.org</url >
59
59
</distributionManagement >
60
60
61
61
<properties >
62
- <mlflow-version >2.19.0-SNAPSHOT </mlflow-version >
62
+ <mlflow-version >2.19.0</mlflow-version >
63
63
<maven .compiler.source>1.8</maven .compiler.source>
64
64
<maven .compiler.target>1.8</maven .compiler.target>
65
65
<scala .version>2.11.12</scala .version>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.mlflow</groupId >
7
7
<artifactId >mlflow-parent</artifactId >
8
- <version >2.19.0-SNAPSHOT </version >
8
+ <version >2.19.0</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ static class VersionServlet extends HttpServlet {
172
172
@ Override
173
173
public void doGet (HttpServletRequest request , HttpServletResponse response ) throws IOException {
174
174
response .setStatus (HttpServletResponse .SC_OK );
175
- response .getWriter ().print ("2.19.0-SNAPSHOT " );
175
+ response .getWriter ().print ("2.19.0" );
176
176
response .getWriter ().close ();
177
177
}
178
178
}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public void testScoringServerWithValidPredictorRespondsToVersionCorrectly() thro
78
78
HttpResponse response = httpClient .execute (getRequest );
79
79
Assert .assertEquals (HttpServletResponse .SC_OK , response .getStatusLine ().getStatusCode ());
80
80
String responseBody = getHttpResponseBody (response );
81
- Assert .assertEquals ("2.19.0-SNAPSHOT " , responseBody );
81
+ Assert .assertEquals ("2.19.0" , responseBody );
82
82
server .stop ();
83
83
}
84
84
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >mlflow-spark_${scala.compat.version} </artifactId >
4
- <version >2.19.0-SNAPSHOT </version >
4
+ <version >2.19.0</version >
5
5
<name >${project.artifactId} </name >
6
6
<properties >
7
7
<maven .compiler.source>1.8</maven .compiler.source>
16
16
<parent >
17
17
<groupId >org.mlflow</groupId >
18
18
<artifactId >mlflow-parent</artifactId >
19
- <version >2.19.0-SNAPSHOT </version >
19
+ <version >2.19.0</version >
20
20
<relativePath >../pom.xml</relativePath >
21
21
</parent >
22
22
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const ErrorCodes = {
9
9
RESOURCE_CONFLICT : 'RESOURCE_CONFLICT' ,
10
10
} ;
11
11
12
- export const Version = '2.19.0rc0 ' ;
12
+ export const Version = '2.19.0 ' ;
13
13
14
14
const DOCS_VERSION = 'latest' ;
15
15
Original file line number Diff line number Diff line change 1
1
# Copyright 2018 Databricks, Inc.
2
2
import re
3
3
4
- VERSION = "2.19.0rc0 "
4
+ VERSION = "2.19.0 "
5
5
6
6
7
7
def is_release_version ():
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " mlflow"
7
- version = " 2.19.0rc0 "
7
+ version = " 2.19.0 "
8
8
description = " MLflow is an open source platform for the complete machine learning lifecycle"
9
9
readme = " README.md"
10
10
keywords = [" mlflow" , " ai" , " databricks" ]
@@ -22,7 +22,7 @@ classifiers = [
22
22
]
23
23
requires-python = " >=3.9"
24
24
dependencies = [
25
- " mlflow-skinny==2.19.0rc0 " ,
25
+ " mlflow-skinny==2.19.0 " ,
26
26
" Flask<4" ,
27
27
" Jinja2<4,>=2.11; platform_system != 'Windows'" ,
28
28
" Jinja2<4,>=3.0; platform_system == 'Windows'" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " mlflow-skinny"
7
- version = " 2.19.0rc0 "
7
+ version = " 2.19.0 "
8
8
description = " MLflow is an open source platform for the complete machine learning lifecycle"
9
9
readme = " README.md"
10
10
keywords = [" mlflow" , " ai" , " databricks" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " mlflow"
7
- version = " 2.19.0rc0 "
7
+ version = " 2.19.0 "
8
8
description = " MLflow is an open source platform for the complete machine learning lifecycle"
9
9
readme = " README.md"
10
10
keywords = [" mlflow" , " ai" , " databricks" ]
You can’t perform that action at this time.
0 commit comments