|
5 | 5 | <artifactId>groupdocs-viewer-cloud-android</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>groupdocs-viewer-cloud-android</name> |
8 | | - <version>21.12</version> |
| 8 | + <version>23.3</version> |
9 | 9 | <url>https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-android</url> |
10 | 10 | <description>Java library for communicating with the GroupDocs.Viewer Cloud API</description> |
11 | 11 | <scm> |
|
94 | 94 | <plugin> |
95 | 95 | <groupId>org.apache.maven.plugins</groupId> |
96 | 96 | <artifactId>maven-javadoc-plugin</artifactId> |
97 | | - <version>3.0.1</version> |
| 97 | + <configuration> |
| 98 | + <source>8</source> |
| 99 | + </configuration> |
98 | 100 | <executions> |
99 | 101 | <execution> |
100 | 102 | <id>attach-javadocs</id> |
|
118 | 120 | </executions> |
119 | 121 | </plugin> |
120 | 122 | </plugins> |
| 123 | + <extensions> |
| 124 | + <extension> |
| 125 | + <groupId>com.github.seahen</groupId> |
| 126 | + <artifactId>maven-s3-wagon</artifactId> |
| 127 | + <version>1.3.3</version> |
| 128 | + </extension> |
| 129 | + </extensions> |
121 | 130 | </build> |
122 | 131 |
|
123 | 132 | <profiles> |
|
181 | 190 | <goal>deploy-file</goal> |
182 | 191 | </goals> |
183 | 192 | <configuration> |
184 | | - <repositoryId>Groupdocs-Cloud-QA</repositoryId> |
185 | | - <url>https://repository-qa.groupdocs.cloud/repo</url> |
| 193 | + <repositoryId>groupdocs-cloud-s3-repo-ci-qa</repositoryId> |
| 194 | + <url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url> |
186 | 195 | <file>target/groupdocs-viewer-cloud-android-${project.version}.jar</file> |
187 | 196 | <javadoc>target/groupdocs-viewer-cloud-android-${project.version}-javadoc.jar</javadoc> |
188 | 197 | <pomFile>simplified-pom.xml</pomFile> |
|
195 | 204 | </build> |
196 | 205 | <distributionManagement> |
197 | 206 | <repository> |
198 | | - <id>Groupdocs-Cloud-QA</id> |
| 207 | + <id>groupdocs-cloud-s3-repo-ci-qa</id> |
199 | 208 | <name>artifactory-cloud-qa</name> |
200 | | - <url>https://repository-qa.groupdocs.cloud/repo</url> |
| 209 | + <url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url> |
201 | 210 | </repository> |
202 | 211 | </distributionManagement> |
203 | 212 | </profile> |
|
262 | 271 | <goal>deploy-file</goal> |
263 | 272 | </goals> |
264 | 273 | <configuration> |
265 | | - <repositoryId>Groupdocs-Cloud-PROD</repositoryId> |
266 | | - <url>https://repository.groupdocs.cloud/repo</url> |
| 274 | + <repositoryId>groupdocs-cloud-s3-repo-ci</repositoryId> |
| 275 | + <url>s3://data.repository.groupdocs.cloud/java/repo/</url> |
267 | 276 | <file>target/groupdocs-viewer-cloud-android-${project.version}.jar</file> |
268 | 277 | <javadoc>target/groupdocs-viewer-cloud-android-${project.version}-javadoc.jar</javadoc> |
269 | 278 | <pomFile>simplified-pom.xml</pomFile> |
|
276 | 285 | </build> |
277 | 286 | <distributionManagement> |
278 | 287 | <repository> |
279 | | - <id>Groupdocs-Cloud-PROD</id> |
| 288 | + <id>groupdocs-cloud-s3-repo-ci</id> |
280 | 289 | <name>artifactory-cloud-prod</name> |
281 | | - <url>https://repository.groupdocs.cloud/repo</url> |
| 290 | + <url>s3://data.repository.groupdocs.cloud/java/repo/</url> |
282 | 291 | </repository> |
283 | 292 | </distributionManagement> |
284 | 293 | </profile> |
|
331 | 340 | <gson-fire-version>1.8.0</gson-fire-version> |
332 | 341 | <swagger-core-version>1.5.15</swagger-core-version> |
333 | 342 | <okhttp-version>2.7.5</okhttp-version> |
334 | | - <gson-version>2.8.1</gson-version> |
| 343 | + <gson-version>2.9.0</gson-version> |
335 | 344 | <threetenbp-version>1.3.5</threetenbp-version> |
336 | 345 | <maven-plugin-version>1.0.0</maven-plugin-version> |
337 | 346 | <junit-version>4.13.1</junit-version> |
|
0 commit comments