Skip to content

Commit d0382e1

Browse files
authored
Merge pull request #100 from Esri/sor10874/enable-build-numbers-in-versions
bump version and turn on build number logic
2 parents 200e6be + 33bd1dd commit d0382e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ artifactoryUsername=""
4646
artifactoryPassword=""
4747
# these numbers will define the artifact version on artifactory
4848
# and are overridden by the jenkins command line in the daily build
49-
versionNumber=200.2.0
49+
versionNumber=200.3.0
5050
buildNumber=0000-snapshot
5151
#set this flag to `true` to ignore the build number when publishing. This
5252
# will publish an artifact with a build number like "..:200.2.0" as opposed to "...:200.2.0-3963
53-
ignoreBuildNumber=true
53+
ignoreBuildNumber=false
5454
# these versions define the dependency of the ArcGIS Maps SDK for Kotlin dependency
5555
# and are generally not overridden at the command line unless a special build is requested.
5656
sdkVersionNumber=200.2.0

0 commit comments

Comments
 (0)