Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Sep 8, 2020
1 parent f623ce0 commit f8f09ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions incubating/wrappers/java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ update_proto: download_protos_tensorflow
cp -v $(SELDON_CORE_DIR)/proto/prediction.proto src/main/proto/
cp -vr $(SELDON_CORE_DIR)/proto/tensorflow/tensorflow src/main/proto

push:
mvn clean deploy

clean:
mvn clean -B
rm -fr src/main/proto/*
2 changes: 1 addition & 1 deletion incubating/wrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<groupId>io.seldon.wrapper</groupId>
<artifactId>seldon-core-wrapper</artifactId>
<packaging>jar</packaging>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<name>Seldon Core Java Wrapper</name>
<url>http://maven.apache.org</url>
<description>Wrapper for seldon-core Java prediction models.
Expand Down

0 comments on commit f8f09ce

Please sign in to comment.