Skip to content

Commit ac9684b

Browse files
committed
Second staging repo
Signed-off-by: AlexDBlack <[email protected]>
1 parent a8ae014 commit ac9684b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,19 @@
2929
<name>Sonatype Nexus Staging</name>
3030
<url>https://oss.sonatype.org/content/repositories/orgdeeplearning4j-1102/</url>
3131
</repository>
32+
<repository>
33+
<id>sonatype-nexus-staging2</id>
34+
<name>Sonatype Nexus Staging2</name>
35+
<url>https://oss.sonatype.org/content/repositories/orgdeeplearning4j-1103/</url>
36+
</repository>
3237
</repositories>
3338

3439
<name>DeepLearning4j Examples Parent</name>
3540
<description>Examples of training different data sets</description>
3641
<properties>
3742
<!-- 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>
43+
<nd4j.backend>nd4j-native-platform</nd4j.backend>
44+
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend>-->
4045
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4146
<shadedClassifier>bin</shadedClassifier>
4247

0 commit comments

Comments
 (0)