Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
absaoss-build-agent committed Aug 20, 2020
1 parent 0965149 commit 08c8514
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions bundle-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
~ 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>
<artifactId>spark-2.2-spline-agent-bundle_2.11</artifactId>
<packaging>jar</packaging>
Expand All @@ -25,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions bundle-2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
~ 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>
<artifactId>spark-2.3-spline-agent-bundle_2.11</artifactId>
<packaging>jar</packaging>
Expand All @@ -25,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bundle-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<artifactId>integration-tests_2.11</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>spline-spark-agent_2.11</artifactId>
<name>Spline Spark Agent</name>
<description>Spline Agent for Apache Spark</description>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -104,7 +104,7 @@
<url>${scm.url}</url>
<connection>${scm.connection}</connection>
<developerConnection>${scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>release/0.5.4</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 08c8514

Please sign in to comment.