Skip to content

Commit

Permalink
Update library version, move to build instead of INSTALL.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Jun 24, 2017
1 parent 11be738 commit 1b8f3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adam-r/bdg.adam/DESCRIPTION
@@ -1,6 +1,6 @@
Package: bdg.adam
Type: Package
Version: 0.23.0-SNAPSHOT
Version: 0.23.0
Title: R Frontend for Big Data Genomics/ADAM
Description: The SparkR package provides an R Frontend for Apache Spark.
Author: Big Data Genomics
Expand Down
6 changes: 3 additions & 3 deletions adam-r/pom.xml
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-parent_2.10</artifactId>
<artifactId>adam-parent-spark2_2.11</artifactId>
<version>0.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>adam-r_2.10</artifactId>
<artifactId>adam-r-spark2_2.11</artifactId>
<packaging>jar</packaging>
<name>ADAM_${scala.version.prefix}: R APIs</name>
<properties>
Expand All @@ -32,7 +32,7 @@
<executable>R</executable>
<arguments>
<argument>CMD</argument>
<argument>INSTALL</argument>
<argument>build</argument>
<argument>bdg.adam/</argument>
</arguments>
</configuration>
Expand Down

0 comments on commit 1b8f3dd

Please sign in to comment.