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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschaefer committed Sep 16, 2018
1 parent 0e9faf4 commit 93052ba
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.6-SNAPSHOT</version>
<version>0.0.6</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.6</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.6-SNAPSHOT</version>
<version>0.0.6</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.6</tag>
</scm>
</project>

0 comments on commit 93052ba

Please sign in to comment.