diff --git a/incubating/wrappers/java/Makefile b/incubating/wrappers/java/Makefile index fb13ec829a..4a012234e4 100644 --- a/incubating/wrappers/java/Makefile +++ b/incubating/wrappers/java/Makefile @@ -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/* diff --git a/incubating/wrappers/java/pom.xml b/incubating/wrappers/java/pom.xml index 2ebdf92296..1171341883 100644 --- a/incubating/wrappers/java/pom.xml +++ b/incubating/wrappers/java/pom.xml @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs io.seldon.wrapper seldon-core-wrapper jar - 0.3.0-SNAPSHOT + 0.3.0 Seldon Core Java Wrapper http://maven.apache.org Wrapper for seldon-core Java prediction models.