Skip to content

Commit d02178b

Browse files
author
Ace Nassri
authored
Region tag fixes for b/156959476 (#2924)
@saturnism FYI
1 parent 42cfa66 commit d02178b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

functions/helloworld/helloworld/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<groupId>com.example.cloud.functions</groupId>
2727
<artifactId>functions-hello-world</artifactId>
28+
<version>1.0.0-SNAPSHOT</version>
2829
<!-- [END functions_example_pom] -->
2930
<!-- [END functions_example_pom_dependencies] -->
3031

functions/helloworld/helloworld/src/main/java/functions/HelloWorld.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
package functions;
18-
1917
// [START functions_helloworld_get]
2018

19+
package functions;
20+
2121
import com.google.cloud.functions.HttpFunction;
2222
import com.google.cloud.functions.HttpRequest;
2323
import com.google.cloud.functions.HttpResponse;

0 commit comments

Comments
 (0)