File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed
tensorflow-core/tensorflow-core-api Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 19
19
<licenses >
20
20
<license >
21
21
<name >The Apache Software License, Version 2.0</name >
22
- <url >http ://www.apache.org/licenses/LICENSE-2.0.txt</url >
22
+ <url >https ://www.apache.org/licenses/LICENSE-2.0.txt</url >
23
23
<distribution >repo</distribution >
24
24
</license >
25
25
</licenses >
296
296
<developer >
297
297
<name >SIG JVM</name >
298
298
<organization >TensorFlow</organization >
299
- <organizationUrl >http ://www.tensorflow.org</organizationUrl >
299
+ <organizationUrl >https ://www.tensorflow.org</organizationUrl >
300
300
</developer >
301
301
</developers >
302
302
310
310
<fork >true</fork > <!-- Required for JDK16+ -->
311
311
</configuration >
312
312
</plugin >
313
+ <plugin >
314
+ <groupId >org.apache.maven.plugins</groupId >
315
+ <artifactId >maven-enforcer-plugin</artifactId >
316
+ <version >3.2.1</version >
317
+ <executions >
318
+ <execution >
319
+ <id >enforce</id >
320
+ <configuration >
321
+ <rules >
322
+ <dependencyConvergence />
323
+ <requireMavenVersion >
324
+ <version >3.6</version >
325
+ </requireMavenVersion >
326
+ </rules >
327
+ </configuration >
328
+ <goals >
329
+ <goal >enforce</goal >
330
+ </goals >
331
+ </execution >
332
+ </executions >
333
+ </plugin >
313
334
<!-- GPG signed components: http://central.sonatype.org/pages/apache-maven.html#gpg-signed-components -->
314
335
<plugin >
315
336
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 20
20
<javacpp .parser.skip>${native.build.skip} </javacpp .parser.skip>
21
21
<javacpp .compiler.skip>${native.build.skip} </javacpp .compiler.skip>
22
22
<java .module.name>org.tensorflow.core.api</java .module.name>
23
- <ndarray .version>0.4.0-SNAPSHOT </ndarray .version>
23
+ <ndarray .version>0.4.0</ndarray .version>
24
24
<truth .version>1.0.1</truth .version>
25
25
</properties >
26
26
You can’t perform that action at this time.
0 commit comments