Skip to content

Commit

Permalink
Bump version to 2.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: I6ebc9aad048e0382fb01d5fa2303a8fcdc4cf6bc
  • Loading branch information
jberthoux committed Apr 21, 2022
1 parent d4ad2b2 commit 5ccc7b9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Supported DBMS:

## [Unreleased]


## [2.1.0] - 2022-02-01
### Changed
- SDK 4.3 migration and Alfresco 7.1.0 compatibility
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SGBD support

## [Unreleased]


## [2.1.0] - 2022-02-01
### Changed
- Migration SDK 4.3 et compatibilité Alfresco 7.1.0
Expand Down
2 changes: 1 addition & 1 deletion audit-share-ass-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>auditshare-71X</artifactId>
<groupId>com.atolcd.alfresco</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<groupId>com.atolcd.alfresco</groupId>
Expand Down
4 changes: 2 additions & 2 deletions audit-share-platform-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X-repo</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<!-- Uncomment this dependency if you already have the AMP in your M2_HOME folder
or see the documentation for 3rd party amps installation: https://docs.alfresco.com/content-services/latest/develop/sdk/#installing3rdpartyamps
Expand Down
2 changes: 1 addition & 1 deletion audit-share-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions audit-share-share-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X-share</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<!-- Uncomment this dependency if you already have the AMP in your M2_HOME folder
or see the documentation for 3rd party amps installation: https://docs.alfresco.com/content-services/latest/develop/sdk/#installing3rdpartyamps
Expand Down
2 changes: 1 addition & 1 deletion audit-share-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-71X</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
<name>AuditShare</name>
<description>Alfresco and Share modules - AuditShare</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 5ccc7b9

Please sign in to comment.