|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | 2 | <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"> |
3 | 3 | <parent> |
4 | | - <groupId>be.fednot.corporate</groupId> |
5 | | - <artifactId>fednot-corporate</artifactId> |
6 | | - <version>2.7.13</version> |
| 4 | + <groupId>org.sonatype.oss</groupId> |
| 5 | + <artifactId>oss-parent</artifactId> |
| 6 | + <version>5</version> |
7 | 7 | <relativePath/> |
8 | | - <!-- lookup parent from repository --> |
| 8 | + <!-- lookup parent from repository --> |
9 | 9 | </parent> |
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 | <groupId>org.openapitools</groupId> |
12 | 12 | <artifactId>openapi-generator-project</artifactId> |
13 | 13 | <packaging>pom</packaging> |
14 | 14 | <name>openapi-generator-project</name> |
15 | 15 | <!-- RELEASE_VERSION --> |
16 | | - <version>7.5.0-FEDNOT-SNAPSHOT</version> |
| 16 | + <version>7.5.0-SNAPSHOT</version> |
17 | 17 | <!-- /RELEASE_VERSION --> |
18 | 18 | <url>https://github.com/openapitools/openapi-generator</url> |
19 | 19 | <scm> |
20 | | - <developerConnection>${scm.url}/scm/tool/openapi-generator-fork.git</developerConnection> |
| 20 | + <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> |
| 21 | + <developerConnection>scm:git:git@github.com:openapitools/openapi-generator.git</developerConnection> |
| 22 | + <url>https://github.com/openapitools/openapi-generator</url> |
21 | 23 | </scm> |
22 | 24 | <developers> |
23 | 25 | <!-- original author of the project --> |
|
56 | 58 | <system>github</system> |
57 | 59 | <url>https://github.com/openapitools/openapi-generator/issues</url> |
58 | 60 | </issueManagement> |
59 | | -<!-- <distributionManagement>--> |
60 | | -<!-- <snapshotRepository>--> |
61 | | -<!-- <id>ossrh</id>--> |
62 | | -<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>--> |
63 | | -<!-- </snapshotRepository>--> |
64 | | -<!-- <repository>--> |
65 | | -<!-- <id>ossrh</id>--> |
66 | | -<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>--> |
67 | | -<!-- </repository>--> |
68 | | -<!-- </distributionManagement>--> |
| 61 | + <distributionManagement> |
| 62 | + <snapshotRepository> |
| 63 | + <id>ossrh</id> |
| 64 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 65 | + </snapshotRepository> |
| 66 | + <repository> |
| 67 | + <id>ossrh</id> |
| 68 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 69 | + </repository> |
| 70 | + </distributionManagement> |
69 | 71 | <licenses> |
70 | 72 | <license> |
71 | 73 | <name>Apache License 2.0</name> |
|
1141 | 1143 | <modules> |
1142 | 1144 | <module>modules/openapi-generator-core</module> |
1143 | 1145 | <module>modules/openapi-generator</module> |
1144 | | -<!-- <module>modules/openapi-generator-cli</module>--> |
| 1146 | + <module>modules/openapi-generator-cli</module> |
1145 | 1147 | <module>modules/openapi-generator-maven-plugin</module> |
1146 | | -<!-- <module>modules/openapi-generator-gradle-plugin</module>--> |
1147 | | -<!-- <module>modules/openapi-generator-online</module>--> |
| 1148 | + <module>modules/openapi-generator-gradle-plugin</module> |
| 1149 | + <module>modules/openapi-generator-online</module> |
1148 | 1150 | </modules> |
1149 | 1151 | </profile> |
1150 | 1152 | </profiles> |
|
1200 | 1202 | </dependency> |
1201 | 1203 | </dependencies> |
1202 | 1204 | </dependencyManagement> |
1203 | | -<!-- <repositories>--> |
1204 | | -<!-- <repository>--> |
1205 | | -<!-- <id>sonatype-snapshots</id>--> |
1206 | | -<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>--> |
1207 | | -<!-- <snapshots>--> |
1208 | | -<!-- <enabled>true</enabled>--> |
1209 | | -<!-- </snapshots>--> |
1210 | | -<!-- </repository>--> |
1211 | | -<!-- </repositories>--> |
| 1205 | + <repositories> |
| 1206 | + <repository> |
| 1207 | + <id>sonatype-snapshots</id> |
| 1208 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 1209 | + <snapshots> |
| 1210 | + <enabled>true</enabled> |
| 1211 | + </snapshots> |
| 1212 | + </repository> |
| 1213 | + </repositories> |
1212 | 1214 | <properties> |
1213 | 1215 | <maven.compiler.source>11</maven.compiler.source> |
1214 | 1216 | <maven.compiler.target>11</maven.compiler.target> |
|
0 commit comments