|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 |
|
4 | 5 | <modelVersion>4.0.0</modelVersion> |
5 | 6 | <groupId>com.contentstack.sdk</groupId> |
6 | 7 | <artifactId>java</artifactId> |
7 | | - <version>1.10.0-SNAPSHOT</version> |
| 8 | + <version>1.10.1-SNAPSHOT</version> |
8 | 9 | <packaging>jar</packaging> |
9 | 10 | <name>contentstack-java</name> |
10 | 11 | <description>Java SDK for Contentstack Content Delivery API</description> |
11 | 12 | <url>https://github.com/contentstack/contentstack-java/</url> |
12 | 13 |
|
13 | 14 |
|
14 | 15 | <properties> |
15 | | - <sdk.version.snapshot>1.10.0-SNAPSHOT</sdk.version.snapshot> |
16 | | - <sdk.version.release>1.10.0</sdk.version.release> |
| 16 | + <sdk.version.release>1.10.1-SNAPSHOT</sdk.version.release> |
17 | 17 | <maven.compiler.target>1.8</maven.compiler.target> |
18 | 18 | <maven.compiler.source>1.8</maven.compiler.source> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | <surefire-report-plugin.version>2.22.0</surefire-report-plugin.version> |
21 | 21 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version> |
22 | 22 | <maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version> |
23 | | - <dotenv-source.version>2.2.3</dotenv-source.version> |
24 | | - <rxjava-source.version>3.1.4</rxjava-source.version> |
| 23 | + <dotenv-source.version>2.2.4</dotenv-source.version> |
| 24 | + <rxjava-source.version>3.1.5</rxjava-source.version> |
25 | 25 | <retrofit-source.version>2.9.0</retrofit-source.version> |
26 | 26 | <converter-gson-source.version>2.9.0</converter-gson-source.version> |
27 | 27 | <loggin.version>4.9.3</loggin.version> |
|
41 | 41 | <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version> |
42 | 42 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version> |
43 | 43 | <nexus-staging-maven-plugin-version>1.6.7</nexus-staging-maven-plugin-version> |
44 | | - <contentstack-utils-version>1.1.1</contentstack-utils-version> |
| 44 | + <contentstack-utils-version>1.1.2</contentstack-utils-version> |
45 | 45 | </properties> |
46 | 46 |
|
47 | 47 | <parent> |
|
0 commit comments