Skip to content

Commit f9e5286

Browse files
committed
Iterate version numbers to 1.1.0-alpha.2
Former-commit-id: 4d62121
1 parent f1af8d8 commit f9e5286

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
@@ -91,7 +91,7 @@
9191
<artifactId>seqware</artifactId>
9292
<packaging>pom</packaging>
9393
<groupId>com.github.seqware</groupId>
94-
<version>1.1.0-alpha.1</version>
94+
<version>1.1.0-alpha.2-SNAPSHOT</version>
9595

9696
<repositories>
9797
<repository>

seqware-admin-webservice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.github.seqware</groupId>
1616
<artifactId>seqware</artifactId>
17-
<version>1.1.0-alpha.1</version>
17+
<version>1.1.0-alpha.2-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare Java Decider archetype</description>
1010

1111
<parent>
12-
<version>1.1.0-alpha.1</version>
12+
<version>1.1.0-alpha.2-SNAPSHOT</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

+1-1
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>1.1.0-alpha.1</seqware-version>
18+
<seqware-version>1.1.0-alpha.2-SNAPSHOT</seqware-version>
1919
<workflow-version>1.0</workflow-version>
2020
<workflow-name>${workflow-name}</workflow-name>
2121
</properties>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare Java workflow archetype</description>
1010

1111
<parent>
12-
<version>1.1.0-alpha.1</version>
12+
<version>1.1.0-alpha.2-SNAPSHOT</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

+1-1
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>1.1.0-alpha.1</seqware-version>
22+
<seqware-version>1.1.0-alpha.2-SNAPSHOT</seqware-version>
2323
<skipITs>true</skipITs>
2424
<workflow-full-name>Workflow_Bundle_${workflow-name}_${workflow-version}_SeqWare_${seqware-version}</workflow-full-name>
2525
<workflow-dir>${project.build.directory}/${workflow-full-name}/Workflow_Bundle_${workflow-name}/${workflow-version}</workflow-dir>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>SeqWare module archetype</description>
1010

1111
<parent>
12-
<version>1.1.0-alpha.1</version>
12+
<version>1.1.0-alpha.2-SNAPSHOT</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

+1-1
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>1.1.0-alpha.1</seqware-version>
17+
<seqware-version>1.1.0-alpha.2-SNAPSHOT</seqware-version>
1818
</properties>
1919

2020
<build>

seqware-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212

1313
<parent>
14-
<version>1.1.0-alpha.1</version>
14+
<version>1.1.0-alpha.2-SNAPSHOT</version>
1515
<groupId>com.github.seqware</groupId>
1616
<artifactId>seqware</artifactId>
1717
<relativePath>../pom.xml</relativePath>

seqware-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<version>1.1.0-alpha.1</version>
6+
<version>1.1.0-alpha.2-SNAPSHOT</version>
77
<groupId>com.github.seqware</groupId>
88
<artifactId>seqware</artifactId>
99
<relativePath>../pom.xml</relativePath>

seqware-ext-admin-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<version>1.1.0-alpha.1</version>
6+
<version>1.1.0-alpha.2-SNAPSHOT</version>
77
<groupId>com.github.seqware</groupId>
88
<artifactId>seqware</artifactId>
99
<relativePath>../pom.xml</relativePath>

seqware-ext-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<version>1.1.0-alpha.1</version>
6+
<version>1.1.0-alpha.2-SNAPSHOT</version>
77
<groupId>com.github.seqware</groupId>
88
<artifactId>seqware</artifactId>
99
<relativePath>../pom.xml</relativePath>

seqware-meta-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.seqware</groupId>
1212
<artifactId>seqware</artifactId>
13-
<version>1.1.0-alpha.1</version>
13+
<version>1.1.0-alpha.2-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

seqware-pipeline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.github.seqware</groupId>
1313
<artifactId>seqware</artifactId>
14-
<version>1.1.0-alpha.1</version>
14+
<version>1.1.0-alpha.2-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

seqware-portal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.github.seqware</groupId>
1111
<artifactId>seqware</artifactId>
12-
<version>1.1.0-alpha.1</version>
12+
<version>1.1.0-alpha.2-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

seqware-sanity-check/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<version>1.1.0-alpha.1</version>
6+
<version>1.1.0-alpha.2-SNAPSHOT</version>
77
<groupId>com.github.seqware</groupId>
88
<artifactId>seqware</artifactId>
99
<relativePath>../pom.xml</relativePath>

seqware-webservice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.github.seqware</groupId>
1111
<artifactId>seqware</artifactId>
12-
<version>1.1.0-alpha.1</version>
12+
<version>1.1.0-alpha.2-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)