Skip to content

Commit

Permalink
Merge pull request #2 from avadev/release/24.12.10
Browse files Browse the repository at this point in the history
Update pom.xml to fix deploy issue
  • Loading branch information
svc-developer authored Jan 3, 2025
2 parents 4cb85fd + 45b4b2c commit 0b77d46
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<packaging>jar</packaging>
<name>Avalara.SDK</name>
<version>24.12.0</version>
<url>https://github.com/avasachinbaijal/AvaTax-REST-V3-JRE-SDK</url>
<url>https://github.com/avadev/Avalara-SDK-Java</url>
<description>OpenAPI Java</description>
<scm>
<connection>[email protected]:avasachinbaijal/AvaTax-REST-V3-JRE-SDK.git</connection>
<developerConnection>[email protected]:avasachinbaijal/AvaTax-REST-V3-JRE-SDK.git</developerConnection>
<url>https://github.com/avasachinbaijal/AvaTax-REST-V3-JRE-SDK</url>
<connection>[email protected]:avadev/Avalara-SDK-Java.git</connection>
<developerConnection>[email protected]:avadev/Avalara-SDK-Java.git</developerConnection>
<url>https://github.com/avadev/Avalara-SDK-Java</url>
</scm>

<licenses>
Expand All @@ -36,6 +36,17 @@
<url>https://developer.avalara.com/</url>
</organization>

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

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 0b77d46

Please sign in to comment.