Skip to content

Commit a466578

Browse files
committed
update
1 parent 4e3eada commit a466578

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.formkiq'
10-
version = '1.17.0'
10+
version = '1.18.0-SNAPSHOT'
1111

1212
sourceCompatibility = JavaVersion.VERSION_11
1313
targetCompatibility = JavaVersion.VERSION_11
@@ -87,8 +87,8 @@ publishing {
8787
// password project.githubToken
8888
}
8989
// maven central
90-
url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
91-
//url "https://oss.sonatype.org/content/repositories/snapshots/"
90+
//url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
91+
url "https://oss.sonatype.org/content/repositories/snapshots/"
9292

9393
// github packages
9494
//url "https://maven.pkg.github.com/formkiq/formkiq-client-sdk-java"

0 commit comments

Comments
 (0)