Skip to content

Commit c5af98a

Browse files
committed
inc version for next release cycle
1 parent b201ebe commit c5af98a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ uploadArchives {
5757

5858
install {
5959
repositories.mavenInstaller {
60-
pom.version = '1.0'
60+
pom.version = '1.1-SNAPSHOT'
6161
pom.artifactId = 'kscript'
6262
// pom.group = 'de.mpicbg.scicomp'
6363
}
6464
}
6565

6666
//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
6767
group = 'de.mpicbg.scicomp'
68-
version = '1.0'
69-
//version = '1.0-SNAPSHOT'
68+
version = '1.1-SNAPSHOT'

0 commit comments

Comments
 (0)