Skip to content

Commit

Permalink
bump to 0.5.0 in master
Browse files Browse the repository at this point in the history
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Apr 18, 2017
1 parent 2f123dc commit 6f9564e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,9 +2,9 @@ Version Watch: a tool for auditing changes to versions of eclipse features & bun

CHANGELOG

Version 0.4.200
Version 0.5.0
* Implement proper dupe version range checking
* Update known dupe issues for Neon.3
* Update known dupe issues for Oxygen.0.M5

Version 0.4.100
* JBIDE-23483 installer jar no longer has jboss- prefix
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jboss.tools</groupId>
<artifactId>vwatch</artifactId>
<version>0.4.200-SNAPSHOT</version>
<version>0.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Version Watch</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/tools/vwatch/VWatch.java
Expand Up @@ -22,7 +22,7 @@
*/
public class VWatch {

public static final String VERSION = "0.4.200";
public static final String VERSION = "0.5.0";
private String repoPath = "/opt/vw";
private int loglevel = 4; // 7 = DEBUG, 6 = INFO, 4 = WARN (default), 3 = ERROR
private boolean md5checkEnabled = false;
Expand Down

0 comments on commit 6f9564e

Please sign in to comment.