Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Sep 7, 2018
1 parent c839505 commit 3d507eb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![OSHI](https://dl.dropboxusercontent.com/s/c82qboyvvudpvdp/oshilogo.png)

[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.oshi/oshi-core/badge.svg)](https://search.maven.org/search?q=com.github.oshi)
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.oshi/oshi-core/badge.svg?)](https://search.maven.org/search?q=com.github.oshi)
[![Build Status](https://travis-ci.org/oshi/oshi.svg)](https://travis-ci.org/oshi/oshi)
[![Coverage Status](https://coveralls.io/repos/github/oshi/oshi/badge.svg?branch=master)](https://coveralls.io/github/oshi/oshi?branch=master)
[![codecov.io](https://codecov.io/github/oshi/oshi/coverage.svg?branch=master)](https://codecov.io/github/oshi/oshi?branch=master)
Expand Down
4 changes: 2 additions & 2 deletions oshi-core-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.8.2</version>
<version>3.9.0-SNAPSHOT</version>
</parent>

<artifactId>oshi-core-shaded</artifactId>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:[email protected]:oshi/oshi.git</connection>
<developerConnection>scm:git:[email protected]:oshi/oshi.git</developerConnection>
<url>https://github.com/oshi/oshi.git</url>
<tag>oshi-parent-3.8.2</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oshi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.8.2</version>
<version>3.9.0-SNAPSHOT</version>
</parent>

<artifactId>oshi-core</artifactId>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:[email protected]:oshi/oshi.git</connection>
<developerConnection>scm:git:[email protected]:oshi/oshi.git</developerConnection>
<url>https://github.com/oshi/oshi.git</url>
<tag>oshi-parent-3.8.2</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ public class OperatingSystemTest {

/**
* Test operating system
*
* @throws CloneNotSupportedException
*/
@Test
public void testOperatingSystem() throws CloneNotSupportedException {
public void testOperatingSystem() {
SystemInfo si = new SystemInfo();
OperatingSystem os = si.getOperatingSystem();
assertNotNull(os.getFamily());
Expand Down
4 changes: 2 additions & 2 deletions oshi-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.8.2</version>
<version>3.9.0-SNAPSHOT</version>
</parent>

<artifactId>oshi-dist</artifactId>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:[email protected]:oshi/oshi.git</connection>
<developerConnection>scm:git:[email protected]:oshi/oshi.git</developerConnection>
<url>https://github.com/oshi/oshi.git</url>
<tag>oshi-parent-3.8.2</tag>
<tag>HEAD</tag>
</scm>

<!-- NOTE: These dependency declarations are only required to sort this
Expand Down
4 changes: 2 additions & 2 deletions oshi-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.8.2</version>
<version>3.9.0-SNAPSHOT</version>
</parent>

<artifactId>oshi-json</artifactId>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:[email protected]:oshi/oshi.git</connection>
<developerConnection>scm:git:[email protected]:oshi/oshi.git</developerConnection>
<url>https://github.com/oshi/oshi.git</url>
<tag>oshi-parent-3.8.2</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>com.github.oshi</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.8.2</version>
<version>3.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Operating System and Hardware Information</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>scm:git:[email protected]:oshi/oshi.git</connection>
<developerConnection>scm:git:[email protected]:oshi/oshi.git</developerConnection>
<url>https://github.com/oshi/oshi.git</url>
<tag>oshi-parent-3.8.2</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 3d507eb

Please sign in to comment.