Skip to content

Commit c654e0b

Browse files
author
Geraldine Van der Auwera
committed
Update pom versions to mark the start of GATK 3.9 development
1 parent 5381dc8 commit c654e0b

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.broadinstitute.gatk</groupId>
1515
<artifactId>gatk-root</artifactId>
16-
<version>3.8</version>
16+
<version>3.9-SNAPSHOT</version>
1717
<relativePath>public/gatk-root</relativePath>
1818
</parent>
1919

protected/gatk-package-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

protected/gatk-queue-extensions-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

protected/gatk-queue-package-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

protected/gatk-tools-protected/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

protected/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-root</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../public/gatk-root</relativePath>
1010
</parent>
1111

public/external-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>External Example</name>
1010

1111
<properties>
12-
<gatk.version>3.8</gatk.version>
12+
<gatk.version>3.9-SNAPSHOT</gatk.version>
1313
<!--
1414
gatk.basedir property must point to your checkout of GATK/GATK until we can get all the
1515
dependencies out of the committed gatk repo and into central.

public/gatk-engine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/gatk-queue-extensions-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/gatk-queue-extensions-public/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/gatk-queue/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/gatk-root/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.broadinstitute.gatk</groupId>
1414
<artifactId>gatk-root</artifactId>
15-
<version>3.8</version>
15+
<version>3.9-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717
<name>GATK Root</name>
1818

public/gatk-tools-public/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/gatk-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/gsalib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-aggregator</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

public/package-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.broadinstitute.gatk</groupId>
1111
<artifactId>gatk-root</artifactId>
12-
<version>3.8</version>
12+
<version>3.9-SNAPSHOT</version>
1313
<relativePath>../gatk-root</relativePath>
1414
</parent>
1515

public/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.broadinstitute.gatk</groupId>
77
<artifactId>gatk-root</artifactId>
8-
<version>3.8</version>
8+
<version>3.9-SNAPSHOT</version>
99
<relativePath>gatk-root</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)