Skip to content

Commit c5e0895

Browse files
author
Frank Natividad
committedMay 9, 2017
Update endpoints-framework plugins
1 parent 8ca4742 commit c5e0895

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
@@ -23,7 +23,7 @@ buildscript { // Configuration for building
2323
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.0'
2424

2525
// Endpoints Frameworks Gradle plugin
26-
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0-beta6'
26+
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0-beta9'
2727
}
2828
}
2929
// [END buildscript]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ limitations under the License.
9595
<plugin>
9696
<groupId>com.google.cloud.tools</groupId>
9797
<artifactId>endpoints-framework-maven-plugin</artifactId>
98-
<version>1.0.0-beta3</version>
98+
<version>1.0.0-beta5</version>
9999
<configuration>
100100
<!-- plugin configuration -->
101101
</configuration>

0 commit comments

Comments
 (0)