Skip to content

Commit

Permalink
Revert "Update Project version and Dependencies to 1.5.x-SNAPSHOT"
Browse files Browse the repository at this point in the history
This reverts commit 7e132ff.
  • Loading branch information
halaya committed Feb 7, 2023
1 parent 7e132ff commit f2310d4
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packaging/plf-assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-assemblies</artifactId>
<name>eXo Meeds:: Meeds Public Distribution - Packaging - Assemblies</name>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-community-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-community-sources</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-community-tomcat-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-community-tomcat-standalone</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-dependencies</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-packaging-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-packaging-resources</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-tomcat-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-tomcat-resources</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<artifactId>plf-public-distributions</artifactId>
<groupId>io.meeds.distribution</groupId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>

<name>eXo Meeds:: Meeds Public Distribution - Packaging</name>
Expand Down
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-public-distributions</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Meeds:: Meeds Public Distribution</name>
<modules>
Expand All @@ -49,35 +49,35 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- Dependencies Versions -->
<!-- **************************************** -->
<!-- The version of Platform To bundle -->
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<org.exoplatform.social.version>6.4.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.4.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<!-- The version of the add-ons manager -->
<org.exoplatform.platform.addons-manager.version>2.5.x-SNAPSHOT</org.exoplatform.platform.addons-manager.version>
<org.exoplatform.platform.addons-manager.version>2.4.x-SNAPSHOT</org.exoplatform.platform.addons-manager.version>
<!-- ************** -->
<!-- Add-ons for Community packaging -->
<!-- ************** -->
<addon.exo.kudos.id>meeds-kudos</addon.exo.kudos.id>
<addon.exo.kudos.version>2.5.x-SNAPSHOT</addon.exo.kudos.version>
<addon.exo.kudos.version>2.4.x-SNAPSHOT</addon.exo.kudos.version>
<addon.exo.perk-store.id>meeds-perk-store</addon.exo.perk-store.id>
<addon.exo.perk-store.version>2.5.x-SNAPSHOT</addon.exo.perk-store.version>
<addon.exo.perk-store.version>2.4.x-SNAPSHOT</addon.exo.perk-store.version>
<addon.exo.wallet.id>meeds-wallet</addon.exo.wallet.id>
<addon.exo.wallet.version>2.5.x-SNAPSHOT</addon.exo.wallet.version>
<addon.exo.wallet.version>2.4.x-SNAPSHOT</addon.exo.wallet.version>
<addon.exo.gamification.id>meeds-gamification</addon.exo.gamification.id>
<addon.exo.gamification.version>2.5.x-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.gamification.version>2.4.x-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.push-notifications.id>meeds-push-notifications</addon.exo.push-notifications.id>
<addon.exo.push-notifications.version>2.5.x-SNAPSHOT</addon.exo.push-notifications.version>
<addon.exo.push-notifications.version>2.4.x-SNAPSHOT</addon.exo.push-notifications.version>
<addon.exo.app-center.id>meeds-app-center</addon.exo.app-center.id>
<addon.exo.app-center.version>2.5.x-SNAPSHOT</addon.exo.app-center.version>
<addon.exo.app-center.version>2.4.x-SNAPSHOT</addon.exo.app-center.version>
<addon.exo.notes.id>meeds-notes</addon.exo.notes.id>
<addon.exo.notes.version>1.3.x-SNAPSHOT</addon.exo.notes.version>
<addon.exo.notes.version>1.2.x-SNAPSHOT</addon.exo.notes.version>
<addon.exo.tasks.id>meeds-tasks</addon.exo.tasks.id>
<addon.exo.tasks.version>3.5.x-SNAPSHOT</addon.exo.tasks.version>
<addon.exo.tasks.version>3.4.x-SNAPSHOT</addon.exo.tasks.version>
<addon.exo.analytics.id>meeds-analytics</addon.exo.analytics.id>
<addon.exo.analytics.version>1.4.x-SNAPSHOT</addon.exo.analytics.version>
<addon.exo.analytics.version>1.3.x-SNAPSHOT</addon.exo.analytics.version>
<addon.exo.poll.id>meeds-poll</addon.exo.poll.id>
<addon.exo.poll.version>1.2.x-SNAPSHOT</addon.exo.poll.version>
<addon.exo.poll.version>1.1.x-SNAPSHOT</addon.exo.poll.version>
<addon.meeds.gamification-github.id>meeds-gamification-github</addon.meeds.gamification-github.id>
<addon.meeds.gamification-github.version>1.2.x-SNAPSHOT</addon.meeds.gamification-github.version>
<addon.meeds.gamification-github.version>1.1.x-SNAPSHOT</addon.meeds.gamification-github.version>
<!-- Add-on manager extension to use (empty for Unix, .bat for Windows) -->
<addon.manager.extension />

Expand Down
2 changes: 1 addition & 1 deletion services/plf-community-edition-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-community-edition-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-configuration</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-exo-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-exo-tools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-tomcat-pc-creator-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-tomcat-pc-creator-listener</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-public-distributions</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>

<name>eXo Meeds:: Meeds Public Distribution - Services</name>
Expand Down
2 changes: 1 addition & 1 deletion webapps/plf-meeds-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-webapps</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-meeds-extension</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapps/plf-root-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-webapps</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-root-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapps/plf-tomcat-integration-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-webapps</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>
<artifactId>plf-tomcat-integration-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-public-distributions</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.4.x-SNAPSHOT</version>
</parent>

<name>eXo Meeds:: Meeds Public Distribution - Webapps</name>
Expand Down

0 comments on commit f2310d4

Please sign in to comment.