Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
j143 committed Mar 2, 2023
1 parent 242d7dc commit c619502
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>24</version>
</parent>
<groupId>org.apache.systemds</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<artifactId>systemds</artifactId>
<packaging>jar</packaging>
<name>Apache SystemDS</name>
Expand Down Expand Up @@ -80,7 +80,7 @@

<scm>
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
<tag>HEAD</tag>
<tag>3.1.0-rc1</tag>
</scm>

<build>
Expand Down Expand Up @@ -212,7 +212,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.apache.sysds.api.DMLScript</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"></transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/LICENSE</resource>
<file>src/assembly/bin/LICENSE</file>
Expand Down Expand Up @@ -486,7 +486,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -499,7 +499,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -512,7 +512,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit c619502

Please sign in to comment.