Skip to content

Commit

Permalink
Changes for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Nov 25, 2020
1 parent 09d08a7 commit ecbc31e
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 @@ -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>com.simplemail.api.sdk</groupId>
<groupId>com.email.wrapper.api</groupId>
<artifactId>email-wrapper-api</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -80,4 +80,12 @@
</pluginManagement>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/utsabc/java-email-wrapper-plugin</url>
</repository>
</distributionManagement>

</project>

0 comments on commit ecbc31e

Please sign in to comment.