Skip to content

Commit a7de31e

Browse files
committed
started 1.2.3-SNAPSHOT release cycle
1 parent f14e3ae commit a7de31e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
5151
//group = 'de.mpicbg.scicomp'
5252
group = 'com.github.holgerbrandl'
5353
//version = '1.1.9'
54-
version = '1.2.2'
54+
version = '1.2.3-SNAPSHOT'
5555

5656

5757
artifacts {

suport_api_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ gradle install
3434

3535
4. Create new version on jcenter
3636

37-
* Upload jar, sources.jar and pom for new version from `~/.m2/repository/de/mpicbg/scicomp/kscript` to:
37+
* Upload jar, sources.jar and pom for new version from `~/.m2/repository/com/github/holgerbrandl/kscript` to:
3838
> https://bintray.com/holgerbrandl/mpicbg-scicomp/kscript
3939
4040
1. Check for release status on
41-
https://jcenter.bintray.com/de/mpicbg/scicomp/
41+
https://jcenter.bintray.com/com/github/holgerbrandl/kscript
4242

4343
2. Bump versions for new release cycle
4444

0 commit comments

Comments
 (0)