Skip to content

Commit f308bb2

Browse files
committed
version 1.2
1 parent 0ec2095 commit f308bb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

API/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Java code generated from the schema is available as a Maven dependency.
6767
<dependency>
6868
<groupId>com.github.crawler-commons</groupId>
6969
<artifactId>urlfrontier-API</artifactId>
70-
<version>1.1</version>
70+
<version>1.2</version>
7171
</dependency>
7272
</dependencies>
7373
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@Command(
2222
name = "Client",
2323
mixinStandardHelpOptions = true,
24-
version = "1.1",
24+
version = "1.2",
2525
subcommands = {
2626
ListQueues.class,
2727
ListCrawls.class,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import picocli.CommandLine.Option;
3737
import picocli.CommandLine.Parameters;
3838

39-
@Command(name = "URL Frontier Server", mixinStandardHelpOptions = true, version = "1.1")
39+
@Command(name = "URL Frontier Server", mixinStandardHelpOptions = true, version = "1.2")
4040
public class URLFrontierServer implements Callable<Integer> {
4141

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

0 commit comments

Comments
 (0)