Skip to content

Commit

Permalink
update project version to 1.0.7-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-schel committed Apr 29, 2022
1 parent c1f6c7e commit b3d5fe7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>
</parent>

<artifactId>coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>
</parent>

<artifactId>example</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions msb-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>
</parent>

<artifactId>msb-client-api</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>

<name>msb-client-api</name>
<description>Api and utils to implement a client library for the Manufacturing Service Bus</description>
Expand Down
4 changes: 2 additions & 2 deletions msb-client-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>
</parent>

<artifactId>msb-client-websocket</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>

<name>msb-client-websocket</name>
<description>Client library to facilitate integration with the Manufacturing Service Bus</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7-RELEASE</version>
<packaging>pom</packaging>

<name>msb-client-websocket-java</name>
Expand Down

0 comments on commit b3d5fe7

Please sign in to comment.