Skip to content

Commit 8f6f422

Browse files
committed
Update Maven coordinates to match project structure [skip ci]
Changed Maven groupId and project metadata: - groupId: org.openapitools → com.rootly.client - version: v1 → 0.0.1 (matching build.gradle) - name: rootly → rootly-java - URL: Updated to rootlyhq/rootly-java repository - License: Unlicense → MIT License - Organization: OpenAPITools.org → Rootly - SCM: Updated to correct repository URLs Protected pom.xml from regeneration in .openapi-generator-ignore. Maven dependency usage is now: <dependency> <groupId>com.rootly.client</groupId> <artifactId>rootly</artifactId> <version>0.0.1</version> </dependency>
1 parent 2030ee2 commit 8f6f422

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

.openapi-generator-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
# Protect custom files from regeneration
2626
build.gradle
27+
pom.xml
2728
LICENSE
2829
README.md
2930
CLAUDE.md

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.openapitools</groupId>
4+
<groupId>com.rootly.client</groupId>
55
<artifactId>rootly</artifactId>
66
<packaging>jar</packaging>
7-
<name>rootly</name>
8-
<version>v1</version>
9-
<url>https://github.com/openapitools/openapi-generator</url>
10-
<description>OpenAPI Java</description>
7+
<name>rootly-java</name>
8+
<version>0.0.1</version>
9+
<url>https://github.com/rootlyhq/rootly-java</url>
10+
<description>Java client library for Rootly incident management platform</description>
1111
<scm>
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>
12+
<connection>scm:git:git@github.com:rootlyhq/rootly-java.git</connection>
13+
<developerConnection>scm:git:git@github.com:rootlyhq/rootly-java.git</developerConnection>
14+
<url>https://github.com/rootlyhq/rootly-java</url>
1515
</scm>
1616

1717
<licenses>
1818
<license>
19-
<name>Unlicense</name>
20-
<url>http://unlicense.org</url>
19+
<name>MIT License</name>
20+
<url>https://opensource.org/licenses/MIT</url>
2121
<distribution>repo</distribution>
2222
</license>
2323
</licenses>
2424

2525
<developers>
2626
<developer>
27-
<name>OpenAPI-Generator Contributors</name>
28-
<email>team@openapitools.org</email>
29-
<organization>OpenAPITools.org</organization>
30-
<organizationUrl>http://openapitools.org</organizationUrl>
27+
<name>Rootly</name>
28+
<email>support@rootly.com</email>
29+
<organization>Rootly</organization>
30+
<organizationUrl>https://rootly.com</organizationUrl>
3131
</developer>
3232
</developers>
3333

0 commit comments

Comments
 (0)