Skip to content

Commit

Permalink
chore: Bump version to 2.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Issue: #201056
Change-Id: If1484ba06a57bc12579d6e43e8df35b2e55c2501
  • Loading branch information
jupatolcd committed Jan 9, 2024
1 parent 832b18f commit 9c6c4ae
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Supported DBMS:
- DB2


## [Unreleased]
## [2.2.0] - 2024-01-09
### Changed
- SDK 4.6 migration and Alfresco 7.4.1 compatibility
- Upgrade to log4j2 - ACS 7.4 compatibility
- Updates modules "ootbee-support-tools" - ACS 7.4 compatibility
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ SGBD supportés :
- DB2


## [Unreleased]
## [2.2.0] - 2024-01-09
### Changed
- Migration SDK 4.6 et compatibilité Alfresco 7.4.1
- Passage à log4j2 - compatibilité ACS 7.4
- Mise à jour des modules "ootbee-support-tools" - compatibilité ACS 7.4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Contributors:
- [Zylknet](https://www.zylk.net)
- [Etienne PERRIER](https://github.com/etienneperrier)
- [Fabien CHENE](https://github.com/CheneFabien)
- [Justin Poinsot](https://github.com/jupatolcd)



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-74X</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-74X-repo</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.orderofthebee.support-tools</groupId>
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-74X</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-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-74X</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-74X-share</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.orderofthebee.support-tools</groupId>
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 @@ -10,7 +10,7 @@
<parent>
<groupId>com.atolcd.alfresco</groupId>
<artifactId>auditshare-74X</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-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-74X</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<name>AuditShare</name>
<description>Alfresco and Share modules - AuditShare</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 9c6c4ae

Please sign in to comment.