diff --git a/djl-spring-boot-console-sample/pom.xml b/djl-spring-boot-console-sample/pom.xml index 535d505..ba51f9b 100644 --- a/djl-spring-boot-console-sample/pom.xml +++ b/djl-spring-boot-console-sample/pom.xml @@ -9,7 +9,7 @@ ai.djl.spring.examples djl-spring-boot-console-sample - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT 11 @@ -19,12 +19,12 @@ ai.djl.spring djl-spring-boot-starter-autoconfigure - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ai.djl.spring djl-spring-boot-starter-mxnet-auto - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT diff --git a/djl-spring-boot-starter-autoconfigure/pom.xml b/djl-spring-boot-starter-autoconfigure/pom.xml index a2768fa..a1d63f4 100644 --- a/djl-spring-boot-starter-autoconfigure/pom.xml +++ b/djl-spring-boot-starter-autoconfigure/pom.xml @@ -4,11 +4,11 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ../djl-spring-boot-starter-parent djl-spring-boot-starter-autoconfigure - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT djl-spring-boot-starter-autoconfigure DJL Spring Boot starter project @@ -27,7 +27,7 @@ ai.djl.spring djl-spring-boot-starter-mxnet-auto - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT test diff --git a/djl-spring-boot-starter-mxnet-auto/pom.xml b/djl-spring-boot-starter-mxnet-auto/pom.xml index 7dda4b5..9c7bba4 100644 --- a/djl-spring-boot-starter-mxnet-auto/pom.xml +++ b/djl-spring-boot-starter-mxnet-auto/pom.xml @@ -4,7 +4,7 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ../djl-spring-boot-starter-parent djl-spring-boot-starter-mxnet-auto @@ -35,11 +35,6 @@ mxnet-engine runtime - - ai.djl.mxnet - mxnet-native-auto - runtime - diff --git a/djl-spring-boot-starter-mxnet-linux-x86_64/pom.xml b/djl-spring-boot-starter-mxnet-linux-x86_64/pom.xml index 96bd5e8..54a4786 100644 --- a/djl-spring-boot-starter-mxnet-linux-x86_64/pom.xml +++ b/djl-spring-boot-starter-mxnet-linux-x86_64/pom.xml @@ -4,7 +4,7 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ../djl-spring-boot-starter-parent djl-spring-boot-starter-mxnet-linux-x86_64 diff --git a/djl-spring-boot-starter-mxnet-osx-x86_64/pom.xml b/djl-spring-boot-starter-mxnet-osx-x86_64/pom.xml index 5019959..e8e50ab 100644 --- a/djl-spring-boot-starter-mxnet-osx-x86_64/pom.xml +++ b/djl-spring-boot-starter-mxnet-osx-x86_64/pom.xml @@ -4,7 +4,7 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ../djl-spring-boot-starter-parent djl-spring-boot-starter-mxnet-osx-x86_64 diff --git a/djl-spring-boot-starter-parent/pom.xml b/djl-spring-boot-starter-parent/pom.xml index 682aad5..d5e37f7 100644 --- a/djl-spring-boot-starter-parent/pom.xml +++ b/djl-spring-boot-starter-parent/pom.xml @@ -10,7 +10,7 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT djl-spring-boot-starter-parent DJL starter project for Spring Boot pom @@ -34,7 +34,7 @@ - 0.14.0 + 0.15.0 11 3.1.1 3.1.0 diff --git a/djl-spring-boot-starter-pytorch-auto/pom.xml b/djl-spring-boot-starter-pytorch-auto/pom.xml index eb538d7..20021cd 100644 --- a/djl-spring-boot-starter-pytorch-auto/pom.xml +++ b/djl-spring-boot-starter-pytorch-auto/pom.xml @@ -4,7 +4,7 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ../djl-spring-boot-starter-parent djl-spring-boot-starter-pytorch-auto @@ -28,11 +28,6 @@ pytorch-engine runtime - - ai.djl.pytorch - pytorch-native-auto - runtime - diff --git a/djl-spring-boot-starter-tensorflow-auto/pom.xml b/djl-spring-boot-starter-tensorflow-auto/pom.xml index bc456bb..cc5a09a 100644 --- a/djl-spring-boot-starter-tensorflow-auto/pom.xml +++ b/djl-spring-boot-starter-tensorflow-auto/pom.xml @@ -4,7 +4,7 @@ ai.djl.spring djl-spring-boot-starter-parent - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT ../djl-spring-boot-starter-parent djl-spring-boot-starter-tensorflow-auto @@ -28,11 +28,6 @@ tensorflow-engine runtime - - ai.djl.tensorflow - tensorflow-native-auto - runtime - ai.djl.spring djl-spring-boot-starter-autoconfigure diff --git a/pom.xml b/pom.xml index 6ee98ee..b98e12e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ai.djl.spring djl-spring-boot-starter-project - 0.14.0-SNAPSHOT + 0.15-SNAPSHOT djl-spring-boot-starter-project DJL starter project for Spring Boot pom