Skip to content

Commit 5c1e803

Browse files
committed
Update staging repo
Signed-off-by: AlexDBlack <[email protected]>
1 parent 3316ccc commit 5c1e803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
<repository>
2828
<id>sonatype-nexus-staging</id>
2929
<name>Sonatype Nexus Staging</name>
30-
<url>https://oss.sonatype.org/content/repositories/orgdeeplearning4j-1101/</url>
30+
<url>https://oss.sonatype.org/content/repositories/orgdeeplearning4j-1102/</url>
3131
</repository>
3232
</repositories>
3333

3434
<name>DeepLearning4j Examples Parent</name>
3535
<description>Examples of training different data sets</description>
3636
<properties>
3737
<!-- Change the nd4j.backend property to nd4j-cuda-9.2-platform,nd4j-cuda-10.0-platform or nd4j-cuda-10.1-platform to use CUDA GPUs -->
38-
<nd4j.backend>nd4j-native-platform</nd4j.backend>
39-
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend>-->
38+
<!-- <nd4j.backend>nd4j-native-platform</nd4j.backend>-->
39+
<nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<shadedClassifier>bin</shadedClassifier>
4242

0 commit comments

Comments
 (0)