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.22
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Jun 23, 2015
1 parent 2d06944 commit 80275d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ example on how to retrieve it from Maven Central:
}

dependencies {
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.21'
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.22'
}
}

Expand All @@ -33,7 +33,7 @@ convention property `downloadSdk` to `true`. This option requires you to specify
the configuration `appengineSdk`.

dependencies {
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.21'
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.22'
}

## Tasks
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 1.9.22 (June 23rd, 2015)
* Added gcloud-preview plugin with Run and Deploy (com.google.gcloud-preview)
* Removed old gcloud plugin
* Update appengineStage task to remove datastore-indexes.xml after staging
* Added full path for appengine plugin (com.google.appengine)

### Version 1.9.21 (June 2nd, 2015)
* Version match 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.21'
version = '1.9.22'
project.ext.appengineVersion = version
if ('snapshot' in project.gradle.startParameter.taskNames) {
version = "${version}-SNAPSHOT"
Expand Down

0 comments on commit 80275d5

Please sign in to comment.