Skip to content

Commit

Permalink
[APPS-2985] Prepare OOP SDK compatible with ACS 23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathish Kumar authored and Sathish Kumar committed Aug 29, 2024
1 parent becd5a9 commit 38d4d9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.4.0-SNAPSHOT</version>
<version>6.3.0</version>
</dependency>

<!-- Java Event API -->
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api-spring-boot-starter</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.3.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.4.0-SNAPSHOT"
compile "org.alfresco:alfresco-java-event-api-spring-boot-starter:6.4.0-SNAPSHOT"
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"
```

#### 3. Configure Event API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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=6.4.0-SNAPSHOT"
MAVEN_CLI_OPTS="${MAVEN_CLI_OPTS} -Dacs.version=6.3.0"
MAVEN_CLI_OPTS="${MAVEN_CLI_OPTS} -Dags.version=3.5.0-A4"
```

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.4.0-SNAPSHOT</version>
<version>6.3.0</version>
</dependency>
```

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.4.0-SNAPSHOT</version>
<version>6.3.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.4.0-SNAPSHOT</version>
<version>6.3.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.4.0-SNAPSHOT</version>
<version>6.3.0</version>
</dependency>
```

Expand Down

0 comments on commit 38d4d9f

Please sign in to comment.