Repository: systemml
Updated Branches:
  refs/heads/master 22905278c -> 228662bf5


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


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

Branch: refs/heads/master
Commit: 228662bf52f283bddd395b2e8d60e54ed1e60972
Parents: 2290527
Author: Berthold Reinwald <[email protected]>
Authored: Mon Dec 4 14:01:05 2017 -0800
Committer: Berthold Reinwald <[email protected]>
Committed: Mon Dec 4 14:01:05 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/systemml/blob/228662bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6201c77..da9c7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,7 @@
        WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See 
the 
        License for the * 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>
@@ -19,7 +18,7 @@
                <version>18</version>
        </parent>
        <groupId>org.apache.systemml</groupId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
        <artifactId>systemml</artifactId>
        <packaging>jar</packaging>
        <name>SystemML</name>
@@ -35,7 +34,7 @@
                <connection>scm:git:[email protected]: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.0.0-rc1</tag>
        </scm>
        <issueManagement>
                <system>JIRA</system>
@@ -580,9 +579,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