Skip to content

Commit

Permalink
[maven-release-plugin] prepare release oshi-parent-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Aug 5, 2016
1 parent 661e8e0 commit 92dd027
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions oshi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>oshi-core</artifactId>
Expand All @@ -17,7 +17,7 @@
<connection>scm:git:git@github.com:dblock/oshi.git</connection>
<developerConnection>scm:git:git@github.com:dblock/oshi.git</developerConnection>
<url>https://github.com/dblock/oshi.git</url>
<tag>HEAD</tag>
<tag>oshi-parent-3.1.1</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion oshi-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>oshi-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions oshi-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<artifactId>oshi-json</artifactId>
Expand All @@ -17,7 +17,7 @@
<connection>scm:git:git@github.com:dblock/oshi.git</connection>
<developerConnection>scm:git:git@github.com:dblock/oshi.git</developerConnection>
<url>https://github.com/dblock/oshi.git</url>
<tag>HEAD</tag>
<tag>oshi-parent-3.1.1</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 @@ -4,7 +4,7 @@

<groupId>com.github.dblock</groupId>
<artifactId>oshi-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>

<name>Operating System and Hardware Information</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>scm:git:git@github.com:dblock/oshi.git</connection>
<developerConnection>scm:git:git@github.com:dblock/oshi.git</developerConnection>
<url>https://github.com/dblock/oshi.git</url>
<tag>HEAD</tag>
<tag>oshi-parent-3.1.1</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 92dd027

Please sign in to comment.