Updated version information

This commit is contained in:
nathan 2020-10-20 01:08:00 +02:00
parent a26712c1cf
commit 6102be16dc
3 changed files with 7 additions and 8 deletions

View File

@ -51,17 +51,17 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>3.0</version>
<version>3.1</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
```
dependencies {
...
compile 'com.dorkbox:ObjectPool:3.0'
implementation "com.dorkbox:ObjectPool:3.1"
}
````

View File

@ -32,7 +32,7 @@ plugins {
id("com.dorkbox.GradleUtils") version "1.12"
id("com.dorkbox.Licensing") version "2.5.2"
id("com.dorkbox.VersionUpdate") version "2.0"
id("com.dorkbox.VersionUpdate") version "2.0.4"
id("com.dorkbox.GradlePublish") version "1.8"
id("com.dorkbox.GradleModuleInfo") version "1.1"
@ -44,7 +44,7 @@ object Extras {
const val group = "com.dorkbox"
const val name = "ObjectPool"
const val id = "ObjectPool"
const val version = "3.0"
const val version = "3.1"
const val vendor = "Dorkbox LLC"
const val vendorUrl = "https://dorkbox.com"

View File

@ -23,8 +23,7 @@ import dorkbox.objectPool.nonBlocking.NonBlockingSoftPool
import dorkbox.objectPool.suspending.SuspendingPool
import java.lang.ref.SoftReference
import java.util.*
import java.util.concurrent.BlockingQueue
import java.util.concurrent.ConcurrentLinkedQueue
import java.util.concurrent.*
/**
* @author dorkbox, llc
@ -33,7 +32,7 @@ object ObjectPool {
/**
* Gets the version number.
*/
const val version = "3.0"
const val version = "3.1"
/**
* Creates a suspending pool of a specific size, where the entire pool is initially filled, and when the pool is empty, a