Skip to content

Commit c1620a6

Browse files
doc tags updated
1 parent 5ef8ced commit c1620a6

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

pom.xml

+29-10
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,29 @@
2121
</licenses>
2222

2323
<developers>
24+
2425
<developer>
2526
<name>Shailesh Mishra</name>
2627
<email>[email protected]</email>
2728
<organization>Contentstack</organization>
2829
<organizationUrl>https://www.contentstack.com/</organizationUrl>
2930
</developer>
31+
32+
<developer>
33+
<name>Contentstacksdk</name>
34+
<email>[email protected]</email>
35+
<organization>Contentstack</organization>
36+
<organizationUrl>https://www.contentstack.com/</organizationUrl>
37+
</developer>
38+
3039
</developers>
3140

3241

3342
<scm>
3443
<url>https://github.com/contentstack/contentstack-java/tree/master</url>
3544
<connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
3645
<developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
37-
<tag>v@{project.version}</tag>
46+
<tag>v1.2.1</tag>
3847
</scm>
3948

4049
<issueManagement>
@@ -50,14 +59,17 @@
5059

5160

5261
<distributionManagement>
62+
5363
<snapshotRepository>
5464
<id>ossrh</id>
5565
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
5666
</snapshotRepository>
67+
5768
<repository>
5869
<id>ossrh</id>
5970
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6071
</repository>
72+
6173
</distributionManagement>
6274

6375

@@ -67,6 +79,7 @@
6779

6880

6981
<dependencies>
82+
7083
<dependency>
7184
<groupId>junit</groupId>
7285
<artifactId>junit</artifactId>
@@ -84,6 +97,7 @@
8497

8598
<build>
8699
<plugins>
100+
87101
<plugin>
88102
<groupId>org.apache.maven.plugins</groupId>
89103
<artifactId>maven-source-plugin</artifactId>
@@ -97,10 +111,14 @@
97111
</execution>
98112
</executions>
99113
</plugin>
114+
100115
<plugin>
101116
<groupId>org.apache.maven.plugins</groupId>
102117
<artifactId>maven-javadoc-plugin</artifactId>
103118
<version>2.9.1</version>
119+
<configuration>
120+
<additionalparam>-Xdoclint:none</additionalparam>
121+
</configuration>
104122
<executions>
105123
<execution>
106124
<id>attach-javadocs</id>
@@ -137,15 +155,15 @@
137155
</plugin>
138156

139157
<plugin>
140-
<groupId>org.sonatype.plugins</groupId>
141-
<artifactId>nexus-staging-maven-plugin</artifactId>
142-
<version>1.6.7</version>
143-
<extensions>true</extensions>
144-
<configuration>
145-
<serverId>ossrh</serverId>
146-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
147-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
148-
</configuration>
158+
<groupId>org.sonatype.plugins</groupId>
159+
<artifactId>nexus-staging-maven-plugin</artifactId>
160+
<version>1.6.7</version>
161+
<extensions>true</extensions>
162+
<configuration>
163+
<serverId>ossrh</serverId>
164+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
165+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
166+
</configuration>
149167
</plugin>
150168

151169
<plugin>
@@ -159,6 +177,7 @@
159177
<goals>deploy</goals>
160178
</configuration>
161179
</plugin>
180+
162181
</plugins>
163182
</build>
164183

0 commit comments

Comments
 (0)