Skip to content

Commit

Permalink
prepare new minor release 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Apr 27, 2019
1 parent d2deb3a commit 7256569
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Change log
----------------------

Version 5.1-SNAPSHOT
Version 5.1
-------------

ADDED:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Than you can add the dependency to your dependencies:
<properties>
...
<!-- TEST-OBJECTS version -->
<test-objects.version>5.0.1</test-objects.version>
<test-objects.version>5.1</test-objects.version>
...
</properties>
...
Expand All @@ -40,6 +40,7 @@ Than you can add the dependency to your dependencies:
<groupId>de.alpharogroup</groupId>
<artifactId>test-objects</artifactId>
<version>${test-objects.version}</version>
<scope>test</scope>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>test-objects</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>

<name>${project.artifactId}</name>

Expand Down

0 comments on commit 7256569

Please sign in to comment.