Skip to content

Commit 68982b1

Browse files
committed
[maven-release-plugin] prepare release adam-parent-2.10_0.18.0
1 parent 43e6195 commit 68982b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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_2.10</artifactId>
7-
<version>0.17.2-SNAPSHOT</version>
7+
<version>0.18.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

adam-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bdgenomics.adam</groupId>
66
<artifactId>adam-parent_2.10</artifactId>
7-
<version>0.17.2-SNAPSHOT</version>
7+
<version>0.18.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -37,7 +37,7 @@
3737
</goals>
3838
<configuration>
3939
<transformers>
40-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
40+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
4141
</transformers>
4242
</configuration>
4343
</execution>

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_2.10</artifactId>
7-
<version>0.17.2-SNAPSHOT</version>
7+
<version>0.18.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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_2.10</artifactId>
7-
<version>0.17.2-SNAPSHOT</version>
7+
<version>0.18.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_2.10</artifactId>
13-
<version>0.17.2-SNAPSHOT</version>
13+
<version>0.18.0</version>
1414
<packaging>pom</packaging>
1515
<name>ADAM_2.10</name>
1616
<description>A fast, scalable genome analysis system</description>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:git@github.com:bigdatagenomics/adam.git</connection>
4646
<developerConnection>scm:git:git@github.com:bigdatagenomics/adam.git</developerConnection>
4747
<url>scm:git:git@github.com:bigdatagenomics/adam.git</url>
48-
<tag>master</tag>
48+
<tag>adam-parent-2.10_0.18.0</tag>
4949
</scm>
5050
<developers>
5151
<developer>

0 commit comments

Comments
 (0)