Skip to content

Commit

Permalink
[PRODDEL-8706] Releasing OOP SDK 6.4.0 (#268)
Browse files Browse the repository at this point in the history
[PRODDEL-8706] [release] [publish] Releasing OOP SDK 6.4.0
  • Loading branch information
suneet-gupta authored Nov 22, 2024
1 parent 61d8846 commit 5fb74ed
Show file tree
Hide file tree
Showing 30 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ env:
CONTENT_SERVICE_SECURITY_BASICAUTH_PASSWORD: ${{ secrets.CONTENT_SERVICE_SECURITY_BASICAUTH_PASSWORD }}
CONTENT_SERVICE_SECURITY_BASICAUTH_USERNAME: ${{ secrets.CONTENT_SERVICE_SECURITY_BASICAUTH_USERNAME }}
CONTENT_SERVICE_URL: ${{ secrets.CONTENT_SERVICE_URL }}
AGS_VERSION: 23.3.0.84
ACS_VERSION: 23.3.0
AGS_VERSION: 23.4.0.55
ACS_VERSION: 23.4.0
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ Then, add the dependency on the desired starter(s)
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-spring-boot-starter</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>

<!-- Java Event API -->
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api-spring-boot-starter</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
</dependencies>
```
Expand All @@ -85,8 +85,8 @@ repositories {
Then, add the dependency on the desired starter(s)

```groovy
compile "org.alfresco:alfresco-acs-java-rest-api-spring-boot-starter:6.3.0"
compile "org.alfresco:alfresco-java-event-api-spring-boot-starter:6.3.0"
compile "org.alfresco:alfresco-acs-java-rest-api-spring-boot-starter:6.4.0"
compile "org.alfresco:alfresco-java-event-api-spring-boot-starter:6.4.0"
```

#### 3. Configure Event API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ mvn clean install

You can set versions for API definitions using Maven properties, and exporting them, for example:
```console
MAVEN_CLI_OPTS="${MAVEN_CLI_OPTS} -Dacs.version=23.3.0"
MAVEN_CLI_OPTS="${MAVEN_CLI_OPTS} -Dags.version=23.3.0.84"
MAVEN_CLI_OPTS="${MAVEN_CLI_OPTS} -Dacs.version=23.4.0"
MAVEN_CLI_OPTS="${MAVEN_CLI_OPTS} -Dags.version=23.4.0.55"
```

In the `generate-sources` phase the script `patch.sh` is executed. This script finds and replaces in the generated code configurations with the correct names and cleans unnecessary files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-event-gateway-api-client</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>alfresco-event-gateway-api-client</artifactId>
<name>alfresco-event-gateway-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-auth-rest-api</artifactId>
<name>alfresco-auth-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-core-rest-api</artifactId>
<name>alfresco-core-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-discovery-rest-api</artifactId>
<name>alfresco-discovery-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-governance-classification-rest-api</artifactId>
<name>alfresco-governance-classification-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-governance-core-rest-api</artifactId>
<name>alfresco-governance-core-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-model-rest-api</artifactId>
<name>alfresco-model-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-search-rest-api</artifactId>
<name>alfresco-search-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>alfresco-search-sql-rest-api</artifactId>
<name>alfresco-search-sql-rest-api</name>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
Expand All @@ -18,8 +18,8 @@
<swagger-codegen-maven-plugin.version>2.4.30</swagger-codegen-maven-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<!-- Base Paths -->
<acs.version>23.3.0</acs.version>
<ags.version>23.3.0.84</ags.version>
<acs.version>23.4.0</acs.version>
<ags.version>23.4.0.55</ags.version>
<!-- API definitions -->
<acs.core.api>${project.build.directory}/definitions/alfresco-core.yaml</acs.core.api>
<acs.auth.api>${project.build.directory}/definitions/alfresco-auth.yaml</acs.auth.api>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-acs-java-rest-api-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-acs-java-rest-api-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alfresco-acs-java-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.alfresco</groupId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<artifactId>alfresco-java-sdk</artifactId>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions alfresco-java-event-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The steps to integrate with the Alfresco Java Event API using the Spring Boot st
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api-spring-boot-starter</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -186,7 +186,7 @@ In order to use them, you only need to add the corresponding dependency to your
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api-integration</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
```

Expand All @@ -203,7 +203,7 @@ In order to use them, you only need to add the corresponding dependency to your
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api-handling</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-java-event-api-handling</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-java-event-api-integration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-java-event-api-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-java-event-api-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alfresco-java-event-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-java-event-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alfresco-java-rest-api-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>alfresco-java-rest-api-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-java-sdk</artifactId>
<groupId>org.alfresco</groupId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<packaging>pom</packaging>
<name>Alfresco :: Java SDK :: Parent</name>
<description>Parent for Alfresco Java SDK</description>
Expand Down
2 changes: 1 addition & 1 deletion samples/event-api-handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>event-api-handlers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/event-api-spring-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>event-api-spring-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/extension-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<artifactId>extension-template</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<packaging>pom</packaging>
<name>Alfresco :: Java SDK :: Samples</name>
<description>Sample application of the Java SDK</description>
Expand Down

0 comments on commit 5fb74ed

Please sign in to comment.