Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed Mar 1, 2022
1 parent 0ec2095 commit f308bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The Java code generated from the schema is available as a Maven dependency.
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier-API</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
</dependencies>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@Command(
name = "Client",
mixinStandardHelpOptions = true,
version = "1.1",
version = "1.2",
subcommands = {
ListQueues.class,
ListCrawls.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import picocli.CommandLine.Option;
import picocli.CommandLine.Parameters;

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

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

0 comments on commit f308bb2

Please sign in to comment.