Skip to content

Commit

Permalink
Update Wallet Artifact - Meeds-7065 (#533)
Browse files Browse the repository at this point in the history
Rename meeds groupIds to use io.meeds instead of org.exoplatform
  • Loading branch information
halaya authored Jul 1, 2024
1 parent e71ff7c commit d011fd0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>addons-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>18-M03</version>
<groupId>io.meeds.addons</groupId>
<version>18-M04</version>
<relativePath/>
</parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<groupId>io.meeds.wallet</groupId>
<artifactId>wallet</artifactId>
<version>7.0.x-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Add-on:: Wallet Add-on</name>
<description>eXo Wallet Add-on</description>
<name>Meeds:: Add-on:: Wallet Add-on</name>
<description>Meeds Wallet Add-on</description>
<modules>
<module>wallet-api</module>
<module>wallet-services</module>
Expand All @@ -46,9 +46,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</scm>
<properties>
<!-- 3rd party libraries versions -->
<org.exoplatform.social.version>7.0.x-SNAPSHOT</org.exoplatform.social.version>
<io.meeds.social.version>7.0.x-SNAPSHOT</io.meeds.social.version>
<org.exoplatform.wallet.ert-contract.version>1.3.0</org.exoplatform.wallet.ert-contract.version>
<org.exoplatform.platform-ui.version>7.0.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<io.meeds.platform-ui.version>7.0.x-SNAPSHOT</io.meeds.platform-ui.version>
<addon.meeds.analytics.version>7.0.x-SNAPSHOT</addon.meeds.analytics.version>
<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand All @@ -57,17 +57,17 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<dependencies>
<!-- Import versions from platform project -->
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social</artifactId>
<version>${org.exoplatform.social.version}</version>
<version>${io.meeds.social.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui</artifactId>
<version>${org.exoplatform.platform-ui.version}</version>
<version>${io.meeds.platform-ui.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions wallet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<groupId>io.meeds.wallet</groupId>
<artifactId>wallet</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>wallet-api</artifactId>
<name>eXo Add-on:: Wallet - API</name>
<name>Meeds:: Add-on:: Wallet - API</name>
<properties>
<rest.api.doc.title>Wallet Rest Api</rest.api.doc.title>
<rest.api.doc.version>1.0</rest.api.doc.version>
Expand All @@ -33,7 +33,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions wallet-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<groupId>io.meeds.wallet</groupId>
<artifactId>wallet</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>wallet-packaging</artifactId>
<packaging>pom</packaging>
<name>eXo Add-on:: Wallet - Packaging</name>
<description>eXo Add-on:: Wallet - Packaging</description>
<name>Meeds:: Add-on:: Wallet - Packaging</name>
<description>Meeds Add-on:: Wallet - Packaging</description>
<dependencies>
<dependency>
<groupId>org.exoplatform.wallet</groupId>
Expand Down
10 changes: 5 additions & 5 deletions wallet-reward-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<groupId>io.meeds.wallet</groupId>
<artifactId>wallet</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>wallet-reward-services</artifactId>
<name>eXo Add-on:: Wallet - Reward Services</name>
<name>Meeds:: Add-on:: Wallet - Reward Services</name>
<properties>
<exo.test.coverage.ratio>0.82</exo.test.coverage.ratio>
</properties>
Expand All @@ -39,12 +39,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-comet-service</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -56,7 +56,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<!-- Test dependencies -->
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<scope>test</scope>
<type>test-jar</type>
Expand Down
10 changes: 5 additions & 5 deletions wallet-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<groupId>io.meeds.wallet</groupId>
<artifactId>wallet</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>wallet-services</artifactId>
<name>eXo Add-on:: Wallet - Services</name>
<name>Meeds:: Add-on:: Wallet - Services</name>
<properties>
<exo.test.coverage.ratio>0.62</exo.test.coverage.ratio>
</properties>
Expand All @@ -34,12 +34,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-comet-service</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -97,7 +97,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions wallet-webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<groupId>io.meeds.wallet</groupId>
<artifactId>wallet</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>wallet-webapps</artifactId>
<packaging>war</packaging>
<name>eXo Add-on:: Wallet - Application</name>
<name>Meeds:: Add-on:: Wallet - Application</name>
<dependencies>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<classifier>sources</classifier>
<scope>provided</scope>
Expand Down

0 comments on commit d011fd0

Please sign in to comment.