Unverified Commit 7dce05b7 authored by SathishK-T's avatar SathishK-T Committed by GitHub
Browse files

[APPS-2991] Releasing Alfresco SDK 4.9.0 (#680)



* [APPS-2991] Releasing Alfresco SDK 4.9.0

* [APPS-2991] Releasing Alfresco SDK 4.9.0

* [APPS-2991] Releasing Alfresco SDK 4.9.0

* [APPS-2991] Releasing Alfresco SDK 4.9.0

---------

Co-authored-by: default avatarSathish Kumar <ST28@ford.com>
parent 32f23dd9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -71,6 +71,12 @@ jobs:
        include:
          - name: "current version Java 17"
            java-version: 17
          - name: "23.3 Enterprise Java 17"
            java-version: 17
            suite: -Penterprise-233-tests
          - name: "23.3 Community Java 17"
            java-version: 17
            suite: -Pcommunity-233-tests
          - name: "23.2 Enterprise Java 17"
            java-version: 17
            suite: -Penterprise-232-tests
+21 −20
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ This project is released under the [Apache License, Version 2.0](http://www.apac
If you are an Enterprise customer check the [Support](#alfresco-enterprise-customers-and-partners-support) section.

## News

- 2024-08: Alfresco SDK 4.9.0 released
- 2024-03: Alfresco SDK 4.8.0 released
- 2023-11: Alfresco SDK 4.7.0 released
- 2023-06: Alfresco SDK 4.6.0 released
@@ -79,7 +79,7 @@ the `alfresco.log` file has also been moved to a more appropriate location (Tomc

In Q4 2020, Alfresco Platform has undergone a major structural refactoring.

Depending on the Platform version desired, you might need to use SDK 4.1, 4.3, 4.4, 4.5, 4.6 or SDK 4.7 instead of SDK 4.8.
Depending on the Platform version desired, you might need to use SDK 4.1, 4.3, 4.4, 4.5, 4.6, 4.7 or SDK 4.8 instead of SDK 4.9.

- For Enterprise and Community versions of 7.x, SDK 4.4 or higher must be used
- For Enterprise versions of 6.0.x, 6.1.x, 6.2.x newer than November 2020, SDK 4.3 must be used
@@ -93,11 +93,12 @@ It's also important to remember that:
- Enterprise Docker images are published on *Quay.io*

### Latest Documentation
To get started with **Alfresco SDK 4.7.x** (latest) visit the [Alfresco Documentation](docs/README.md).
To get started with **Alfresco SDK 4.9.x** (latest) visit the [Alfresco Documentation](docs/README.md).

#### Documentation about Previous Versions
| SDK Version |                       Alfresco Enterprise Version                        |                    Alfresco Community Version                    | Documentation                                                                                                                                |
|-------------|:---------------------------------------------------------------:|:-------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------|
|-------------|:------------------------------------------------------------------------:|:----------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------|
| SDK 4.9     | Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x / 23.1.x/ 23.2.x / 23.3.x | Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x / 23.2.x / 23.3.x | https://github.com/Alfresco/alfresco-sdk/tree/master/docs/README.md                                                                          |
| SDK 4.8     |     Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x / 23.1.x/ 23.2.x      |     Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x / 23.2.x      | https://github.com/Alfresco/alfresco-sdk/tree/master/docs/README.md                                                                          |
| SDK 4.7     |         Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x / 23.1.x          |     Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x / 23.1.x      | https://github.com/Alfresco/alfresco-sdk/tree/master/docs/README.md                                                                          |
| SDK 4.6     |              Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x              |          Alfresco 7.0.x / 7.1.x / 7.2.x / 7.3.x / 7.4.x          | https://github.com/Alfresco/alfresco-sdk/tree/master/docs/README.md                                                                          |
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  <parent>
    <groupId>org.alfresco.maven</groupId>
    <artifactId>alfresco-sdk-aggregator</artifactId>
    <version>4.9.0-SNAPSHOT</version>
    <version>4.9.0</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

+2 −2
Original line number Diff line number Diff line
# Alfresco AIO Project - SDK 4.8
# Alfresco AIO Project - SDK 4.9

This is an All-In-One (AIO) project for Alfresco SDK 4.8.
This is an All-In-One (AIO) project for Alfresco SDK 4.9.

Run with `./run.sh build_start` or `./run.bat build_start` and verify that it

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>${artifactId}</artifactId>
    <name>Integration Tests Module</name>
    <description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.8</description>
    <description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.9</description>
    <packaging>jar</packaging> <!-- Note. this just runs Integration Tests, but it needs to be a JAR otherwise
                                            nothing is compiled (i.e. you cannot set it to pom) -->

Loading