update all subprojects to 5.0.5
This commit is contained in:
parent
82a328b565
commit
1a0d96ac82
7 changed files with 2 additions and 6 deletions
|
@ -1 +0,0 @@
|
||||||
version = 5.0.5
|
|
|
@ -1,5 +1,5 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = datastructures
|
name = datastructures
|
||||||
version = 3.1.0
|
version = 5.0.5
|
||||||
|
|
||||||
org.gradle.warning.mode = all
|
org.gradle.warning.mode = all
|
||||||
|
|
|
@ -6,6 +6,7 @@ publishing {
|
||||||
pom {
|
pom {
|
||||||
artifactId = project.name
|
artifactId = project.name
|
||||||
name = project.name
|
name = project.name
|
||||||
|
version = project.version
|
||||||
description = rootProject.ext.description
|
description = rootProject.ext.description
|
||||||
url = rootProject.ext.url
|
url = rootProject.ext.url
|
||||||
inceptionYear = rootProject.ext.inceptionYear
|
inceptionYear = rootProject.ext.inceptionYear
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
version = 5.0.5
|
|
|
@ -1 +0,0 @@
|
||||||
version = 5.0.5
|
|
|
@ -1 +0,0 @@
|
||||||
version = 5.0.5
|
|
|
@ -1 +0,0 @@
|
||||||
version = 5.0.5
|
|
Loading…
Reference in a new issue