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

Commit 79c3acc

Browse files
committed
bump version to 2.1.1
1 parent 537a48b commit 79c3acc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

endpoints-framework/src/main/java/com/google/api/server/spi/config/Api.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* methods will be exposed below this path. This will default to
3535
* "https://yourapp.appspot.com/_ah/api".
3636
*/
37+
@Deprecated
3738
String root() default "";
3839

3940
/**
@@ -77,6 +78,7 @@
7778
* method calls. This will default to "https://yourapp.appspot.com/_ah/spi". Non-secure http URLs
7879
* will be automatically converted to use https.
7980
*/
81+
@Deprecated
8082
String backendRoot() default "";
8183

8284
/**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.1.0
1+
version=2.1.1
22

33
sourceCompatibility=1.7
44
targetCompatibility=1.7

0 commit comments

Comments
 (0)