Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschaefer committed May 6, 2019
1 parent 22b3f84 commit 2d15398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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>io.github.johannesschaefer</groupId>
<artifactId>simple-network-monitor</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
<packaging>pom</packaging>

<name>simple-network-monitor</name>
Expand All @@ -17,7 +17,7 @@

<scm>
<developerConnection>scm:git:https://github.com/johannesschaefer/simple-network-monitor.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.0.8</tag>
</scm>

<build>
Expand Down
6 changes: 5 additions & 1 deletion simple-network-monitor-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.johannesschaefer</groupId>
<artifactId>simple-network-monitor-backend</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
<packaging>jar</packaging>

<name>simple-network-monitor-backend</name>
Expand Down Expand Up @@ -334,4 +334,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v0.0.8</tag>
</scm>
</project>

0 comments on commit 2d15398

Please sign in to comment.