File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ publishing {
137137 }
138138 if (isReleaseVersion) {
139139 maven {
140- name = sonatypeMaven2
140+ name = " sonatypeMaven2"
141141 url = " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
142142 credentials {
143143 username = System . getenv(' SONATYPE_USERNAME' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group=org.maproulette.client
22# Be sure to keep the trailing '-SNAPSHOT' in the version so that automation works correctly.
33# Publishing snapshots: New commits on main or dev will publish snapshot builds
44# Publishing release: A GitHub Release (using the UI) trigger a build which removes the trailing '-SNAPSHOT'.
5- version =0.4.2 -SNAPSHOT
5+ version =0.4.3 -SNAPSHOT
66
77maven2_url =https://oss.sonatype.org/service/local/staging/deploy/maven2/
88snapshot_url =https://oss.sonatype.org/content/repositories/snapshots/
You can’t perform that action at this time.
0 commit comments