Skip to content

Commit 86c64d7

Browse files
authored
Merge pull request #848 from GoogleCloudPlatform/update-versions
[Endpoints] Update endpoints framework maven plugin version
2 parents a874897 + 20c640b commit 86c64d7

File tree

2 files changed

+2
-2
lines changed
  • appengine/endpoints-frameworks-v2/backend
  • appengine-java8/endpoints-v2-backend

2 files changed

+2
-2
lines changed

appengine-java8/endpoints-v2-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>com.google.cloud.tools</groupId>
102102
<artifactId>endpoints-framework-maven-plugin</artifactId>
103-
<version>1.0.0</version>
103+
<version>1.0.1</version>
104104
<configuration>
105105
<!-- plugin configuration -->
106106
<hostname>${endpoints.project.id}.appspot.com</hostname>

appengine/endpoints-frameworks-v2/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>com.google.cloud.tools</groupId>
8787
<artifactId>endpoints-framework-maven-plugin</artifactId>
88-
<version>1.0.0</version>
88+
<version>1.0.1</version>
8989
<configuration>
9090
<!-- plugin configuration -->
9191
<hostname>${endpoints.project.id}.appspot.com</hostname>

0 commit comments

Comments
 (0)