Skip to content

Commit 748d1d7

Browse files
authored
update groupId in pom (#779)
1 parent 987fd77 commit 748d1d7

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

samples/client/petstore/go/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>Goswagger</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0.0</version>

samples/client/petstore/perl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>PerlPetstoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

samples/client/petstore/ruby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>RubyPetstoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

samples/client/petstore/scala-akka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@
240240
</plugin>
241241
</plugins>
242242
</build>
243-
</project>
243+
</project>

samples/client/petstore/typescript-angular-v2/npm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>TSAngular2PestoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

samples/client/petstore/typescript-angular-v4.3/npm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>TSAngular43PestoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

samples/client/petstore/typescript-angular-v4/npm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>TSAngular4PestoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>TypeScriptAngular6PestoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

samples/client/petstore/typescript-angularjs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>TypeScriptAngularPestoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

samples/client/petstore/typescript-fetch/builds/default/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.wordnik</groupId>
3+
<groupId>org.openapitools</groupId>
44
<artifactId>TypeScriptAngularBuildPestoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)