Skip to content

Commit 7af2fbb

Browse files
committed
update version to 1.4.9
1 parent 3f4b7f6 commit 7af2fbb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.8</version>
10+
<version>1.4.9</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.8</version>
7+
<version>1.4.9</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.8</version>
10+
<version>1.4.9</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.8</version>
10+
<version>1.4.9</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>seldon-server</artifactId>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
api.version.major=1
22
api.version.minor=4
3-
api.version.bugfix=8
4-
api.version.date=19-10-2017
3+
api.version.bugfix=9
4+
api.version.date=24-10-2017

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

0 commit comments

Comments
 (0)