Skip to content

Commit

Permalink
TASK-62301: Create FB maintenance and update projects versions/depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
aycherif authored and exo-swf committed Jun 15, 2023
1 parent 790bba6 commit b4c412e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion exo.core.component.database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.database</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.organization.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>eXo PLF Core :: Component :: Organization Service API</name>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.organization.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.organization.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.script.groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.script.groovy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.security.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.security.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.xml-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.xml-processing</artifactId>
<name>eXo PLF Core :: Component :: XML Processing Service</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.5.x-exo-SNAPSHOT</version>
<version>6.5.x-maintenance-SNAPSHOT</version>
<packaging>pom</packaging>

<name>eXo PLF:: Core</name>
<description>Exoplatform SAS 'eXo Core' project.</description>

<properties>
<org.exoplatform.kernel.version>6.5.x-exo-SNAPSHOT</org.exoplatform.kernel.version>
<org.exoplatform.kernel.version>6.5.x-maintenance-SNAPSHOT</org.exoplatform.kernel.version>

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand Down

0 comments on commit b4c412e

Please sign in to comment.