Skip to content

Commit

Permalink
version bumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Jul 2, 2020
1 parent d802814 commit 4b00cc6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions issnbot-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.issn</groupId>
<artifactId>issnbot-root-pom</artifactId>
<version>0.1</version>
<version>0.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.issn</groupId>
<artifactId>issnbot-lib</artifactId>
<version>0.1</version>
<version>0.9</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ public AbstractBotArguments() {

@Parameter(
names = { "pauseBetweenEdits" },
description = "Ensures the bot wais a given number of milliseconds between each call to the API. Wikidata Java API ensures an _average_ time between edits, defaulting to 2000ms, but computed in a window of 9 edits, and calls may be rejected before that. Set this value lower than 2000. Defaults to 1200.",
description = "Ensures the bot waits a given number of milliseconds between each call to the API. Wikidata Java API ensures an _average_ time between edits, defaulting to 2000ms, but computed in a window of 9 edits, and calls may be rejected before that. Set this value lower than 2000. Defaults to 1000.",
required = false
)
protected Integer pauseBetweenEdits = 1200;
protected Integer pauseBetweenEdits = 1000;

@Parameter(
names = { "batchId" },
Expand Down
2 changes: 1 addition & 1 deletion issnbot-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.issn</groupId>
<artifactId>issnbot-root-pom</artifactId>
<version>0.1</version>
<version>0.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion issnbot-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.issn</groupId>
<artifactId>issnbot-root-pom</artifactId>
<version>0.1</version>
<version>0.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.issn</groupId>
<artifactId>issnbot-root-pom</artifactId>
<version>0.1</version>
<version>0.9</version>
<packaging>pom</packaging>

<name>ISSN Bot Root POM</name>
Expand Down

0 comments on commit 4b00cc6

Please sign in to comment.