Skip to content

Commit

Permalink
Increase version for 1.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fac2003 committed Jul 6, 2017
1 parent 8d68308 commit bfafb48
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.campagnelab.dl</groupId>
<artifactId>variation-analysis</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<artifactId>framework</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion genotype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>variation-analysis</artifactId>
<groupId>org.campagnelab.dl</groupId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gpus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>variation-analysis</artifactId>
<groupId>org.campagnelab.dl</groupId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.campagnelab.dl</groupId>
<artifactId>variation-analysis</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>
<modules>
<module>framework</module>
Expand Down Expand Up @@ -313,7 +313,7 @@
<dependency>
<groupId>org.campagnelab.goby</groupId>
<artifactId>goby-io</artifactId>
<version>3.2.7-SNAPSHOT</version>
<version>3.2.7</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion somatic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.campagnelab.dl</groupId>
<artifactId>variation-analysis</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<artifactId>somatic</artifactId>
Expand Down

0 comments on commit bfafb48

Please sign in to comment.