Skip to content

Commit 26629c2

Browse files
committed
Updated sources
1 parent 5cd3bbe commit 26629c2

222 files changed

Lines changed: 409 additions & 233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
...
2626
dependencies {
2727
...
28-
implementation 'com.groupdocs:groupdocs-conversion-cloud:22.10'
28+
implementation 'com.groupdocs:groupdocs-conversion-cloud:23.2'
2929
}
3030
```
3131

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>groupdocs-conversion-cloud-android</artifactId>
66
<packaging>jar</packaging>
77
<name>groupdocs-conversion-cloud-android</name>
8-
<version>22.10</version>
8+
<version>23.2</version>
99
<url>https://github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-android</url>
1010
<description>Java library for communicating with the GroupDocs.Conversion Cloud API</description>
1111
<scm>
@@ -86,7 +86,9 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-javadoc-plugin</artifactId>
89-
<version>3.0.1</version>
89+
<configuration>
90+
<source>8</source>
91+
</configuration>
9092
<executions>
9193
<execution>
9294
<id>attach-javadocs</id>
@@ -180,8 +182,8 @@
180182
<goal>deploy-file</goal>
181183
</goals>
182184
<configuration>
183-
<repositoryId>Groupdocs-Cloud-QA</repositoryId>
184-
<url>s3://data-qa.repository.groupdocs.cloud/repo/</url>
185+
<repositoryId>groupdocs-cloud-s3-repo-ci-qa</repositoryId>
186+
<url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url>
185187
<file>target/groupdocs-conversion-cloud-android-${project.version}.jar</file>
186188
<javadoc>target/groupdocs-conversion-cloud-android-${project.version}-javadoc.jar</javadoc>
187189
<pomFile>simplified-pom.xml</pomFile>
@@ -194,9 +196,9 @@
194196
</build>
195197
<distributionManagement>
196198
<repository>
197-
<id>Groupdocs-Cloud-QA</id>
199+
<id>groupdocs-cloud-s3-repo-ci-qa</id>
198200
<name>artifactory-cloud-qa</name>
199-
<url>s3://data-qa.repository.groupdocs.cloud/repo/</url>
201+
<url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url>
200202
</repository>
201203
</distributionManagement>
202204
</profile>
@@ -261,8 +263,8 @@
261263
<goal>deploy-file</goal>
262264
</goals>
263265
<configuration>
264-
<repositoryId>Groupdocs-Cloud-PROD</repositoryId>
265-
<url>s3://data.repository.groupdocs.cloud/repo/</url>
266+
<repositoryId>groupdocs-cloud-s3-repo-ci</repositoryId>
267+
<url>s3://data.repository.groupdocs.cloud/java/repo/</url>
266268
<file>target/groupdocs-conversion-cloud-android-${project.version}.jar</file>
267269
<javadoc>target/groupdocs-conversion-cloud-android-${project.version}-javadoc.jar</javadoc>
268270
<pomFile>simplified-pom.xml</pomFile>
@@ -275,9 +277,9 @@
275277
</build>
276278
<distributionManagement>
277279
<repository>
278-
<id>Groupdocs-Cloud-PROD</id>
280+
<id>groupdocs-cloud-s3-repo-ci</id>
279281
<name>artifactory-cloud-prod</name>
280-
<url>s3://data.repository.groupdocs.cloud/repo/</url>
282+
<url>s3://data.repository.groupdocs.cloud/java/repo/</url>
281283
</repository>
282284
</distributionManagement>
283285
</profile>

src/main/java/com/groupdocs/cloud/conversion/api/ConvertApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="ConvertApi.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/api/FileApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="FileApi.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/api/FolderApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="FolderApi.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/api/InfoApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="InfoApi.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/api/LicenseApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="LicenseApi.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/api/StorageApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="StorageApi.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/client/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="ApiCallback.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/groupdocs/cloud/conversion/client/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose Pty Ltd" file="ApiClient.java">
4-
* Copyright (c) 2003-2022 Aspose Pty Ltd
4+
* Copyright (c) 2003-2023 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -97,7 +97,7 @@ public ApiClient(Configuration configuration) {
9797
this.json = new JSON();
9898

9999
// Set default User-Agent.
100-
setUserAgent("java-sdk/22.10");
100+
setUserAgent("java-sdk/23.2");
101101

102102
// Set connection timeout
103103
setConnectTimeout(configuration.getTimeout());

0 commit comments

Comments
 (0)