File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 17
17
* specific language governing permissions and limitations
18
18
* under the License.
19
19
-->
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <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" >
22
21
<modelVersion >4.0.0</modelVersion >
23
22
<parent >
24
23
<groupId >org.apache</groupId >
25
24
<artifactId >apache</artifactId >
26
25
<version >18</version >
27
26
</parent >
28
27
<groupId >org.apache.systemml</groupId >
29
- <version >1.2.0-SNAPSHOT </version >
28
+ <version >1.2.0</version >
30
29
<artifactId >systemml</artifactId >
31
30
<packaging >jar</packaging >
32
31
<name >SystemML</name >
42
41
<
connection >scm:git:
[email protected] :apache/systemml</
connection >
43
42
<developerConnection >scm:git:https://git-wip-us.apache.org/repos/asf/systemml</developerConnection >
44
43
<url >https://git-wip-us.apache.org/repos/asf?p=systemml.git</url >
45
- <tag >HEAD </tag >
44
+ <tag >v1.2.0-rc1 </tag >
46
45
</scm >
47
46
<issueManagement >
48
47
<system >JIRA</system >
602
601
<phase >package</phase >
603
602
<configuration >
604
603
<target name =" copy and rename JAR" >
605
- <copy
606
- file=" ${project.build.directory}/${project.artifactId}-${project.version}.jar"
607
- tofile=" ${project.build.directory}/SystemML.jar" />
604
+ <copy file =" ${project.build.directory}/${project.artifactId}-${project.version}.jar" tofile =" ${project.build.directory}/SystemML.jar" />
608
605
</target >
609
606
</configuration >
610
607
<goals >
You can’t perform that action at this time.
0 commit comments