Skip to content

Commit

Permalink
Correcting publishing params
Browse files Browse the repository at this point in the history
  • Loading branch information
getorymckeag committed Nov 4, 2024
1 parent 5cfead2 commit b97df10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-client-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.trolie.client</groupId>
<groupId>energy.trolie</groupId>
<artifactId>java-client-sdk-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.trolie.client</groupId>
<groupId>energy.trolie</groupId>
<artifactId>java-client-sdk-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
Expand Down
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.trolie.client</groupId>
<groupId>energy.trolie</groupId>
<artifactId>java-client-sdk-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand All @@ -15,6 +15,17 @@
</description>
<url>https://trolie.energy</url>

<distributionManagement>
<snapshotRepository>
<id>central</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>central</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand All @@ -24,7 +35,6 @@

<modules>
<module>java-client</module>
<module>java-client-tests</module>
</modules>

<scm>
Expand Down

0 comments on commit b97df10

Please sign in to comment.