File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
mockapi-recommended/src/gateway
security-sharedflow/src/sharedflows
src/main/java/io/apigee/buildTools/enterprise4g/rest Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 <packaging >maven-plugin</packaging >
2020 <!-- This is inherited from <version>0.0.15</version> of the the non-opensource
2121 plugin -->
22- <version >2.0.5 -SNAPSHOT</version >
22+ <version >2.1.0 -SNAPSHOT</version >
2323 <name >apigee-edge-maven-plugin maven mojo</name >
2424 <url >http://maven.apache.org</url >
2525
Original file line number Diff line number Diff line change 7373 <plugin >
7474 <groupId >io.apigee.build-tools.enterprise4g</groupId >
7575 <artifactId >apigee-edge-maven-plugin</artifactId >
76- <version >2.0.4 </version >
76+ <version >2.1.0 </version >
7777 <executions >
7878 <execution >
7979 <id >configure-bundle</id >
Original file line number Diff line number Diff line change 7373 <plugin >
7474 <groupId >io.apigee.build-tools.enterprise4g</groupId >
7575 <artifactId >apigee-edge-maven-plugin</artifactId >
76- <version >2.0.4 </version >
76+ <version >2.1.0 </version >
7777 <executions >
7878 <execution >
7979 <id >configure-bundle</id >
Original file line number Diff line number Diff line change @@ -945,7 +945,8 @@ else if(profile.getServiceAccountJSONFile()!=null && !profile.getServiceAccountJ
945945 logger .error (e .getMessage ());
946946 throw new IOException (e .getMessage ());
947947 }
948-
948+ //fix for Issue153
949+ headers .set ("X-GOOG-API-FORMAT-VERSION" , 2 );
949950 logger .info (PrintUtil .formatRequest (request ));
950951 return request .execute ();
951952 }
You can’t perform that action at this time.
0 commit comments