|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.contentstack.sdk</groupId> |
7 | 7 | <artifactId>java</artifactId> |
8 | | - <version>1.11.0-SNAPSHOT</version> |
| 8 | + <version>1.12.0-SNAPSHOT</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <name>contentstack-java</name> |
11 | 11 | <description>Java SDK for Contentstack Content Delivery API</description> |
12 | 12 | <url>https://github.com/contentstack/contentstack-java/</url> |
13 | 13 |
|
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <sdk.version.release>1.11.0-SNAPSHOT</sdk.version.release> |
17 | 16 | <maven.compiler.target>1.8</maven.compiler.target> |
18 | 17 | <maven.compiler.source>1.8</maven.compiler.source> |
19 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 19 | <surefire-report-plugin.version>2.22.0</surefire-report-plugin.version> |
21 | 20 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version> |
22 | 21 | <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version> |
23 | | - <dotenv-source.version>2.3.1</dotenv-source.version> |
24 | | - <rxjava-source.version>3.1.5</rxjava-source.version> |
| 22 | + <dotenv-source.version>2.3.2</dotenv-source.version> |
| 23 | + <rxjava-source.version>3.1.6</rxjava-source.version> |
25 | 24 | <retrofit-source.version>2.9.0</retrofit-source.version> |
26 | 25 | <converter-gson-source.version>2.9.0</converter-gson-source.version> |
27 | 26 | <loggin.version>4.10.0</loggin.version> |
28 | 27 | <jococo-plugin.version>0.8.5</jococo-plugin.version> |
29 | | - <lombok-source.version>1.18.24</lombok-source.version> |
30 | | - <junit-jupiter.version>5.9.1</junit-jupiter.version> |
| 28 | + <lombok-source.version>1.18.26</lombok-source.version> |
| 29 | + <junit-jupiter.version>5.9.2</junit-jupiter.version> |
31 | 30 | <junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version> |
32 | | - <junit-vintage-engine.version>5.9.1</junit-vintage-engine.version> |
33 | 31 | <gson.version>2.8.8</gson.version> |
34 | 32 | <json-simple-version>1.1.1</json-simple-version> |
35 | 33 | <maven-site-plugin.version>3.3</maven-site-plugin.version> |
36 | 34 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> |
37 | 35 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
38 | 36 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
39 | | - <json-version>20220924</json-version> |
| 37 | + <json-version>20230227</json-version> |
40 | 38 | <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version> |
41 | 39 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version> |
42 | 40 | <contentstack-utils-version>1.2.0</contentstack-utils-version> |
|
160 | 158 | <dependency> |
161 | 159 | <groupId>org.junit.vintage</groupId> |
162 | 160 | <artifactId>junit-vintage-engine</artifactId> |
163 | | - <version>${junit-vintage-engine.version}</version> |
| 161 | + <version>${junit-jupiter.version}</version> |
164 | 162 | <scope>test</scope> |
165 | 163 | </dependency> |
166 | 164 |
|
|
198 | 196 | </executions> |
199 | 197 | </plugin> |
200 | 198 | <!--Generate overview.html file--> |
201 | | - <!-- -overview "/Users/shaileshmishra/Documents/workspace/contentstack/javaspace/contentstack-java/src/main/overview.html" -bottom "<b>Copyright © 2012-2022 Contentstack </b><sup>TM</sup>" --> |
| 199 | + <!-- -overview "/Users/shaileshmishra/Documents/workspace/contentstack/javaspace/contentstack-java/src/main/overview.html" -bottom "<b>Copyright © 2012-2023 Contentstack </b><sup>TM</sup>" --> |
202 | 200 | <plugin> |
203 | 201 | <groupId>org.apache.maven.plugins</groupId> |
204 | 202 | <artifactId>maven-javadoc-plugin</artifactId> |
|
225 | 223 | </execution> |
226 | 224 | </executions> |
227 | 225 | </plugin> |
228 | | - |
229 | 226 | <plugin> |
230 | 227 | <groupId>org.apache.maven.plugins</groupId> |
231 | 228 | <artifactId>maven-site-plugin</artifactId> |
232 | 229 | <version>3.3</version> |
233 | 230 | </plugin> |
234 | | - |
235 | 231 | <plugin> |
236 | 232 | <groupId>org.apache.maven.plugins</groupId> |
237 | 233 | <artifactId>maven-enforcer-plugin</artifactId> |
238 | 234 | <version>3.0.0-M2</version> |
239 | 235 | </plugin> |
240 | | - <!-- |
241 | | - Signs all of a project's attached artifacts with GnuPG. |
242 | | - You need to have previously configured the default key. |
243 | | - gpg also needs to be on the search path. |
244 | | - --> |
245 | 236 | <plugin> |
246 | 237 | <groupId>org.apache.maven.plugins</groupId> |
247 | 238 | <artifactId>maven-gpg-plugin</artifactId> |
|
256 | 247 | </execution> |
257 | 248 | </executions> |
258 | 249 | </plugin> |
259 | | - <!-- |
260 | | - Sometimes when you may need to compile a certain project to a different |
261 | | - version than what you are currently using. The javac can accept such command |
262 | | - using -source and -target. The Compiler Plugin can also be configured to |
263 | | - provide these options during compilation |
264 | | - --> |
265 | 250 | <plugin> |
266 | 251 | <groupId>org.apache.maven.plugins</groupId> |
267 | 252 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments