Skip to content

Commit 09c91c0

Browse files
author
Frank Natividad
committed
Fixing typo: missing ']'
1 parent e7ad617 commit 09c91c0

File tree

1 file changed

+2
-2
lines changed
  • appengine/endpoints-frameworks-v2/migration-example

1 file changed

+2
-2
lines changed

appengine/endpoints-frameworks-v2/migration-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ limitations under the License.
9191
</configuration>
9292
</plugin>
9393
<!-- [END appegine-plugin] -->
94-
<!-- [START endpoints-frameworks-plugin -->
94+
<!-- [START endpoints-frameworks-plugin] -->
9595
<plugin>
9696
<groupId>com.google.cloud.tools</groupId>
9797
<artifactId>endpoints-framework-maven-plugin</artifactId>
9898
<version>1.0.0-beta3</version>
9999
</plugin>
100-
<!-- [END endpoints-frameworks-plugin -->
100+
<!-- [END endpoints-frameworks-plugin] -->
101101
<plugin>
102102
<groupId>org.codehaus.mojo</groupId>
103103
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)