Skip to content

Commit

Permalink
feat: change groupId for maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly committed Sep 3, 2024
1 parent 22a624d commit 248f389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JAVA_GEN_VERSION := v0.15.0
TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}
VERSION := $(shell pulumictl get version)
JAVA_GROUP_ID := com.${ORG}.pulumi
JAVA_GROUP_ID := com.ovhcloud.pulumi
JAVA_ARTIFACT_ID := ${ORG}

PLATFORM := linux-amd64
Expand Down
4 changes: 2 additions & 2 deletions sdk/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}

group = "com.ovh.pulumi"
group = "com.ovhcloud.pulumi"

def resolvedVersion = System.getenv("PACKAGE_VERSION") ?:
(project.version == "unspecified"
Expand Down Expand Up @@ -82,7 +82,7 @@ jar.configure {
publishing {
publications {
mainPublication(MavenPublication) {
groupId = "com.ovh.pulumi"
groupId = "com.ovhcloud.pulumi"
artifactId = "ovh"
version = resolvedVersion
from components.java
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pluginManagement {
}
}

rootProject.name = "com.ovh.pulumi"
rootProject.name = "com.ovhcloud.pulumi"
include("lib")

0 comments on commit 248f389

Please sign in to comment.