Skip to content

Commit e7b9eb5

Browse files
committed
Merge branch 'hotfix/0.13.6.16'
Former-commit-id: 163358a
2 parents 32db3cf + ee088ca commit e7b9eb5

File tree

42 files changed

+214
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+214
-101
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<artifactId>seqware</artifactId>
5959
<packaging>pom</packaging>
6060
<groupId>com.github.seqware</groupId>
61-
<version>0.13.6.15</version>
61+
<version>0.13.6.16</version>
6262

6363
<repositories>
6464
<repository>

seqware-archetypes/seqware-archetype-decider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare Java Decider archetype</description>
1010

1111
<parent>
12-
<version>0.13.6.15</version>
12+
<version>0.13.6.16</version>
1313
<groupId>com.github.seqware</groupId>
1414
<artifactId>seqware</artifactId>
1515
<relativePath>../../pom.xml</relativePath>

seqware-archetypes/seqware-archetype-decider/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18-
<seqware-version>0.13.6.15</seqware-version>
18+
<seqware-version>0.13.6.16</seqware-version>
1919
</properties>
2020

2121
<build>

seqware-archetypes/seqware-archetype-java-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare Java workflow archetype</description>
1010

1111
<parent>
12-
<version>0.13.6.15</version>
12+
<version>0.13.6.16</version>
1313
<groupId>com.github.seqware</groupId>
1414
<artifactId>seqware</artifactId>
1515
<relativePath>../../pom.xml</relativePath>

seqware-archetypes/seqware-archetype-java-workflow/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22-
<seqware-version>0.13.6.15</seqware-version>
22+
<seqware-version>0.13.6.16</seqware-version>
2323
<skipITs>true</skipITs>
2424
</properties>
2525

seqware-archetypes/seqware-archetype-legacy-ftl-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare workflow legacy ftl archetype</description>
1010

1111
<parent>
12-
<version>0.13.6.15</version>
12+
<version>0.13.6.16</version>
1313
<groupId>com.github.seqware</groupId>
1414
<artifactId>seqware</artifactId>
1515
<relativePath>../../pom.xml</relativePath>

seqware-archetypes/seqware-archetype-legacy-ftl-workflow/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18-
<seqware-version>0.13.6.15</seqware-version>
18+
<seqware-version>0.13.6.16</seqware-version>
1919
<skipITs>true</skipITs>
2020
</properties>
2121

seqware-archetypes/seqware-archetype-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare module archetype</description>
1010

1111
<parent>
12-
<version>0.13.6.15</version>
12+
<version>0.13.6.16</version>
1313
<groupId>com.github.seqware</groupId>
1414
<artifactId>seqware</artifactId>
1515
<relativePath>../../pom.xml</relativePath>

seqware-archetypes/seqware-archetype-module/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<seqware-version>0.13.6.15</seqware-version>
17+
<seqware-version>0.13.6.16</seqware-version>
1818
</properties>
1919

2020
<build>

seqware-archetypes/seqware-archetype-simple-legacy-ftl-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>A very simple SeqWare legacy ftl workflow archetype</description>
1010

1111
<parent>
12-
<version>0.13.6.15</version>
12+
<version>0.13.6.16</version>
1313
<groupId>com.github.seqware</groupId>
1414
<artifactId>seqware</artifactId>
1515
<relativePath>../../pom.xml</relativePath>

0 commit comments

Comments
 (0)