Skip to content

Commit ab70892

Browse files
Merge pull request #32 from BorderTech/release-1.0.3
Release 1.0.3
2 parents 792ed00 + a8e58f8 commit ab70892

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.bordertech.taskmaster</groupId>
66
<name>taskmaster-parent</name>
77
<artifactId>taskmaster-parent</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.common</groupId>

taskmaster-cache-ehcache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>com.github.bordertech.taskmaster</groupId>
66
<name>taskmaster-cache-ehcache</name>
77
<artifactId>taskmaster-cache-ehcache</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.taskmaster</groupId>
1212
<artifactId>taskmaster-parent</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

taskmaster-cache-helper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>com.github.bordertech.taskmaster</groupId>
66
<name>taskmaster-cache-helper</name>
77
<artifactId>taskmaster-cache-helper</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.taskmaster</groupId>
1212
<artifactId>taskmaster-parent</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

taskmaster-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>com.github.bordertech.taskmaster</groupId>
66
<name>taskmaster-core</name>
77
<artifactId>taskmaster-core</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.taskmaster</groupId>
1212
<artifactId>taskmaster-parent</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

taskmaster-service-helper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>com.github.bordertech.taskmaster</groupId>
66
<name>taskmaster-service-helper</name>
77
<artifactId>taskmaster-service-helper</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.taskmaster</groupId>
1212
<artifactId>taskmaster-parent</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

taskmaster-servlet-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>com.github.bordertech.taskmaster</groupId>
66
<name>taskmaster-servlet-tools</name>
77
<artifactId>taskmaster-servlet-tools</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.taskmaster</groupId>
1212
<artifactId>taskmaster-parent</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)