Skip to content

Commit

Permalink
bump API management version to 1.0.1 (#491)
Browse files Browse the repository at this point in the history
* fix for character encoding issue
* fix local development server startup
  • Loading branch information
tangiel authored and lesv committed Jan 25, 2017
1 parent 99ff4b7 commit e28db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/endpoints-frameworks-v2/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<endpoints.framework.version>2.0.0</endpoints.framework.version>
<endpoints.management.version>1.0.0</endpoints.management.version>
<endpoints.management.version>1.0.1</endpoints.management.version>

<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down

0 comments on commit e28db5a

Please sign in to comment.