We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b201ebe commit c5af98aCopy full SHA for c5af98a
build.gradle
@@ -57,13 +57,12 @@ uploadArchives {
57
58
install {
59
repositories.mavenInstaller {
60
- pom.version = '1.0'
+ pom.version = '1.1-SNAPSHOT'
61
pom.artifactId = 'kscript'
62
// pom.group = 'de.mpicbg.scicomp'
63
}
64
65
66
//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
67
group = 'de.mpicbg.scicomp'
68
-version = '1.0'
69
-//version = '1.0-SNAPSHOT'
+version = '1.1-SNAPSHOT'
0 commit comments