Skip to content

Commit a4c6e19

Browse files
authored
Merge pull request #202 from Esri/gayl/version
Gayl/version
2 parents 055354d + 5b033e7 commit a4c6e19

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ArcGIS Runtime Java SDK Samples
2-
### 100.1.0
2+
### 100.2.0
33
This project includes a set of samples demonstrating how to accomplish various mapping and GIS tasks with the ArcGIS Runtime SDK for Java.
44

55
These samples are built with Gradle. If you want to learn more about Gradle, learn more from [Gradle's guide](https://docs.gradle.org/current/userguide/userguide.html).
@@ -71,7 +71,7 @@ Esri welcomes contributions from anyone and everyone. Please see our [guidelines
7171
Find a bug or want a new feature? Please let us know by submitting an issue.
7272

7373
## Licensing
74-
Copyright 2016 Esri
74+
Copyright 2017 Esri
7575

7676
Licensed under the Apache License, Version 2.0 (the "License"); you may not
7777
use this file except in compliance with the License. You may obtain a copy

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ buildscript {
1414
}
1515
}
1616

17-
arcgis.version = '100.2.0-1901'
18-
arcgis.internal = true
17+
arcgis.version = '100.2.0'
1918

2019
idea.module.downloadJavadoc = true
2120
eclipse.classpath.downloadJavadoc = true

0 commit comments

Comments
 (0)