Skip to content

Commit 513f8ae

Browse files
Set version to SNAPSHOT
1 parent e06b3aa commit 513f8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
apply plugin: 'com.peterabeles.gversion'
1515

1616
group = 'org.boofcv'
17-
version = '1.2.3'
17+
version = '1.2.4-SNAPSHOT'
1818

1919
createVersionFile.enabled = false // run only once. enabled in types
2020
}

misc/release_check_list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Update prebuilt applications and demonstrations using https://github.com/lesstha
4646
- Publish Stable Release:
4747

4848
git clean -fd main && ./gradlew autogenerate && ./gradlew assemble
49-
./gradlew publishToSonatype && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository
49+
./gradlew publishToSonatype -Dorg.gradle.parallel=false && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository
5050

0 commit comments

Comments
 (0)