Skip to content

Commit b3d5fe7

Browse files
committed
update project version to 1.0.7-RELEASE
1 parent c1f6c7e commit b3d5fe7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.research-virtualfortknox</groupId>
99
<artifactId>msb-client-parent</artifactId>
10-
<version>1.0.7-SNAPSHOT</version>
10+
<version>1.0.7-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>coverage</artifactId>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.research-virtualfortknox</groupId>
1010
<artifactId>msb-client-parent</artifactId>
11-
<version>1.0.7-SNAPSHOT</version>
11+
<version>1.0.7-RELEASE</version>
1212
</parent>
1313

1414
<artifactId>example</artifactId>

msb-client-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.github.research-virtualfortknox</groupId>
88
<artifactId>msb-client-parent</artifactId>
9-
<version>1.0.7-SNAPSHOT</version>
9+
<version>1.0.7-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>msb-client-api</artifactId>
13-
<version>1.0.7-SNAPSHOT</version>
13+
<version>1.0.7-RELEASE</version>
1414

1515
<name>msb-client-api</name>
1616
<description>Api and utils to implement a client library for the Manufacturing Service Bus</description>

msb-client-websocket/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.github.research-virtualfortknox</groupId>
88
<artifactId>msb-client-parent</artifactId>
9-
<version>1.0.7-SNAPSHOT</version>
9+
<version>1.0.7-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>msb-client-websocket</artifactId>
13-
<version>1.0.7-SNAPSHOT</version>
13+
<version>1.0.7-RELEASE</version>
1414

1515
<name>msb-client-websocket</name>
1616
<description>Client library to facilitate integration with the Manufacturing Service Bus</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.research-virtualfortknox</groupId>
77
<artifactId>msb-client-parent</artifactId>
8-
<version>1.0.7-SNAPSHOT</version>
8+
<version>1.0.7-RELEASE</version>
99
<packaging>pom</packaging>
1010

1111
<name>msb-client-websocket-java</name>

0 commit comments

Comments
 (0)