Skip to content

Commit

Permalink
Release 6.1-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemedeiros committed Dec 27, 2023
1 parent b2b0c9b commit 446c2c8
Show file tree
Hide file tree
Showing 27 changed files with 39 additions and 39 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.1.0-SNAPSHOT</version>
<version>6.1-M1</version>
</dependency>

<!-- Java Event API -->
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api-spring-boot-starter</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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.1.0-SNAPSHOT"
compile "org.alfresco:alfresco-java-event-api-spring-boot-starter:6.1.0-SNAPSHOT"
compile "org.alfresco:alfresco-acs-java-rest-api-spring-boot-starter:6.1-M1"
compile "org.alfresco:alfresco-java-event-api-spring-boot-starter:6.1-M1"
```

#### 3. Configure Event API
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.1.0-SNAPSHOT</version>
<version>6.1-M1</version>
</dependency>
```

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

<artifactId>alfresco-acs-java-rest-api-lib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-acs-java-rest-api</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -6,7 +6,7 @@

<parent>
<groupId>org.alfresco</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</version>
<artifactId>alfresco-java-sdk</artifactId>
</parent>

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

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

<artifactId>alfresco-java-event-api-integration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-event-api</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<artifactId>alfresco-java-sdk</artifactId>
<groupId>org.alfresco</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -10,7 +10,7 @@
</parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-java-sdk-samples</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1-M1</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 @@ -13,7 +13,7 @@

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

0 comments on commit 446c2c8

Please sign in to comment.