Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Release 1.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Oct 20, 2015
1 parent 3f6bdb3 commit 968848f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.26'
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.27'
}
}
```
Expand All @@ -36,7 +36,7 @@ the configuration `appengineSdk`.

```gradle
dependencies {
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.26'
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.27'
}
```

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.9.27 (October 20th, 2015)
* Fix Update Dos task
* Fix Doc link to gaelyk [issue 210]

### Version 1.9.26 (September 24th, 2015)
* Version match release
* [skipped 1.9.25 release]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

group = 'com.google.appengine'
version = '1.9.26'
version = '1.9.27'
project.ext.appengineVersion = version
if ('snapshot' in project.gradle.startParameter.taskNames) {
version = "${version}-SNAPSHOT"
Expand Down

0 comments on commit 968848f

Please sign in to comment.