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 Jun 22, 2016
1 parent abd6e29 commit 1e294da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-core</artifactId>
<version>2.6.2</version>
<version>3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Operating System and Hardware Information</name>
<description>A JNA-based (native) operating system information library for Java that aims to provide a cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, battery, etc.</description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:dblock/oshi.git</connection>
<developerConnection>scm:git:[email protected]:dblock/oshi.git</developerConnection>
<url>https://github.com/dblock/oshi.git</url>
<tag>oshi-core-2.6.2</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 1e294da

Please sign in to comment.