Versioning the readme
Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/eef80d6d Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/eef80d6d Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/eef80d6d Branch: refs/heads/master Commit: eef80d6da564ff9c9c07a16fa4c01d52c48cfcdb Parents: af18800 Author: Rob Tompkins <chtom...@apache.org> Authored: Tue Jan 2 15:52:43 2018 -0500 Committer: Rob Tompkins <chtom...@apache.org> Committed: Tue Jan 2 15:52:43 2018 -0500 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/eef80d6d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4dc208f..faa2e7f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-release-plugin</artifactId> - <version>1.7</version> + <version>0.1-SNAPSHOT</version> </dependency> ```