Skip to content

Commit

Permalink
Modifying pom.xml files for new development after 0.36.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Aug 16, 2021
1 parent 85b9fb7 commit 7514a1f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adam-shade/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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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-spark3_2.12</artifactId>
<version>0.36.0-SNAPSHOT</version>
<version>0.37.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 7514a1f

Please sign in to comment.