Skip to content

Commit

Permalink
Version set to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitix committed Mar 15, 2019
1 parent 7b2c45a commit 2f11a60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>io.cloudsoft.windows</groupId>
<artifactId>winrm4j</artifactId>
<version>0.6.1</version> <!-- WINRM4J_VERSION -->
<version>0.7.0</version> <!-- WINRM4J_VERSION -->
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cloudsoft.windows</groupId>
<artifactId>winrm4j-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- WINRM4J_VERSION -->
<version>0.7.0</version> <!-- WINRM4J_VERSION -->
</parent>
<artifactId>winrm4j-client</artifactId>
<name>WinRM Client</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.cloudsoft.windows</groupId>
<artifactId>winrm4j-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- WINRM4J_VERSION -->
<version>0.7.0</version> <!-- WINRM4J_VERSION -->
<packaging>pom</packaging>
<name>WinRM Parent</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.cloudsoft.windows</groupId>
<artifactId>winrm4j-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- WINRM4J_VERSION -->
<version>0.7.0</version> <!-- WINRM4J_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion winrm4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.cloudsoft.windows</groupId>
<artifactId>winrm4j-parent</artifactId>
<version>0.6.0-SNAPSHOT</version> <!-- WINRM4J_VERSION -->
<version>0.7.0</version> <!-- WINRM4J_VERSION -->
</parent>

<name>Java WinRM library</name>
Expand Down

0 comments on commit 2f11a60

Please sign in to comment.