Skip to content

Commit

Permalink
set version 7.2.0.1 and groupId com.github.ptv-logistics
Browse files Browse the repository at this point in the history
  • Loading branch information
MachineUserPTV committed May 21, 2024
1 parent c8154f2 commit 3117189
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions modules/openapi-generator-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
Expand Down Expand Up @@ -105,7 +105,7 @@
</profiles>
<dependencies>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator</artifactId>
<version>${project.version}</version>
<exclusions>
Expand Down
4 changes: 2 additions & 2 deletions modules/openapi-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>openapi-generator-project</artifactId>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions modules/openapi-generator-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
Expand Down Expand Up @@ -37,7 +37,7 @@

<dependencies>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/openapi-generator-maven-plugin/examples/camel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>5.3.1-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions modules/openapi-generator-maven-plugin/examples/kotlin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions modules/openapi-generator-maven-plugin/examples/non-java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions modules/openapi-generator-maven-plugin/examples/spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<plugins>
<!-- activate the plugin -->
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
Expand Down
6 changes: 3 additions & 3 deletions modules/openapi-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
Expand Down Expand Up @@ -54,7 +54,7 @@
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<finalName>common-maven</finalName>
<plugins>
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>

<configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<finalName>common-maven</finalName>
<plugins>
<plugin>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<configuration>
<inputSpec>${basedir}/petstore.yaml</inputSpec>
Expand Down
6 changes: 3 additions & 3 deletions modules/openapi-generator-online/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
Expand Down Expand Up @@ -121,7 +121,7 @@
<artifactId>jakarta.validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator</artifactId>
<version>${project.parent.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/openapi-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
Expand Down Expand Up @@ -392,7 +392,7 @@
<version>${jackson-threetenbp.version}</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-project</artifactId>
<packaging>pom</packaging>
<name>openapi-generator-project</name>
<!-- RELEASE_VERSION -->
<version>7.2.0</version>
<version>7.2.0.1</version>
<!-- /RELEASE_VERSION -->
<url>https://github.com/openapitools/openapi-generator</url>
<scm>
Expand Down Expand Up @@ -314,7 +314,7 @@
<message>No Snapshots Allowed!</message>
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<excludes>
<exclude>org.openapitools:*</exclude>
<exclude>com.github.ptv-logistics:*</exclude>
</excludes>
</requireReleaseDeps>
</rules>
Expand Down
2 changes: 1 addition & 1 deletion samples/meta-codegen/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</build>
<dependencies>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator</artifactId>
<version>${openapi-generator-version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/jaxrs-cxf-test-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator</artifactId>
<version>7.2.0-SNAPSHOT</version>
</dependency>
Expand Down

0 comments on commit 3117189

Please sign in to comment.