Skip to content

Commit 7af1d02

Browse files
authored
fix(typesctipt-angular-21-provided-on-root): fix typo in pom (#22689)
1 parent 848aecc commit 7af1d02

File tree

1 file changed

+2
-2
lines changed
  • samples/client/petstore/typescript-angular-v21-provided-in-root

1 file changed

+2
-2
lines changed

samples/client/petstore/typescript-angular-v21-provided-in-root/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.openapitools</groupId>
5-
<artifactId>typescript-angular-v20-provided-in-root-tests</artifactId>
5+
<artifactId>typescript-angular-v21-provided-in-root-tests</artifactId>
66
<packaging>pom</packaging>
77
<version>1.0-SNAPSHOT</version>
88

9-
<name>Typescript-Angular v20 Petstore Client</name>
9+
<name>Typescript-Angular v21 Petstore Client</name>
1010
<build>
1111
<plugins>
1212

0 commit comments

Comments
 (0)