Skip to content

Commit 07e1335

Browse files
committed
version to 0.92.1
1 parent 3685f81 commit 07e1335

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client/java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.seldon</groupId>
99
<artifactId>seldon-parent</artifactId>
10-
<version>0.92</version>
10+
<version>0.92.1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>seldon-java-client</artifactId>

offline-jobs/spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.seldon</groupId>
66
<artifactId>seldon-parent</artifactId>
7-
<version>0.92</version>
7+
<version>0.92.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.seldon</groupId>
99
<artifactId>seldon-parent</artifactId>
10-
<version>0.92</version>
10+
<version>0.92.1</version>
1111
<packaging>pom</packaging>
1212
<name>Seldon Project Parent POM</name>
1313
<url>http://seldon.io/</url>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.seldon</groupId>
99
<artifactId>seldon-parent</artifactId>
10-
<version>0.92</version>
10+
<version>0.92.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>seldon-server</artifactId>

web-item-importer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.seldon</groupId>
77
<artifactId>seldon-parent</artifactId>
8-
<version>0.92</version>
8+
<version>0.92.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)