Skip to content

Commit

Permalink
TASK-74160: Create Patch Branch for version 6.5.4-exo
Browse files Browse the repository at this point in the history
  • Loading branch information
exo-swf committed Sep 16, 2024
1 parent f5f3fce commit b2520bf
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion commons-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-comet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-comet-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-comet-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-comet-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-component-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-component-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-component-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-component-product</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-component-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-component-upgrade</artifactId>
<name>eXo PLF:: Commons - Transparent Upgrade Framework</name>
Expand Down
2 changes: 1 addition & 1 deletion commons-extension-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-extension-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-search</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>org.exoplatform.commons</groupId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
</parent>
<artifactId>commons-testing</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 5 additions & 0 deletions patches-changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2024-09-16 eXo Support <[email protected]>

# 6.5.4-exo Patches changelog:


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.exoplatform.commons</groupId>
<artifactId>commons</artifactId>
<version>6.5.4-exo</version>
<version>6.5.4-exo-patched</version>
<packaging>pom</packaging>
<name>eXo PLF:: Commons</name>
<modules>
Expand Down

0 comments on commit b2520bf

Please sign in to comment.