Skip to content

Commit 1002362

Browse files
committed
4.4.0 Release
1 parent 0e92698 commit 1002362

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
4.4.0 (in progress)
1+
4.5.0 (in progress)
2+
================
3+
* Your contribution here.
4+
5+
4.4.0 (2/12/2020)
26
================
37
* [#1098](https://github.com/oshi/oshi/pull/1098): Option to limit FileStore list to local file systems. - [@Space2Man](https://github.com/Space2Man).
48
* [#1100](https://github.com/oshi/oshi/pull/1100): Get FileStore options. - [@dbwiddis](https://github.com/dbwiddis).
59
* [#1101](https://github.com/oshi/oshi/pull/1101): Add network interface dropped packets and collisions. - [@dbwiddis](https://github.com/dbwiddis).
6-
* Your contribution here.
710

811
4.3.0 (1/2/2020), 4.3.1 (2/5/2020)
912
================

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Downloads
5858
---------
5959
| Stable Release Version | Current Development Version | Dependencies |
6060
| ------------- | ------------- | ------------- |
61-
| [oshi-core-4.3.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=4.3.1&e=jar) | [oshi-core-4.4.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=4.4.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/) |
61+
| [oshi-core-4.4.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=4.4.0&e=jar) | [oshi-core-4.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=4.5.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/) |
6262

6363
Usage
6464
-----
65-
Include OSHI and its dependencies on your classpath. We strongly recommend you add OSHI as a dependency to your project dependency manager such as Maven or Gradle. You can [find the appropriate syntax to include OSHI here](https://search.maven.org/artifact/com.github.oshi/oshi-core/4.3.1/jar).
65+
Include OSHI and its dependencies on your classpath. We strongly recommend you add OSHI as a dependency to your project dependency manager such as Maven or Gradle. You can [find the appropriate syntax to include OSHI here](https://search.maven.org/artifact/com.github.oshi/oshi-core/4.4.0/jar).
6666

6767
Create a new instance of `SystemInfo` and use the getters to access additional information.
6868

src/site/markdown/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Downloads
5858
---------
5959
| Stable Release Version | Current Development Version | Dependencies |
6060
| ------------- | ------------- | ------------- |
61-
| [oshi-core-4.3.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=4.3.1&e=jar) | [oshi-core-4.4.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=4.4.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/) |
61+
| [oshi-core-4.4.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=4.4.0&e=jar) | [oshi-core-4.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=4.5.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/) |
6262

6363
Usage
6464
-----
65-
Include OSHI and its dependencies on your classpath. We strongly recommend you add OSHI as a dependency to your project dependency manager such as Maven or Gradle. You can [find the appropriate syntax to include OSHI here](https://search.maven.org/artifact/com.github.oshi/oshi-core/4.3.1/jar).
65+
Include OSHI and its dependencies on your classpath. We strongly recommend you add OSHI as a dependency to your project dependency manager such as Maven or Gradle. You can [find the appropriate syntax to include OSHI here](https://search.maven.org/artifact/com.github.oshi/oshi-core/4.4.0/jar).
6666

6767
Create a new instance of `SystemInfo` and use the getters to access additional information.
6868

0 commit comments

Comments
 (0)