|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>ai.wavespeed.maven</groupId> |
5 | | - <artifactId>wavespeed</artifactId> |
| 4 | + <groupId>org.openapitools</groupId> |
| 5 | + <artifactId>openapi-java-client</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <name>wavespeed</name> |
| 7 | + <name>openapi-java-client</name> |
8 | 8 | <version>0.0.1</version> |
9 | | - <description>Java sdk for WaveSpeed Api</description> |
10 | | - <url>https://wavespeed.ai</url> |
| 9 | + <url>https://github.com/openapitools/openapi-generator</url> |
| 10 | + <description>OpenAPI Java</description> |
11 | 11 | <scm> |
12 | | - <connection>scm:git:https://github.com/WaveSpeedAI/wavespeed-java.git</connection> |
13 | | - <developerConnection>scm:git:https://github.com/WaveSpeedAI/wavespeed-java.git</developerConnection> |
14 | | - <url>https://github.com/WaveSpeedAI/wavespeed-java.git</url> |
| 12 | + <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> |
| 13 | + <developerConnection>scm:git:git@github.com:openapitools/openapi-generator.git</developerConnection> |
| 14 | + <url>https://github.com/openapitools/openapi-generator</url> |
15 | 15 | </scm> |
16 | 16 |
|
17 | 17 | <licenses> |
18 | 18 | <license> |
19 | | - <name>The Apache Software License, Version 2.0</name> |
20 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 19 | + <name>Unlicense</name> |
| 20 | + <url>http://unlicense.org</url> |
21 | 21 | <distribution>repo</distribution> |
22 | 22 | </license> |
23 | 23 | </licenses> |
24 | 24 |
|
25 | 25 | <developers> |
26 | 26 | <developer> |
27 | | - <name>WaveSpeed</name> |
28 | | - <organization>WaveSpeed</organization> |
| 27 | + <name>OpenAPI-Generator Contributors</name> |
| 28 | + <email>team@openapitools.org</email> |
| 29 | + <organization>OpenAPITools.org</organization> |
| 30 | + <organizationUrl>http://openapitools.org</organizationUrl> |
29 | 31 | </developer> |
30 | 32 | </developers> |
31 | 33 |
|
32 | | - <properties> |
33 | | - <maven.compiler.source>1.8</maven.compiler.source> |
34 | | - <maven.compiler.target>1.8</maven.compiler.target> |
35 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | | - <gson-fire-version>1.9.0</gson-fire-version> |
37 | | - <okhttp-version>4.12.0</okhttp-version> |
38 | | - <gson-version>2.10.1</gson-version> |
39 | | - <commons-lang3-version>3.17.0</commons-lang3-version> |
40 | | - <jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version> |
41 | | - <jakarta-annotation-version>1.3.5</jakarta-annotation-version> |
42 | | - <beanvalidation-version>2.0.2</beanvalidation-version> |
43 | | - <junit-version>5.10.3</junit-version> |
44 | | - <junit-platform-runner.version>1.10.0</junit-platform-runner.version> |
45 | | - <mockwebserver-version>4.12.0</mockwebserver-version> |
46 | | - <jakarta.ws.rs-api-version>2.1.6</jakarta.ws.rs-api-version> |
47 | | - <jsr311-api-version>1.1.1</jsr311-api-version> |
48 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
49 | | - <spotless.version>2.43.0</spotless.version> |
50 | | - </properties> |
51 | | - |
52 | 34 | <build> |
53 | 35 | <plugins> |
54 | 36 | <plugin> |
|
354 | 336 | <version>1.7.36</version> |
355 | 337 | </dependency> |
356 | 338 | </dependencies> |
| 339 | + <properties> |
| 340 | + <java.version>1.8</java.version> |
| 341 | + <maven.compiler.source>${java.version}</maven.compiler.source> |
| 342 | + <maven.compiler.target>${java.version}</maven.compiler.target> |
| 343 | + <gson-fire-version>1.9.0</gson-fire-version> |
| 344 | + <okhttp-version>4.12.0</okhttp-version> |
| 345 | + <gson-version>2.10.1</gson-version> |
| 346 | + <commons-lang3-version>3.17.0</commons-lang3-version> |
| 347 | + <jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version> |
| 348 | + <jakarta-annotation-version>1.3.5</jakarta-annotation-version> |
| 349 | + <beanvalidation-version>2.0.2</beanvalidation-version> |
| 350 | + <junit-version>5.10.3</junit-version> |
| 351 | + <junit-platform-runner.version>1.10.0</junit-platform-runner.version> |
| 352 | + <mockwebserver-version>4.12.0</mockwebserver-version> |
| 353 | + <jakarta.ws.rs-api-version>2.1.6</jakarta.ws.rs-api-version> |
| 354 | + <jsr311-api-version>1.1.1</jsr311-api-version> |
| 355 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 356 | + <spotless.version>2.43.0</spotless.version> |
| 357 | + </properties> |
357 | 358 | </project> |
0 commit comments