Skip to content

Commit 5ac76b0

Browse files
committed
Test maven deploy
1 parent 6b4f7fd commit 5ac76b0

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

pom.xml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
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+
<email>[email protected]</email>
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>
@@ -19,6 +41,7 @@
1941
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2042
</repository>
2143
</distributionManagement>
44+
2245
<build>
2346
<pluginManagement>
2447
<plugins>
@@ -107,8 +130,8 @@
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>

0 commit comments

Comments
 (0)