Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
bump version to v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tangiel committed Feb 21, 2018
1 parent 8378711 commit 71d290f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ the dependency with the `endpoints-framework` artifact from the
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
</dependency>

In Gradle, the new dependency looks like this:

compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.12'
compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.13'

You also need to update your `web.xml`. Simply replace all instances of
`SystemServiceServlet` with `EndpointsServlet` and replace `/_ah/spi/*` with
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.12
version=2.0.13

sourceCompatibility=1.7
targetCompatibility=1.7
Expand Down

0 comments on commit 71d290f

Please sign in to comment.