|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>com.contentstack.sdk</groupId>
|
7 | 7 | <artifactId>java</artifactId>
|
8 |
| - <version>1.12.2</version> |
| 8 | + <version>1.12.3</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 | <name>contentstack-java</name>
|
11 | 11 | <description>Java SDK for Contentstack Content Delivery API</description>
|
|
20 | 20 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
|
21 | 21 | <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
|
22 | 22 | <dotenv-source.version>3.0.0</dotenv-source.version>
|
23 |
| - <rxjava-source.version>3.1.6</rxjava-source.version> |
| 23 | + <rxjava-source.version>3.1.8</rxjava-source.version> |
24 | 24 | <retrofit-source.version>2.9.0</retrofit-source.version>
|
25 |
| - <loggin.version>4.11.0</loggin.version> |
| 25 | + <loggin.version>5.0.0-alpha.11</loggin.version> |
26 | 26 | <jococo-plugin.version>0.8.5</jococo-plugin.version>
|
27 |
| - <lombok-source.version>1.18.28</lombok-source.version> |
28 |
| - <junit-jupiter.version>5.9.2</junit-jupiter.version> |
| 27 | + <lombok-source.version>1.18.30</lombok-source.version> |
| 28 | + <junit-jupiter.version>5.10.0</junit-jupiter.version> |
29 | 29 | <junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version>
|
30 | 30 | <gson.version>2.8.8</gson.version>
|
31 | 31 | <json-simple-version>1.1.1</json-simple-version>
|
32 | 32 | <maven-site-plugin.version>3.3</maven-site-plugin.version>
|
33 | 33 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
|
34 | 34 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
35 | 35 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
|
36 |
| - <json-version>20230227</json-version> |
| 36 | + <json-version>20230618</json-version> |
37 | 37 | <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version>
|
38 | 38 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version>
|
39 |
| - <contentstack-utils-version>1.2.3</contentstack-utils-version> |
| 39 | + <contentstack-utils-version>1.2.4</contentstack-utils-version> |
40 | 40 | </properties>
|
41 | 41 |
|
42 | 42 | <parent>
|
|
54 | 54 |
|
55 | 55 | <issueManagement>
|
56 | 56 | <system>GitHub Issues</system>
|
57 |
| - <url>http://github.com/contentstack/contentstack-java/issues</url> |
| 57 | + <url>https://github.com/contentstack/contentstack-java/issues</url> |
58 | 58 | </issueManagement>
|
59 | 59 |
|
60 | 60 | <licenses>
|
61 | 61 | <license>
|
62 | 62 | <name>MIT</name>
|
63 |
| - <url>http://www.opensource.org/licenses/mit-license.php</url> |
| 63 | + <url>https://www.opensource.org/licenses/mit-license.php</url> |
64 | 64 | </license>
|
65 | 65 | </licenses>
|
66 | 66 |
|
67 | 67 | <organization>
|
68 |
| - <name>Contentstack.</name> |
69 |
| - <url>http://contentstack.com</url> |
| 68 | + <name>Contentstack</name> |
| 69 | + <url>https://contentstack.com</url> |
70 | 70 | </organization>
|
71 | 71 |
|
72 | 72 | <developers>
|
|
87 | 87 |
|
88 | 88 | <distributionManagement>
|
89 | 89 |
|
90 |
| - <!-- Maven Snapshot Repository --> |
| 90 | + <!-- Maven Snapshot Repository --> |
91 | 91 | <snapshotRepository>
|
92 | 92 | <id>ossrh</id>
|
93 | 93 | <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
94 | 94 | </snapshotRepository>
|
95 | 95 |
|
96 | 96 | <!--GitHub Packages-->
|
97 |
| - <!-- <repository>--> |
| 97 | + <!-- <snapshotRepository>--> |
98 | 98 | <!-- <id>github</id>-->
|
99 | 99 | <!-- <url>https://maven.pkg.github.com/contentstack/contentstack-java</url>-->
|
100 |
| - <!-- </repository>--> |
101 |
| - |
102 |
| - <!-- Maven Release Repository--> |
| 100 | + <!-- </snapshotRepository>--> |
| 101 | + <!--Maven Release Repository--> |
103 | 102 | <repository>
|
104 | 103 | <id>ossrh</id>
|
105 | 104 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
127 | 126 | <groupId>io.github.cdimascio</groupId>
|
128 | 127 | <artifactId>dotenv-java</artifactId>
|
129 | 128 | <version>${dotenv-source.version}</version>
|
130 |
| - <!-- <scope>runtime</scope>--> |
| 129 | + <!--<scope>runtime</scope>--> |
131 | 130 | </dependency>
|
132 | 131 |
|
133 | 132 | <dependency>
|
|
185 | 184 | </dependency>
|
186 | 185 | </dependencies>
|
187 | 186 |
|
| 187 | + <build> |
188 | 188 |
|
189 |
| - <profiles> |
190 |
| - <profile> |
191 |
| - <id>release-sign-artifacts</id> |
192 |
| - <activation> |
193 |
| - <property> |
194 |
| - <name>performRelease</name> |
195 |
| - <value>true</value> |
196 |
| - </property> |
197 |
| - </activation> |
198 |
| - <build> |
199 |
| - <plugins> |
200 |
| - <plugin> |
201 |
| - <groupId>org.apache.maven.plugins</groupId> |
202 |
| - <artifactId>maven-gpg-plugin</artifactId> |
203 |
| - <version>${maven-gpg-plugin.version}</version> |
204 |
| - <executions> |
205 |
| - <execution> |
206 |
| - <id>sign-artifacts</id> |
207 |
| - <phase>verify</phase> |
208 |
| - <goals> |
209 |
| - <goal>sign</goal> |
210 |
| - </goals> |
211 |
| - </execution> |
212 |
| - </executions> |
213 |
| - </plugin> |
214 |
| - </plugins> |
215 |
| - </build> |
216 |
| - </profile> |
217 |
| - </profiles> |
218 | 189 |
|
219 |
| - <build> |
220 | 190 | <plugins>
|
221 | 191 | <!--
|
222 | 192 | # Run tests and generate .xml reports
|
|
241 | 211 | </executions>
|
242 | 212 | </plugin>
|
243 | 213 | <!--Generate overview.html file-->
|
244 |
| - <!-- -overview "/Users/shaileshmishra/Documents/workspace/contentstack/javaspace/contentstack-java/src/main/overview.html" -bottom "<b>Copyright © 2012-2023 Contentstack </b><sup>TM</sup>" --> |
| 214 | + <!--overview "/Users/shaileshmishra/Documents/workspace/contentstack/workspace/GitHub/contentstack-java/src/main/overview.html" -bottom "<b>Copyright © 2012-2023 Contentstack </b><sup>TM</sup>" --> |
245 | 215 | <plugin>
|
246 | 216 | <groupId>org.apache.maven.plugins</groupId>
|
247 | 217 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
260 | 230 | <use>false</use>
|
261 | 231 | <source>1.8</source>
|
262 | 232 | <links>
|
263 |
| - <link>http://docs.oracle.com/javase/7/docs/api/</link> |
264 |
| - <link>http://docs.oracle.com/javase/7/docs/api/</link> |
| 233 | + <link>https://docs.oracle.com/javase/7/docs/api/</link> |
| 234 | + <link>https://docs.oracle.com/javase/7/docs/api/</link> |
265 | 235 | </links>
|
266 | 236 | <doclint>none</doclint>
|
267 | 237 | </configuration>
|
268 | 238 | </execution>
|
269 | 239 | </executions>
|
270 | 240 | </plugin>
|
| 241 | + |
| 242 | + <plugin> |
| 243 | + <groupId>org.apache.maven.plugins</groupId> |
| 244 | + <artifactId>maven-surefire-plugin</artifactId> |
| 245 | + <version>2.22.2</version> |
| 246 | + <configuration> |
| 247 | + <skipTests>true</skipTests> |
| 248 | + </configuration> |
| 249 | + </plugin> |
| 250 | + |
271 | 251 | <plugin>
|
272 | 252 | <groupId>org.apache.maven.plugins</groupId>
|
273 | 253 | <artifactId>maven-site-plugin</artifactId>
|
|
278 | 258 | <artifactId>maven-enforcer-plugin</artifactId>
|
279 | 259 | <version>3.0.0-M2</version>
|
280 | 260 | </plugin>
|
281 |
| - <!-- <plugin>--> |
282 |
| - <!-- <groupId>org.apache.maven.plugins</groupId>--> |
283 |
| - <!-- <artifactId>maven-gpg-plugin</artifactId>--> |
284 |
| - <!-- <version>1.6</version>--> |
285 |
| - <!-- <executions>--> |
286 |
| - <!-- <execution>--> |
287 |
| - <!-- <id>sign-artifacts</id>--> |
288 |
| - <!-- <phase>verify</phase>--> |
289 |
| - <!-- <goals>--> |
290 |
| - <!-- <goal>sign</goal>--> |
291 |
| - <!-- </goals>--> |
292 |
| - <!-- </execution>--> |
293 |
| - <!-- </executions>--> |
294 |
| - <!-- </plugin>--> |
| 261 | + <plugin> |
| 262 | + <groupId>org.apache.maven.plugins</groupId> |
| 263 | + <artifactId>maven-gpg-plugin</artifactId> |
| 264 | + <version>1.6</version> |
| 265 | + <executions> |
| 266 | + <execution> |
| 267 | + <id>sign-artifacts</id> |
| 268 | + <phase>verify</phase> |
| 269 | + <goals> |
| 270 | + <goal>sign</goal> |
| 271 | + </goals> |
| 272 | + </execution> |
| 273 | + </executions> |
| 274 | + </plugin> |
295 | 275 | <plugin>
|
296 | 276 | <groupId>org.apache.maven.plugins</groupId>
|
297 | 277 | <artifactId>maven-compiler-plugin</artifactId>
|
|
312 | 292 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
313 | 293 | <version>${nexus-staging-maven-plugin.version}</version>
|
314 | 294 | <extensions>true</extensions>
|
| 295 | + <!-- <configuration>--> |
| 296 | + <!-- <serverId>github</serverId>--> |
| 297 | + <!-- <nexusUrl>https://maven.pkg.github.com/contentstack/contentstack-java</nexusUrl>--> |
| 298 | + <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
| 299 | + <!-- </configuration>--> |
315 | 300 | <configuration>
|
316 |
| - <serverId>github</serverId> |
317 |
| - <nexusUrl>https://maven.pkg.github.com/contentstack/contentstack-java</nexusUrl> |
| 301 | + <serverId>ossrh</serverId> |
| 302 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
318 | 303 | <autoReleaseAfterClose>true</autoReleaseAfterClose>
|
319 | 304 | </configuration>
|
320 | 305 | </plugin>
|
|
0 commit comments