Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 6c172d9

Browse files
committed
[maven-release-plugin] prepare release tensorflow-java-ndarray-0.4.0
1 parent fa6b9be commit 6c172d9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

ndarray/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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>
@@ -26,6 +25,7 @@
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>

0 commit comments

Comments
 (0)