added developer information to Maven POM for Maven Central publishing

This commit is contained in:
Karl Tauber
2019-10-13 21:37:49 +02:00
parent 2cfcd0facf
commit 873e8604ce
3 changed files with 14 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
version = "0.12"
version = "0.13"
// check required Java version
if( JavaVersion.current() < JavaVersion.VERSION_1_8 )