Skip to content

Commit 997fe22

Browse files
averikitschnnegrey
authored andcommitted
Fix version in pom.xml for AutoML (GoogleCloudPlatform#2031)
* Fix version * test change * undo change * Update display name
1 parent c7c0de9 commit 997fe22

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

automl/beta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</parent>
2828

2929
<properties>
30-
<maven.compiler.target>1.11</maven.compiler.target>
31-
<maven.compiler.source>1.11</maven.compiler.source>
30+
<maven.compiler.target>11</maven.compiler.target>
31+
<maven.compiler.source>11</maven.compiler.source>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
</properties>
3434

automl/beta/src/test/java/com/example/automl/SetEndpointIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public void testSetEndpoint() throws IOException {
5858

5959
// Assert
6060
String got = bout.toString();
61-
assertThat(got).contains("display_name: \"do_not_delete_me_eu\"");
61+
assertThat(got).contains("display_name: \"do_not_delete_eu\"");
6262
}
6363
}

0 commit comments

Comments
 (0)