Skip to content

Commit

Permalink
Fix groupId and specify repository for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardShiao committed Jul 26, 2021
1 parent 7677473 commit c209f7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>sagemaker-gatling</groupId>
<groupId>com.intuit</groupId>
<artifactId>sagemaker-gatling</artifactId>
<version>1.0-SNAPSHOT</version>

Expand Down Expand Up @@ -238,4 +238,12 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/intuit/sagemaker-gatling</url>
</repository>
</distributionManagement>

</project>

0 comments on commit c209f7e

Please sign in to comment.