Skip to content

Commit

Permalink
Modifying pom.xml files for 2.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Nov 11, 2015
1 parent b3f70a4 commit ba176f7
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 deletions.
16 changes: 8 additions & 8 deletions adam-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent_2.10</artifactId>
<artifactId>adam-parent_2.11</artifactId>
<version>0.18.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>adam-apis_2.10</artifactId>
<artifactId>adam-apis_2.11</artifactId>
<packaging>jar</packaging>
<name>ADAM_2.10: APIs for Java</name>
<name>ADAM_2.11: APIs for Java</name>
<build>
<plugins>
<!-- disable surefire -->
Expand Down Expand Up @@ -95,11 +95,11 @@
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<artifactId>spark-core_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-misc_2.10</artifactId>
<artifactId>utils-misc_2.11</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -109,11 +109,11 @@
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-core_2.10</artifactId>
<artifactId>adam-core_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-core_2.10</artifactId>
<artifactId>adam-core_2.11</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -131,7 +131,7 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<artifactId>scalatest_2.11</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
30 changes: 15 additions & 15 deletions adam-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent_2.10</artifactId>
<artifactId>adam-parent_2.11</artifactId>
<version>0.18.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>adam-cli_2.10</artifactId>
<artifactId>adam-cli_2.11</artifactId>
<packaging>jar</packaging>
<name>ADAM_2.10: CLI</name>
<name>ADAM_2.11: CLI</name>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -114,51 +114,51 @@
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<artifactId>spark-core_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-misc_2.10</artifactId>
<artifactId>utils-misc_2.11</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-io_2.10</artifactId>
<artifactId>utils-io_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-cli_2.10</artifactId>
<artifactId>utils-cli_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-metrics_2.10</artifactId>
<artifactId>utils-metrics_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-plugin_2.10</artifactId>
<artifactId>scalac-scoverage-plugin_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.bdg-formats</groupId>
<artifactId>bdg-formats</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-core_2.10</artifactId>
<artifactId>adam-core_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-core_2.10</artifactId>
<artifactId>adam-core_2.11</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-apis_2.10</artifactId>
<artifactId>adam-apis_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-apis_2.10</artifactId>
<artifactId>adam-apis_2.11</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -176,12 +176,12 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<artifactId>scalatest_2.11</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_2.10</artifactId>
<artifactId>scala-guice_2.11</artifactId>
</dependency>
</dependencies>
<profiles>
Expand Down
20 changes: 10 additions & 10 deletions adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent_2.10</artifactId>
<artifactId>adam-parent_2.11</artifactId>
<version>0.18.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>adam-core_2.10</artifactId>
<artifactId>adam-core_2.11</artifactId>
<packaging>jar</packaging>
<name>ADAM_2.10: Core</name>
<name>ADAM_2.11: Core</name>
<build>
<plugins>
<!-- disable surefire -->
Expand Down Expand Up @@ -114,29 +114,29 @@
<dependencies>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-misc_2.10</artifactId>
<artifactId>utils-misc_2.11</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-metrics_2.10</artifactId>
<artifactId>utils-metrics_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-io_2.10</artifactId>
<artifactId>utils-io_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-cli_2.10</artifactId>
<artifactId>utils-cli_2.11</artifactId>
</dependency>
<dependency>
<groupId>com.esotericsoftware.kryo</groupId>
<artifactId>kryo</artifactId>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-plugin_2.10</artifactId>
<artifactId>scalac-scoverage-plugin_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.bdgenomics.bdg-formats</groupId>
Expand All @@ -156,7 +156,7 @@
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<artifactId>spark-core_2.11</artifactId>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
Expand Down Expand Up @@ -188,7 +188,7 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<artifactId>scalatest_2.11</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent_2.10</artifactId>
<artifactId>adam-parent_2.11</artifactId>
<version>0.18.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>adam-distribution_2.10</artifactId>
<artifactId>adam-distribution_2.11</artifactId>
<packaging>pom</packaging>
<name>ADAM_2.10: Distribution</name>
<name>ADAM_2.11: Distribution</name>
<build>
<plugins>
<!--
Expand Down
Loading

0 comments on commit ba176f7

Please sign in to comment.