Skip to content

Commit

Permalink
Modifying pom.xml files for new development after 0.24.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Austin Nothaft committed Mar 23, 2018
1 parent 2bc74ab commit 1bfddc6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion adam-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-r/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ADAM_${scala.version.prefix}</name>
<description>A fast, scalable genome analysis system</description>
Expand Down

0 comments on commit 1bfddc6

Please sign in to comment.