Skip to content

Commit

Permalink
Iterate version numbers to 1.2.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Jul 16, 2015
1 parent 4e49161 commit ec5dfd3
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -82,7 +82,7 @@
<artifactId>seqware</artifactId>
<packaging>pom</packaging>
<groupId>com.github.seqware</groupId>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion seqware-admin-webservice/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seqware-archetypes/seqware-archetype-decider/pom.xml
Expand Up @@ -9,7 +9,7 @@
<description>SeqWare Java Decider archetype</description>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../../pom.xml</relativePath>
Expand Down
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<seqware-version>1.2.0-alpha.0-SNAPSHOT</seqware-version>
<seqware-version>1.2.0-alpha.0</seqware-version>
<workflow-version>1.0</workflow-version>
<workflow-name>${workflow-name}</workflow-name>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion seqware-archetypes/seqware-archetype-java-workflow/pom.xml
Expand Up @@ -9,7 +9,7 @@
<description>SeqWare Java workflow archetype</description>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../../pom.xml</relativePath>
Expand Down
Expand Up @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<seqware-version>1.2.0-alpha.0-SNAPSHOT</seqware-version>
<seqware-version>1.2.0-alpha.0</seqware-version>
<skipITs>true</skipITs>
<workflow-full-name>Workflow_Bundle_${workflow-name}_${workflow-version}_SeqWare_${seqware-version}</workflow-full-name>
<workflow-dir>${project.build.directory}/${workflow-full-name}/Workflow_Bundle_${workflow-name}/${workflow-version}</workflow-dir>
Expand Down
2 changes: 1 addition & 1 deletion seqware-archetypes/seqware-archetype-module/pom.xml
Expand Up @@ -9,7 +9,7 @@
<description>SeqWare module archetype</description>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../../pom.xml</relativePath>
Expand Down
Expand Up @@ -14,7 +14,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<seqware-version>1.2.0-alpha.0-SNAPSHOT</seqware-version>
<seqware-version>1.2.0-alpha.0</seqware-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion seqware-common/pom.xml
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion seqware-distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion seqware-ext-admin-testing/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion seqware-ext-testing/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion seqware-meta-db/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seqware-pipeline/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seqware-sanity-check/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion seqware-webservice/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.2.0-alpha.0-SNAPSHOT</version>
<version>1.2.0-alpha.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ec5dfd3

Please sign in to comment.