Skip to content

Commit

Permalink
Update pom versions for the 3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geraldine Van der Auwera committed Oct 24, 2014
1 parent d28e9a2 commit 3b67b44
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-root</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>public/gatk-root</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/VectorPairHMM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-root</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../../public/gatk-root</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/external-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>External Example</name>

<properties>
<gatk.version>3.3-SNAPSHOT</gatk.version>
<gatk.version>3.3</gatk.version>
<!--
gatk.basedir property must point to your checkout of GATK/GATK until we can get all the
dependencies out of the committed gatk repo and into central.
Expand Down
2 changes: 1 addition & 1 deletion public/gatk-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/gatk-queue-extensions-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/gatk-queue-extensions-public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/gatk-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/gatk-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-root</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<packaging>pom</packaging>
<name>GATK Root</name>

Expand Down
2 changes: 1 addition & 1 deletion public/gatk-tools-public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/gatk-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/gsalib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-aggregator</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/package-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-root</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>../gatk-root</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.broadinstitute.gatk</groupId>
<artifactId>gatk-root</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<relativePath>gatk-root</relativePath>
</parent>

Expand Down

0 comments on commit 3b67b44

Please sign in to comment.