Prepare next development version
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "com.bnorm.power"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
|
||||
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
||||
groupId = "com.bnorm.power",
|
||||
artifactId = "kotlin-power-assert",
|
||||
version = "0.1.0"
|
||||
version = "0.2.0-SNAPSHOT"
|
||||
)
|
||||
|
||||
override fun apply(
|
||||
|
||||
Reference in New Issue
Block a user