From 8d3a0aaa3df7b3e7107a90c37d08bd4461fa73b4 Mon Sep 17 00:00:00 2001 From: profesorfalken Date: Sat, 31 Mar 2018 10:07:07 +0200 Subject: [PATCH 1/5] Update dependencies et prepare 1.6.2 version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4543e1c..d980fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.profesorfalken WMI4Java - 1.6.1 + 1.6.2 jar @@ -112,13 +112,13 @@ junit junit - 4.10 + 4.12 test com.profesorfalken jPowerShell - 1.9 + 2.0 From c158e8a721f232a921ddae90a7924e98bcd6342e Mon Sep 17 00:00:00 2001 From: profesorfalken Date: Sat, 31 Mar 2018 11:03:27 +0200 Subject: [PATCH 2/5] Update version in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 898c272..3ae3a66 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,18 @@ Java API to perform WMI queries ## Installation ## -To install WMI4Java you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/WMI4Java/1.6.1 +To install WMI4Java you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/WMI4Java/1.6.2 For example, for Maven you have just to add to your pom.xml: com.profesorfalken WMI4Java - 1.6.1 + 1.6.2 Instead, you can direct download the JAR file and add it to your classpath. -https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.6.1/WMI4Java-1.6.1.jar +https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.6.2/WMI4Java-1.6.2.jar ## Basic Usage ## From 25be3c52af8e3f1a44732fd56e07da1a2a501a36 Mon Sep 17 00:00:00 2001 From: profesorfalken Date: Thu, 4 Oct 2018 21:53:18 +0200 Subject: [PATCH 3/5] Update jpowershell version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d980fb7..f311b42 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.profesorfalken WMI4Java - 1.6.2 + 1.6.3 jar @@ -118,7 +118,7 @@ com.profesorfalken jPowerShell - 2.0 + 3.0 From 99a9cd4dfbf892c75bde4321f2af80d0ac4649a1 Mon Sep 17 00:00:00 2001 From: profesorfalken Date: Thu, 4 Oct 2018 21:55:16 +0200 Subject: [PATCH 4/5] Update version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ae3a66..016a0c2 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ For example, for Maven you have just to add to your pom.xml: com.profesorfalken WMI4Java - 1.6.2 + 1.6.3 Instead, you can direct download the JAR file and add it to your classpath. -https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.6.2/WMI4Java-1.6.2.jar +https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.6.3/WMI4Java-1.6.3.jar ## Basic Usage ## From a39b153a84a12b0c4c0583234fd2b32aba7f868c Mon Sep 17 00:00:00 2001 From: profesorfalken Date: Sat, 6 Oct 2018 09:00:13 +0200 Subject: [PATCH 5/5] Fix version number in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 016a0c2..2b4f1e3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Java API to perform WMI queries ## Installation ## -To install WMI4Java you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/WMI4Java/1.6.2 +To install WMI4Java you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/WMI4Java/1.6.3 For example, for Maven you have just to add to your pom.xml: