Release 2.5.16: update versions
diff --git a/gradle.properties b/gradle.properties
index 49f68af..8386a62 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and

 # limitations under the License.

 

-groovyVersion = 2.5.16-SNAPSHOT

+groovyVersion = 2.5.16

 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)

-groovyBundleVersion = 2.5.16.SNAPSHOT

+groovyBundleVersion = 2.5.16

 

 # latest version which runs jdk 7

 # we build under 8+ but test against 7