Skip to content

Commit 7833162

Browse files
committed
update to 1.4.7
1 parent 983c154 commit 7833162

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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>1.4.6</version>
10+
<version>1.4.7</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>1.4.6</version>
7+
<version>1.4.7</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>1.4.6</version>
10+
<version>1.4.7</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>1.4.6</version>
10+
<version>1.4.7</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>seldon-server</artifactId>

stream/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>1.4.6</version>
7+
<version>1.4.7</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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>1.4.6</version>
8+
<version>1.4.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)