Skip to content

Commit

Permalink
Iterate version numbers
Browse files Browse the repository at this point in the history
Former-commit-id: 21b9d8c
  • Loading branch information
denis-yuen committed Oct 2, 2013
1 parent ad505a9 commit 58d0b04
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<artifactId>seqware</artifactId>
<packaging>pom</packaging>
<groupId>com.github.seqware</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion seqware-archetypes/seqware-archetype-decider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>SeqWare Java Decider archetype</description>

<parent>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../../pom.xml</relativePath>
Expand Down
Original file line number Diff line number Diff line change
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.0.6-SNAPSHOT</seqware-version>
<seqware-version>1.0.6</seqware-version>
<workflow-version>1.0</workflow-version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion seqware-archetypes/seqware-archetype-java-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>SeqWare Java workflow archetype</description>

<parent>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../../pom.xml</relativePath>
Expand Down
Original file line number Diff line number Diff line change
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.0.6-SNAPSHOT</seqware-version>
<seqware-version>1.0.6</seqware-version>
<skipITs>true</skipITs>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion seqware-archetypes/seqware-archetype-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>SeqWare module archetype</description>

<parent>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<relativePath>../../pom.xml</relativePath>
Expand Down
Original file line number Diff line number Diff line change
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.0.6-SNAPSHOT</seqware-version>
<seqware-version>1.0.6</seqware-version>
</properties>

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

<parent>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seqware-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seqware-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seqware-webservice-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>seqware</artifactId>
<groupId>com.github.seqware</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>seqware-webservice-dto</artifactId>
<name>seqware-webservice-dto</name>
Expand Down
2 changes: 1 addition & 1 deletion seqware-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.github.seqware</groupId>
<artifactId>seqware</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 58d0b04

Please sign in to comment.