Skip to content

Commit e04d6a1

Browse files
committed
[maven-release-plugin] prepare release adam-parent-spark2_2.12-0.30.0
1 parent afbba2c commit e04d6a1

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

adam-apis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-shade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent-spark2_2.12</artifactId>
7-
<version>0.30.0-SNAPSHOT</version>
7+
<version>0.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.bdgenomics.adam</groupId>
1212
<artifactId>adam-parent-spark2_2.12</artifactId>
13-
<version>0.30.0-SNAPSHOT</version>
13+
<version>0.30.0</version>
1414
<packaging>pom</packaging>
1515
<name>ADAM_${scala.version.prefix}</name>
1616
<description>A fast, scalable genome analysis system</description>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:git@github.com:bigdatagenomics/adam.git</connection>
5555
<developerConnection>scm:git:git@github.com:bigdatagenomics/adam.git</developerConnection>
5656
<url>scm:git:git@github.com:bigdatagenomics/adam.git</url>
57-
<tag>master</tag>
57+
<tag>adam-parent-spark2_2.12-0.30.0</tag>
5858
</scm>
5959
<developers>
6060
<developer>

0 commit comments

Comments
 (0)