Skip to content

Commit

Permalink
bump to beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
noguespi committed Jul 5, 2016
1 parent 01bf256 commit 4ae338f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.serphacker.serposcope</groupId>
<artifactId>serposcope</artifactId>
<version>2.5.0-BETA5</version>
<version>2.5.0-BETA6</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.serphacker.serposcope</groupId>
<artifactId>serposcope</artifactId>
<version>2.5.0-BETA5</version>
<version>2.5.0-BETA6</version>
<packaging>pom</packaging>
<modules>
<module>web</module>
Expand Down
2 changes: 1 addition & 1 deletion scraper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.serphacker.serposcope</groupId>
<artifactId>serposcope</artifactId>
<version>2.5.0-BETA5</version>
<version>2.5.0-BETA6</version>
</parent>
<artifactId>scraper</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>serposcope</artifactId>
<groupId>com.serphacker.serposcope</groupId>
<version>2.5.0-BETA5</version>
<version>2.5.0-BETA6</version>
</parent>

<artifactId>web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/java/serposcope/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class Version implements Comparable<Version> {

private final static Pattern PATTERN = Pattern.compile("^([0-9]+)\\.([0-9]+)\\.([0-9]+)(-[A-Z]+[0-9]+)?$");
public final static Version CURRENT = new Version("2.5.0-BETA5");
public final static Version CURRENT = new Version("2.5.0-BETA6");

int major;
int minor;
Expand Down

0 comments on commit 4ae338f

Please sign in to comment.