Skip to content

Commit

Permalink
#106 preparing new version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir.bukhtoyarov committed Nov 29, 2019
1 parent 5baa73a commit 5ba9f0c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ use any of them:
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
</dependency>
```
#### You can build Bucket4j from sources
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-coherence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-hazelcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-ignite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-infinispan-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-infinispan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.vladimir-bukhtoyarov</groupId>
<version>4.5.0</version>
<version>4.6.0</version>
<artifactId>bucket4j-parent</artifactId>
<packaging>pom</packaging>
<name>bucket4j-parent</name>
Expand Down
1 change: 1 addition & 0 deletions doc-pages/archive-links.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Documentation links for legacy releases:
* [4.5](https://github.com/vladimir-bukhtoyarov/bucket4j/tree/4.5) ```2 June 2019``` Option to allow interval refill to happen on interval boundary
* [4.4](https://github.com/vladimir-bukhtoyarov/bucket4j/tree/4.4) ```3 Apr 2019``` Integration with Oracle Coherence
* [4.3](https://github.com/vladimir-bukhtoyarov/bucket4j/tree/4.3) ```29 December 2018``` New method for estimation of ability to consume
* [4.2](https://github.com/vladimir-bukhtoyarov/bucket4j/tree/4.2) ```21 November 2018``` Support of legacy Infinispan 8.x
Expand Down
2 changes: 1 addition & 1 deletion experimental/bucket4j-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion experimental/bucket4j-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion experimental/bucket4j-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<packaging>pom</packaging>

<name>bucket4j</name>
Expand Down

0 comments on commit 5ba9f0c

Please sign in to comment.