Updated version info

This commit is contained in:
Robinson 2021-04-08 14:34:20 +02:00
parent 4738f10157
commit e4b6592830
2 changed files with 7 additions and 8 deletions

View File

@ -21,19 +21,18 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>NetworkUtils</artifactId> <artifactId>NetworkUtils</artifactId>
<version>1.0</version> <version>2.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
Gradle Info Gradle Info
--------- ```
````
dependencies { dependencies {
... ...
compile 'com.dorkbox:NetworkUtils:1.0' compile 'com.dorkbox:NetworkUtils:2.1'
} }
```` ```
License License
--------- ---------

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2020 dorkbox, llc * Copyright 2021 dorkbox, llc
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -30,9 +30,9 @@ gradle.startParameter.warningMode = WarningMode.All
plugins { plugins {
java java
id("com.dorkbox.GradleUtils") version "1.16" id("com.dorkbox.GradleUtils") version "1.17"
id("com.dorkbox.Licensing") version "2.5.5" id("com.dorkbox.Licensing") version "2.5.5"
id("com.dorkbox.VersionUpdate") version "2.1" id("com.dorkbox.VersionUpdate") version "2.2"
id("com.dorkbox.GradlePublish") version "1.10" id("com.dorkbox.GradlePublish") version "1.10"
// id("com.dorkbox.GradleModuleInfo") version "1.1" // id("com.dorkbox.GradleModuleInfo") version "1.1"