File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 99 <name >square</name >
1010 <url >https://github.com/square/square-java-sdk/</url >
1111 <description >Java client library for the Square API</description >
12+ <scm >
13+ <connection >scm:git:https://github.com/square/square-java-sdk.git</connection >
14+ <
developerConnection >scm:git:
[email protected] :square/square-java-sdk.git</
developerConnection >
15+ <url >https://github.com/square/square-java-sdk/</url >
16+ </scm >
17+ <licenses >
18+ <license >
19+ <name >Apache 2.0</name >
20+ <url >http://www.apache.org/licenses/LICENSE-2.0.html</url >
21+ <distribution >repo</distribution >
22+ </license >
23+ </licenses >
24+
25+ <developers >
26+ <developer >
27+ <name >Square Inc.</name >
28+ 29+ <organization >Square Inc. Developers</organization >
30+ <organizationUrl >https://squareup.com/developers</organizationUrl >
31+ </developer >
32+ </developers >
33+
1234 <distributionManagement >
1335 <snapshotRepository >
1436 <id >ossrh</id >
1941 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
2042 </repository >
2143 </distributionManagement >
44+
2245 <build >
2346 <pluginManagement >
2447 <plugins >
107130 <version >1.6.8</version >
108131 <extensions >true</extensions >
109132 <configuration >
110- <serverid >ossrh</serverid >
111- <nexusurl >https://oss.sonatype.org/</nexusurl >
133+ <serverId >ossrh</serverId >
134+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
112135 <autoreleaseafterclose >true</autoreleaseafterclose >
113136 </configuration >
114137 </plugin >
You can’t perform that action at this time.
0 commit comments