Compare commits
No commits in common. "38ff640b006439e04f57852aec57f44f00127ebe" and "2cb39a82b83005514c14ed82c31c577331433f79" have entirely different histories.
38ff640b00
...
2cb39a82b8
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ plugins {
|
||||||
apply plugin: "maven-publish"
|
apply plugin: "maven-publish"
|
||||||
|
|
||||||
|
|
||||||
version = "0.29.14-SNAPSHOT"
|
version = "0.29.13-SNAPSHOT"
|
||||||
group = "org.domaindrivenarchitecture.provs"
|
group = "org.domaindrivenarchitecture.provs"
|
||||||
|
|
||||||
|
|
||||||
|
|
2
build.py
2
build.py
|
@ -8,7 +8,7 @@ name = "provs"
|
||||||
PROJECT_ROOT_PATH = "."
|
PROJECT_ROOT_PATH = "."
|
||||||
|
|
||||||
|
|
||||||
version = "0.29.14-dev"
|
version = "0.29.13-dev"
|
||||||
|
|
||||||
|
|
||||||
@init
|
@init
|
||||||
|
|
Loading…
Reference in a new issue