Repository: systemml
Updated Branches:
  refs/heads/master 709a5c5b4 -> a1a05e29f


[maven-release-plugin] prepare release v1.2.0-rc1


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/a1a05e29
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/a1a05e29
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/a1a05e29

Branch: refs/heads/master
Commit: a1a05e29f6ee78f3c33fea355f62c78ce21766ee
Parents: 709a5c5
Author: Berthold Reinwald <reinw...@us.ibm.com>
Authored: Thu Aug 16 22:58:13 2018 -0700
Committer: Berthold Reinwald <reinw...@us.ibm.com>
Committed: Thu Aug 16 22:58:13 2018 -0700

----------------------------------------------------------------------
 pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/a1a05e29/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a25b9a..d69307e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.
 -->
-<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";>
+<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";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache</groupId>
@@ -26,7 +25,7 @@
                <version>18</version>
        </parent>
        <groupId>org.apache.systemml</groupId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <artifactId>systemml</artifactId>
        <packaging>jar</packaging>
        <name>SystemML</name>
@@ -42,7 +41,7 @@
                <connection>scm:git:g...@github.com:apache/systemml</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/systemml</developerConnection>
                
<url>https://git-wip-us.apache.org/repos/asf?p=systemml.git</url>
-               <tag>HEAD</tag>
+               <tag>v1.2.0-rc1</tag>
        </scm>
        <issueManagement>
                <system>JIRA</system>
@@ -602,9 +601,7 @@
                                                <phase>package</phase>
                                                <configuration>
                                                        <target name="copy and 
rename JAR">
-                                                               <copy
-                                                                       
file="${project.build.directory}/${project.artifactId}-${project.version}.jar"
-                                                                       
tofile="${project.build.directory}/SystemML.jar" />
+                                                               <copy 
file="${project.build.directory}/${project.artifactId}-${project.version}.jar" 
tofile="${project.build.directory}/SystemML.jar" />
                                                        </target>
                                                </configuration>
                                                <goals>

Reply via email to