Skip to content

Commit f188e7e

Browse files
committed
Updated sources
1 parent 93488e4 commit f188e7e

File tree

223 files changed

+409
-235
lines changed

Some content is hidden

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

223 files changed

+409
-235
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add following repository and dependency to your project's POM
2424
<dependency>
2525
<groupId>com.groupdocs</groupId>
2626
<artifactId>groupdocs-conversion-cloud</artifactId>
27-
<version>22.10</version>
27+
<version>23.2</version>
2828
<scope>compile</scope>
2929
</dependency>
3030
```
@@ -43,7 +43,7 @@ repositories {
4343
...
4444
dependencies {
4545
...
46-
implementation 'com.groupdocs:groupdocs-conversion-cloud:22.10'
46+
implementation 'com.groupdocs:groupdocs-conversion-cloud:23.2'
4747
}
4848
```
4949

@@ -100,7 +100,7 @@ mvn package -D maven.test.skip=true
100100

101101
Then manually install the following JARs:
102102

103-
* target/groupdocs-conversion-cloud-22.10.jar
103+
* target/groupdocs-conversion-cloud-23.2.jar
104104
* target/lib/*.jar
105105

106106
## Licensing

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>groupdocs-conversion-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>groupdocs-conversion-cloud</name>
8-
<version>22.10</version>
8+
<version>23.2</version>
99
<url>https://github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-java</url>
1010
<description>Java library for communicating with the GroupDocs.Conversion Cloud API</description>
1111
<scm>
@@ -182,8 +182,8 @@
182182
<goal>deploy-file</goal>
183183
</goals>
184184
<configuration>
185-
<repositoryId>Groupdocs-Cloud-QA</repositoryId>
186-
<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>
187187
<file>target/groupdocs-conversion-cloud-${project.version}.jar</file>
188188
<javadoc>target/groupdocs-conversion-cloud-${project.version}-javadoc.jar</javadoc>
189189
<pomFile>simplified-pom.xml</pomFile>
@@ -196,9 +196,9 @@
196196
</build>
197197
<distributionManagement>
198198
<repository>
199-
<id>Groupdocs-Cloud-QA</id>
199+
<id>groupdocs-cloud-s3-repo-ci-qa</id>
200200
<name>artifactory-cloud-qa</name>
201-
<url>s3://data-qa.repository.groupdocs.cloud/repo/</url>
201+
<url>s3://data-qa.repository.groupdocs.cloud/java/repo/</url>
202202
</repository>
203203
</distributionManagement>
204204
</profile>
@@ -263,8 +263,8 @@
263263
<goal>deploy-file</goal>
264264
</goals>
265265
<configuration>
266-
<repositoryId>Groupdocs-Cloud-PROD</repositoryId>
267-
<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>
268268
<file>target/groupdocs-conversion-cloud-${project.version}.jar</file>
269269
<javadoc>target/groupdocs-conversion-cloud-${project.version}-javadoc.jar</javadoc>
270270
<pomFile>simplified-pom.xml</pomFile>
@@ -277,9 +277,9 @@
277277
</build>
278278
<distributionManagement>
279279
<repository>
280-
<id>Groupdocs-Cloud-PROD</id>
280+
<id>groupdocs-cloud-s3-repo-ci</id>
281281
<name>artifactory-cloud-prod</name>
282-
<url>s3://data.repository.groupdocs.cloud/repo/</url>
282+
<url>s3://data.repository.groupdocs.cloud/java/repo/</url>
283283
</repository>
284284
</distributionManagement>
285285
</profile>

simplified-pom.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.groupdocs</groupId>
77
<artifactId>groupdocs-conversion-cloud</artifactId>
8-
<version>22.10</version>
8+
<version>23.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>groupdocs-conversion-cloud</name>

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

0 commit comments

Comments
 (0)