This is an automated email from the ASF dual-hosted git repository.

arnabp20 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 00c77d2  [maven-release-plugin] prepare release v2.0.0-rc1
00c77d2 is described below

commit 00c77d23106c2b6cdbb88b5cd39538ffe7963c80
Author: arnabp <[email protected]>
AuthorDate: Fri Sep 25 17:00:12 2020 +0200

    [maven-release-plugin] prepare release v2.0.0-rc1
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 747e22a..e8b7a7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +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>
@@ -27,7 +25,7 @@
                <version>18</version>
        </parent>
        <groupId>org.apache.sysds</groupId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <artifactId>systemds</artifactId>
        <packaging>jar</packaging>
        <name>SystemDS</name>
@@ -69,7 +67,8 @@
 
        <scm>
                
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
-       </scm>
+         <tag>v2.0.0-rc1</tag>
+  </scm>
 
        <build>
                <!-- Adds scripts to main jar, in-memory jar, sources jar, and 
standalone jar -->

Reply via email to