Skip to content

Commit 60501c0

Browse files
committed
[maven-release-plugin] prepare release anet-java-sdk-2.0.2
1 parent 487462d commit 60501c0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>net.authorize</groupId>
1010
<artifactId>anet-java-sdk</artifactId>
1111
<packaging>jar</packaging>
12-
<version>2.0.2-SNAPSHOT</version>
12+
<version>2.0.2</version>
1313
<name>Authorize.Net Java SDK</name>
1414
<description>Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.</description>
1515
<url>http://developer.authorize.net</url>
@@ -157,6 +157,22 @@
157157
</environmentVariables>
158158
</configuration>
159159
</plugin>
160+
<plugin>
161+
<groupId>org.apache.maven.plugins</groupId>
162+
<artifactId>maven-javadoc-plugin</artifactId>
163+
<version>2.10.4</version>
164+
<configuration>
165+
<additionalparam>-Xdoclint:none</additionalparam>
166+
</configuration>
167+
<executions>
168+
<execution>
169+
<id>attach-javadocs</id>
170+
<goals>
171+
<goal>jar</goal>
172+
</goals>
173+
</execution>
174+
</executions>
175+
</plugin>
160176
</plugins>
161177
<resources>
162178
<resource>

0 commit comments

Comments
 (0)