Skip to content

Commit 9263f4c

Browse files
committed
rollback custom pom.xml
1 parent ca5b2e6 commit 9263f4c

1 file changed

Lines changed: 30 additions & 28 deletions

File tree

pom.xml

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<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">
33
<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>
77
<relativePath/>
8-
<!-- lookup parent from repository -->
8+
<!-- lookup parent from repository -->
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.openapitools</groupId>
1212
<artifactId>openapi-generator-project</artifactId>
1313
<packaging>pom</packaging>
1414
<name>openapi-generator-project</name>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.5.0-FEDNOT-SNAPSHOT</version>
16+
<version>7.5.0-SNAPSHOT</version>
1717
<!-- /RELEASE_VERSION -->
1818
<url>https://github.com/openapitools/openapi-generator</url>
1919
<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>
2123
</scm>
2224
<developers>
2325
<!-- original author of the project -->
@@ -56,16 +58,16 @@
5658
<system>github</system>
5759
<url>https://github.com/openapitools/openapi-generator/issues</url>
5860
</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>
6971
<licenses>
7072
<license>
7173
<name>Apache License 2.0</name>
@@ -1141,10 +1143,10 @@
11411143
<modules>
11421144
<module>modules/openapi-generator-core</module>
11431145
<module>modules/openapi-generator</module>
1144-
<!-- <module>modules/openapi-generator-cli</module>-->
1146+
<module>modules/openapi-generator-cli</module>
11451147
<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>
11481150
</modules>
11491151
</profile>
11501152
</profiles>
@@ -1200,15 +1202,15 @@
12001202
</dependency>
12011203
</dependencies>
12021204
</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>
12121214
<properties>
12131215
<maven.compiler.source>11</maven.compiler.source>
12141216
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)