Skip to content

Commit

Permalink
version 0.1.8-SNAPSHOT set
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Jun 4, 2018
1 parent 8bc2d03 commit fa6666b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.seldon.apife</groupId>
<artifactId>seldon-apife</artifactId>
<version>0.1.7</version>
<version>0.1.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>api-frontend</name>
Expand Down
2 changes: 1 addition & 1 deletion cluster-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.seldon.clustermanager</groupId>
<artifactId>seldon-cluster-manager</artifactId>
<packaging>jar</packaging>
<version>0.1.7</version>
<version>0.1.8-SNAPSHOT</version>
<name>seldon-cluster-manager</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.seldon.engine</groupId>
<artifactId>seldon-engine</artifactId>
<version>0.1.7</version>
<version>0.1.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>engine</name>
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core-crd
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.1.7
version: 0.1.8-SNAPSHOT
2 changes: 1 addition & 1 deletion helm-charts/seldon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.1.7
version: 0.1.8-SNAPSHOT
6 changes: 3 additions & 3 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apife:
enabled: true
image:
pull_policy: IfNotPresent
tag: 0.1.7
tag: 0.1.8-SNAPSHOT
apife_service_type: NodePort
cluster_manager:
image:
pull_policy: IfNotPresent
tag: 0.1.7
tag: 0.1.8-SNAPSHOT
java_opts: ''
spring_opts: ''
engine:
image:
tag: 0.1.7
tag: 0.1.8-SNAPSHOT
rbac:
enabled: true
redis:
Expand Down

0 comments on commit fa6666b

Please sign in to comment.