This repository was archived by the owner on Jul 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1414 limitations under the License.
1515 =======================================================================
1616 -->
17- <project xmlns =" http://maven.apache.org/POM/4.0.0"
18- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2018 <modelVersion >4.0.0</modelVersion >
2119
2220 <parent >
2321 <groupId >org.tensorflow</groupId >
2422 <artifactId >tensorflow-java-ndarray</artifactId >
25- <version >0.4.0-SNAPSHOT </version >
23+ <version >0.4.0</version >
2624 </parent >
2725 <artifactId >ndarray</artifactId >
2826 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 1- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
32
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >org.tensorflow</groupId >
76 <artifactId >tensorflow-java-ndarray</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.4.0</version >
98 <packaging >pom</packaging >
109
1110 <name >NdArray Parent</name >
2625 <url >https://github.com/tensorflow/java-ndarray.git</url >
2726 <connection >git@github.com:tensorflow/java-ndarray.git</connection >
2827 <developerConnection >scm:git:https://github.com/tensorflow/java-ndarray.git</developerConnection >
28+ <tag >tensorflow-java-ndarray-0.4.0</tag >
2929 </scm >
3030
3131 <modules >
You can’t perform that action at this time.
0 commit comments