Skip to content

Commit

Permalink
Create develop-meed and update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Nov 22, 2023
1 parent 97aaa1a commit 1740dd3
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-SNAPSHOT</version>
</parent>
<artifactId>social-component-notification</artifactId>
<name>eXo PLF:: Social Notification Component</name>
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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-SNAPSHOT</version>
</parent>
<artifactId>social-component-service</artifactId>
<name>eXo PLF:: Social Service Component</name>
Expand Down
2 changes: 1 addition & 1 deletion component/web/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-SNAPSHOT</version>
<version>6.5.x-meed-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-web</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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-SNAPSHOT</version>
</parent>
<artifactId>social-extension-war</artifactId>
<packaging>war</packaging>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>26-M04</version>
<version>26-meed-M04</version>
<relativePath />
</parent>
<groupId>org.exoplatform.social</groupId>
<artifactId>social</artifactId>
<version>6.5.x-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</org.exoplatform.commons.version>
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<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>

<!-- 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-SNAPSHOT</version>
<version>6.5.x-meed-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-SNAPSHOT</version>
<version>6.5.x-meed-SNAPSHOT</version>
</parent>
<artifactId>social-webapp-portlet</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 1740dd3

Please sign in to comment.