Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ca4742

Browse files
author
Frank Natividad
committedMay 9, 2017
Updating appengine plugin versions
1 parent 21a5ef6 commit 8ca4742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎appengine/endpoints-frameworks-v2/migration-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript { // Configuration for building
2020
}
2121
dependencies {
2222
// App Engine Gradle plugin
23-
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.1.1'
23+
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.0'
2424

2525
// Endpoints Frameworks Gradle plugin
2626
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0-beta6'

‎appengine/endpoints-frameworks-v2/migration-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ limitations under the License.
8585
<plugin>
8686
<groupId>com.google.cloud.tools</groupId>
8787
<artifactId>appengine-maven-plugin</artifactId>
88-
<version>1.2.1</version>
88+
<version>1.3.1</version>
8989
<configuration>
9090
<!-- deploy configuration -->
9191
</configuration>

0 commit comments

Comments
 (0)
Failed to load comments.