File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 137
137
<scope >test</scope >
138
138
</dependency >
139
139
</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
+
172
+ <organization >Bandwidth, Inc.</organization >
173
+ <organizationUrl >http://bandwidth.com</organizationUrl >
174
+ <timezone >-5</timezone >
175
+ </developer >
176
+ </developers >
177
+ </project >
You can’t perform that action at this time.
0 commit comments