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.30
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Dec 9, 2015
1 parent 9392b2e commit 1dd4451
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.28'
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.30'
}
}
```
Expand All @@ -36,7 +36,7 @@ the configuration `appengineSdk`.

```gradle
dependencies {
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.28'
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.30'
}
```

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,7 @@
### Version 1.9.30 (December 9th, 2015)
* Version match release
* [skipped 1.9.29 release]

### Version 1.9.28 (November 12th, 2015)
* Version match release

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

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

0 comments on commit 1dd4451

Please sign in to comment.