|
5 | 5 | <artifactId>groupdocs-editor-cloud-android</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>groupdocs-editor-cloud-android</name> |
8 | | - <version>22.5</version> |
| 8 | + <version>23.5</version> |
9 | 9 | <url>https://github.com/groupdocs-editor-cloud/groupdocs-editor-cloud-android</url> |
10 | 10 | <description>GroupDocs.Editor Cloud allows you to edit most popular document formats using 3rd party front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a word or spreadsheet document. Edit DOCX/DOC, PPTX/PPT, XLSX/XLS, ODT, ODS, ODP, TSV/DSV, TXT and many other document formats with GroupDocs.Editor Cloud API.</description> |
11 | 11 | <scm> |
|
31 | 31 | </developer> |
32 | 32 | </developers> |
33 | 33 |
|
34 | | - <repositories> |
35 | | - <repository> |
36 | | - <id>maven.aspose.cloud</id> |
37 | | - <name>maven.aspose.cloud</name> |
38 | | - <url>https://repository.aspose.cloud/repo/</url> |
39 | | - </repository> |
40 | | - </repositories> |
41 | | - |
42 | 34 | <build> |
43 | 35 | <plugins> |
44 | 36 | <plugin> |
|
94 | 86 | <plugin> |
95 | 87 | <groupId>org.apache.maven.plugins</groupId> |
96 | 88 | <artifactId>maven-javadoc-plugin</artifactId> |
97 | | - <version>3.0.1</version> |
| 89 | + <configuration> |
| 90 | + <source>8</source> |
| 91 | + </configuration> |
98 | 92 | <executions> |
99 | 93 | <execution> |
100 | 94 | <id>attach-javadocs</id> |
|
118 | 112 | </executions> |
119 | 113 | </plugin> |
120 | 114 | </plugins> |
| 115 | + <extensions> |
| 116 | + <extension> |
| 117 | + <groupId>com.github.seahen</groupId> |
| 118 | + <artifactId>maven-s3-wagon</artifactId> |
| 119 | + <version>1.3.3</version> |
| 120 | + </extension> |
| 121 | + </extensions> |
121 | 122 | </build> |
122 | 123 |
|
123 | 124 | <profiles> |
|
181 | 182 | <goal>deploy-file</goal> |
182 | 183 | </goals> |
183 | 184 | <configuration> |
184 | | - <repositoryId>Groupdocs-Cloud-QA</repositoryId> |
185 | | - <url>https://repository-qa.groupdocs.cloud/repo</url> |
| 185 | + <repositoryId>groupdocs-cloud-s3-repo-ci-qa</repositoryId> |
| 186 | + <url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url> |
186 | 187 | <file>target/groupdocs-editor-cloud-android-${project.version}.jar</file> |
187 | 188 | <javadoc>target/groupdocs-editor-cloud-android-${project.version}-javadoc.jar</javadoc> |
188 | 189 | <pomFile>simplified-pom.xml</pomFile> |
|
195 | 196 | </build> |
196 | 197 | <distributionManagement> |
197 | 198 | <repository> |
198 | | - <id>Groupdocs-Cloud-QA</id> |
| 199 | + <id>groupdocs-cloud-s3-repo-ci-qa</id> |
199 | 200 | <name>artifactory-cloud-qa</name> |
200 | | - <url>https://repository-qa.groupdocs.cloud/repo</url> |
| 201 | + <url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url> |
201 | 202 | </repository> |
202 | 203 | </distributionManagement> |
203 | 204 | </profile> |
|
262 | 263 | <goal>deploy-file</goal> |
263 | 264 | </goals> |
264 | 265 | <configuration> |
265 | | - <repositoryId>Groupdocs-Cloud-PROD</repositoryId> |
266 | | - <url>https://repository.groupdocs.cloud/internal</url> |
| 266 | + <repositoryId>groupdocs-cloud-s3-repo-ci</repositoryId> |
| 267 | + <url>s3://data.repository.groupdocs.cloud/java/repo/</url> |
267 | 268 | <file>target/groupdocs-editor-cloud-android-${project.version}.jar</file> |
268 | 269 | <javadoc>target/groupdocs-editor-cloud-android-${project.version}-javadoc.jar</javadoc> |
269 | 270 | <pomFile>simplified-pom.xml</pomFile> |
|
276 | 277 | </build> |
277 | 278 | <distributionManagement> |
278 | 279 | <repository> |
279 | | - <id>Groupdocs-Cloud-PROD</id> |
| 280 | + <id>groupdocs-cloud-s3-repo-ci</id> |
280 | 281 | <name>artifactory-cloud-prod</name> |
281 | | - <url>https://repository.groupdocs.cloud/internal</url> |
| 282 | + <url>s3://data.repository.groupdocs.cloud/java/repo/</url> |
282 | 283 | </repository> |
283 | 284 | </distributionManagement> |
284 | 285 | </profile> |
|
0 commit comments