Skip to content

Commit 5523c36

Browse files
committed
inc version to 1.2-SNAPSHOT
1 parent 9fa6f80 commit 5523c36

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ uploadArchives {
5858

5959
install {
6060
repositories.mavenInstaller {
61-
pom.version = '1.1'
61+
pom.version = '1.2-SNAPSHOT'
6262
pom.artifactId = 'kscript'
6363
// pom.group = 'de.mpicbg.scicomp'
6464
}
6565
}
6666

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

suport_api_notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Release Checklist
2424
1. Push and create github release tag
2525

2626
2.
27-
```
27+
```bash
28+
# cd /Users/brandl/projects/kotlin/kscript-support-api
29+
30+
gradle test
2831
gradle install
2932
```
3033

0 commit comments

Comments
 (0)