Skip to content

Commit

Permalink
TASK-54163: Create FB meedsv2 and update projects versions/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bourasom authored and exo-swf committed Aug 11, 2023
1 parent 351fa52 commit 4817307
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion component/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-component-api</artifactId>
<name>eXo PLF:: Social API</name>
Expand Down
2 changes: 1 addition & 1 deletion component/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-component-core</artifactId>
<name>eXo PLF:: Social Core Component</name>
Expand Down
2 changes: 1 addition & 1 deletion component/notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-notification</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/oauth-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>social</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-component</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion component/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/webui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-webui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>social</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-extension</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-extension</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-extension-war</artifactId>
<packaging>war</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social</artifactId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo PLF:: Social</name>
<description>eXo Social - Enterprise Social Networking</description>
Expand All @@ -46,8 +46,8 @@
<!-- **************************************** -->
<!-- Project Dependencies -->
<!-- **************************************** -->
<org.exoplatform.commons.version>6.5.x-meed-SNAPSHOT</org.exoplatform.commons.version>
<org.exoplatform.platform-ui.version>6.5.x-meed-SNAPSHOT</org.exoplatform.platform-ui.version>
<org.exoplatform.commons.version>6.5.x-meedsv2-SNAPSHOT</org.exoplatform.commons.version>
<org.exoplatform.platform-ui.version>6.5.x-meedsv2-SNAPSHOT</org.exoplatform.platform-ui.version>

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>social</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-webapp</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp/portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-webapp</artifactId>
<groupId>org.exoplatform.social</groupId>
<version>6.5.x-meed-SNAPSHOT</version>
<version>6.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>social-webapp-portlet</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 4817307

Please sign in to comment.