Skip to content

Commit

Permalink
#RELEASE '5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboTricker committed May 11, 2019
1 parent a03ec52 commit 4226e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ You can also add TransportPipes as a Maven dependency:

<dependencies>
<dependency>
<groupId>de.robotricker.transportpipes</groupId>
<artifactId>TransportPipes</artifactId>
<version>VERSION</version>
<groupId>de.robotricker</groupId>
<artifactId>transportpipes</artifactId>
<version>5.0.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.robotricker</groupId>
<artifactId>transportpipes</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>jar</packaging>

<name>TransportPipes</name>
Expand Down

0 comments on commit 4226e18

Please sign in to comment.