Skip to content

Commit eb519bd

Browse files
authored
Merge pull request #23 from Bandwidth/fix-mvn
Update pom.xml
2 parents d254626 + 9a1d9d1 commit eb519bd

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

pom.xml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,41 @@
137137
<scope>test</scope>
138138
</dependency>
139139
</dependencies>
140-
</project>
140+
<distributionManagement>
141+
<snapshotRepository>
142+
<id>ossrh</id>
143+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
144+
</snapshotRepository>
145+
<repository>
146+
<id>ossrh</id>
147+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
148+
</repository>
149+
</distributionManagement>
150+
<parent>
151+
<groupId>org.sonatype.oss</groupId>
152+
<artifactId>oss-parent</artifactId>
153+
<version>7</version>
154+
</parent>
155+
<licenses>
156+
<license>
157+
<name>Apache License, Version 2.0</name>
158+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
159+
<distribution>repo</distribution>
160+
</license>
161+
</licenses>
162+
<scm>
163+
<url>https://github.com/Bandwidth/java-sdk</url>
164+
<connection>scm:git:[email protected]:Bandwidth/java-sdk.git</connection>
165+
<developerConnection>scm:git:[email protected]:Bandwidth/java-sdk.git</developerConnection>
166+
</scm>
167+
<developers>
168+
<developer>
169+
<id>support</id>
170+
<name>Bandwidth Support</name>
171+
<email>[email protected]</email>
172+
<organization>Bandwidth, Inc.</organization>
173+
<organizationUrl>http://bandwidth.com</organizationUrl>
174+
<timezone>-5</timezone>
175+
</developer>
176+
</developers>
177+
</project>

0 commit comments

Comments
 (0)