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
ahamdi authored and exo-swf committed Aug 15, 2023
1 parent e6b219f commit 85c3812
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion agenda-connectors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.addons.agenda-connectors</groupId>
<artifactId>agenda-connectors-parent</artifactId>
<version>1.2.x-SNAPSHOT</version>
<version>1.2.x-maintenance-SNAPSHOT</version>
</parent>
<artifactId>agenda-connectors-api</artifactId>
<name>eXo Agenda Connectors - API</name>
Expand Down
2 changes: 1 addition & 1 deletion agenda-connectors-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.addons.agenda-connectors</groupId>
<artifactId>agenda-connectors-parent</artifactId>
<version>1.2.x-SNAPSHOT</version>
<version>1.2.x-maintenance-SNAPSHOT</version>
</parent>
<artifactId>agenda-connectors-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agenda-connectors-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.addons.agenda-connectors</groupId>
<artifactId>agenda-connectors-parent</artifactId>
<version>1.2.x-SNAPSHOT</version>
<version>1.2.x-maintenance-SNAPSHOT</version>
</parent>
<artifactId>agenda-connectors-services</artifactId>
<name>eXo Agenda Connectors - Services</name>
Expand Down
2 changes: 1 addition & 1 deletion agenda-connectors-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.addons.agenda-connectors</groupId>
<artifactId>agenda-connectors-parent</artifactId>
<version>1.2.x-SNAPSHOT</version>
<version>1.2.x-maintenance-SNAPSHOT</version>
</parent>
<artifactId>agenda-connectors-webapp</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.exoplatform.addons.agenda-connectors</groupId>
<artifactId>agenda-connectors-parent</artifactId>
<version>1.2.x-SNAPSHOT</version>
<version>1.2.x-maintenance-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Agenda Connectors - Parent POM</name>
<modules>
Expand All @@ -26,7 +26,7 @@
</scm>
<properties>
<!-- 3rd party libraries versions -->
<addon.exo.agenda.version>1.4.x-SNAPSHOT</addon.exo.agenda.version>
<addon.exo.agenda.version>1.4.x-maintenance-SNAPSHOT</addon.exo.agenda.version>
<!-- Sonar properties -->
<sonar.organization>exoplatform</sonar.organization>

Expand Down

0 comments on commit 85c3812

Please sign in to comment.