File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: mlflow
33Title: Interface to 'MLflow'
4- Version: 1.21.1
4+ Version: 1.22.0
55Authors@R:
66 c(person(given = "Matei",
77 family = "Zaharia",
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.mlflow</groupId >
77 <artifactId >mlflow-parent</artifactId >
8- <version >1.21.1-SNAPSHOT </version >
8+ <version >1.22.0 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.mlflow</groupId >
55 <artifactId >mlflow-parent</artifactId >
6- <version >1.21.1-SNAPSHOT </version >
6+ <version >1.22.0 </version >
77 <packaging >pom</packaging >
88 <name >MLflow Parent POM</name >
99 <url >http://mlflow.org</url >
5959 </distributionManagement >
6060
6161 <properties >
62- <mlflow-version >1.21.1-SNAPSHOT </mlflow-version >
62+ <mlflow-version >1.22.0 </mlflow-version >
6363 <maven .compiler.source>1.8</maven .compiler.source>
6464 <maven .compiler.target>1.8</maven .compiler.target>
6565 <scala .version>2.11.12</scala .version>
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.mlflow</groupId >
77 <artifactId >mlflow-parent</artifactId >
8- <version >1.21.1-SNAPSHOT </version >
8+ <version >1.22.0 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 11<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" >
22 <modelVersion >4.0.0</modelVersion >
33 <artifactId >mlflow-spark</artifactId >
4- <version >1.21.1-SNAPSHOT </version >
4+ <version >1.22.0 </version >
55 <name >${project.artifactId} </name >
66 <properties >
77 <maven .compiler.source>1.8</maven .compiler.source>
1515 <parent >
1616 <groupId >org.mlflow</groupId >
1717 <artifactId >mlflow-parent</artifactId >
18- <version >1.21.1-SNAPSHOT </version >
18+ <version >1.22.0 </version >
1919 <relativePath >../pom.xml</relativePath >
2020 </parent >
2121
Original file line number Diff line number Diff line change 22import re
33
44
5- VERSION = "1.21.1.dev0 "
5+ VERSION = "1.22.0 "
66
77
88def is_release_version ():
You can’t perform that action at this time.
0 commit comments