Skip to content

Commit

Permalink
updating VRaptor version on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Feb 14, 2014
1 parent f7b154f commit ae61cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
@WebFilter(filterName="vraptor", urlPatterns="/*", dispatcherTypes={DispatcherType.FORWARD, DispatcherType.REQUEST})
public class VRaptor implements Filter {

private static final String VERSION = "4.0.0-RC1-SNAPSHOT";
private static final String VERSION = "4.0.0-RC1";

private final Logger logger = getLogger(VRaptor.class);

Expand Down

2 comments on commit ae61cbb

@garcia-jj
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ashamed that #367 was not been accepted for this release, because saves our money.

@lucascs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with the idea of #367, I just don't want to delete MethodExecutor yet. We still can accept it before 1.0.0 release, or right after it.

Please sign in to comment.