Skip to content

Commit e8dd7b8

Browse files
authored
Updated version to 2.6-SNAPSHOT (#137)
Signed-off-by: Laurent Klock <Laurent.Klock@arhs-cube.com>
1 parent 902b55e commit e8dd7b8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

API/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.5</version>
8+
<version>2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-API</name>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.5</version>
8+
<version>2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-client</name>

client/src/main/java/crawlercommons/urlfrontier/client/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@Command(
1111
name = "Client",
1212
mixinStandardHelpOptions = true,
13-
version = "2.5",
13+
version = "2.6-SNAPSHOT",
1414
subcommands = {
1515
ListNodes.class,
1616
ListQueues.class,

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
88
<packaging>pom</packaging>
9-
<version>2.5</version>
9+
<version>2.6-SNAPSHOT</version>
1010
<name>urlfrontier</name>
1111

1212
<url>https://github.com/crawler-commons/url-frontier</url>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.5</version>
8+
<version>2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-service</name>

service/src/main/java/crawlercommons/urlfrontier/service/URLFrontierServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import picocli.CommandLine.Option;
2626
import picocli.CommandLine.Parameters;
2727

28-
@Command(name = "URL Frontier Server", mixinStandardHelpOptions = true, version = "2.5")
28+
@Command(name = "URL Frontier Server", mixinStandardHelpOptions = true, version = "2.6-SNAPSHOT")
2929
public class URLFrontierServer implements Callable<Integer> {
3030

3131
private static final org.slf4j.Logger LOG = LoggerFactory.getLogger(URLFrontierServer.class);

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.5</version>
8+
<version>2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-test-suite</name>

0 commit comments

Comments
 (0)