Skip to content

Commit

Permalink
Changing version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitornp committed Feb 17, 2014
1 parent d7475a0 commit 5ade84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ For a quick start, you can use this snippet it your maven POM:
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.0.0-beta-3</version> <!--or the latest version-->
<version>4.0.0-RC1</version> <!--or the latest version-->
</dependency>
```

Or you can download it directly <a href="https://bintray.com/caelum/VRaptor4/br.com.caelum.vraptor/vraptor-4.0.0-beta-3/files">at our artifacts repository</a>.
Or you can download it directly [at our artifacts repository](https://bintray.com/caelum/VRaptor4/br.com.caelum.vraptor/vraptor-4.0.0-RC1/files).

This comment has been minimized.

Copy link
@garcia-jj

garcia-jj Feb 17, 2014

Member

I think that is better to use link to https://bintray.com/caelum/VRaptor4/br.com.caelum.vraptor/ instead of version directly. So we don't need to remember to update readme at each new release.

This comment has been minimized.

Copy link
@vitornp

vitornp Feb 17, 2014

Author Contributor

Each new release has to update the maven dependency also

This comment has been minimized.

Copy link
@garcia-jj

garcia-jj Feb 17, 2014

Member

Not necessary because have a comment "or the latest version"

This comment has been minimized.

Copy link
@vitornp

vitornp Feb 17, 2014

Author Contributor

@garcia-jj create PR #381


##Building in your machine
Expand Down

0 comments on commit 5ade84c

Please sign in to comment.