Compare commits
No commits in common. "bcc89ef4080ed1023129e7e5c46e30934f7f6147" and "e85fa88bc4215355a2a3fc7c085e0a71e6119aea" have entirely different histories.
bcc89ef408
...
e85fa88bc4
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ plugins {
|
||||||
apply plugin: "maven-publish"
|
apply plugin: "maven-publish"
|
||||||
|
|
||||||
|
|
||||||
version = "0.31.1-SNAPSHOT"
|
version = "0.30.1-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.31.1-SNAPSHOT"
|
version = "0.30.1-dev"
|
||||||
|
|
||||||
|
|
||||||
@init
|
@init
|
||||||
|
|
Loading…
Reference in a new issue