Skip to content

Commit

Permalink
Update platform-ui Artifact - Meeds-7065 (#804)
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 41a540e commit 7185231
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions platform-ui-skin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>platform-ui</artifactId>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>platform-ui-skin</artifactId>
<packaging>war</packaging>
<name>eXo PLF:: Platform UI - Skin</name>
<name>Meeds:: PLF:: Platform UI - Skin</name>

<properties>
<!-- Force Sonar sources folder to avoid failure of Sonar analysis -->
Expand Down
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>27-M03</version>
<groupId>io.meeds</groupId>
<version>27-M04</version>
<relativePath />
</parent>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui</artifactId>
<version>7.0.x-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo PLF:: Platform-UI</name>
<name>Meeds:: PLF:: Platform-UI</name>
<modules>
<module>platform-ui-skin</module>
</modules>
Expand All @@ -54,6 +54,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>

</properties>
<dependencyManagement>
<!-- ### NEVER CHANGE THIS ORDER OF DEPMGT ### -->
Expand All @@ -64,33 +65,33 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<dependencies>
<!-- Import versions of external dependencies to use -->
<dependency>
<groupId>org.exoplatform</groupId>
<groupId>io.meeds</groupId>
<artifactId>maven-depmgt-pom</artifactId>
<version>${org.exoplatform.depmgt.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Declare our own artifacts -->
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui</artifactId>
<type>zip</type>
<classifier>source-release</classifier>
Expand Down

0 comments on commit 7185231

Please sign in to comment.