Skip to content

Commit a1a05e2

Browse files
[maven-release-plugin] prepare release v1.2.0-rc1
1 parent 709a5c5 commit a1a05e2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
* specific language governing permissions and limitations
1818
* under the License.
1919
-->
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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache</groupId>
2524
<artifactId>apache</artifactId>
2625
<version>18</version>
2726
</parent>
2827
<groupId>org.apache.systemml</groupId>
29-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0</version>
3029
<artifactId>systemml</artifactId>
3130
<packaging>jar</packaging>
3231
<name>SystemML</name>
@@ -42,7 +41,7 @@
4241
<connection>scm:git:[email protected]:apache/systemml</connection>
4342
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/systemml</developerConnection>
4443
<url>https://git-wip-us.apache.org/repos/asf?p=systemml.git</url>
45-
<tag>HEAD</tag>
44+
<tag>v1.2.0-rc1</tag>
4645
</scm>
4746
<issueManagement>
4847
<system>JIRA</system>
@@ -602,9 +601,7 @@
602601
<phase>package</phase>
603602
<configuration>
604603
<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" />
608605
</target>
609606
</configuration>
610607
<goals>

0 commit comments

Comments
 (0)