Compare commits
No commits in common. "bef0fff652d34fa32b98ebd50c2e1bfb36273bec" and "9630e23edec720864355ed963b594f7e0f8169e4" have entirely different histories.
bef0fff652
...
9630e23ede
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ plugins {
|
||||||
apply plugin: "maven-publish"
|
apply plugin: "maven-publish"
|
||||||
|
|
||||||
|
|
||||||
version = "0.36.1-SNAPSHOT"
|
version = "0.35.3-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.36.1-dev"
|
version = "0.35.3-dev"
|
||||||
|
|
||||||
|
|
||||||
@init
|
@init
|
||||||
|
|
Loading…
Reference in a new issue