Skip to content

Commit

Permalink
bump versions and switch to uberjars (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangiel authored and lesv committed Feb 18, 2017
1 parent c1452a6 commit a3be47e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions appengine/endpoints-frameworks-v2/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<endpoints.framework.version>2.0.1</endpoints.framework.version>
<endpoints.management.version>1.0.1</endpoints.management.version>
<endpoints.framework.version>2.0.3</endpoints.framework.version>
<endpoints.management.version>1.0.2</endpoints.management.version>

<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
<maven.compiler.target>1.7</maven.compiler.target>
Expand All @@ -50,17 +50,12 @@
</dependency>
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework</artifactId>
<artifactId>endpoints-framework-all</artifactId>
<version>${endpoints.framework.version}</version>
</dependency>
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-management-control-appengine</artifactId>
<version>${endpoints.management.version}</version>
</dependency>
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework-auth</artifactId>
<artifactId>endpoints-management-control-appengine-all</artifactId>
<version>${endpoints.management.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit a3be47e

Please sign in to comment.