Skip to content

Commit

Permalink
Update gatein-sso Artifact - Meeds-7065 (#49)
Browse files Browse the repository at this point in the history
* Rename gatein-sso Artifact

* Update parent-pom Artifact
  • Loading branch information
halaya authored Jul 1, 2024
1 parent ea3453d commit 66fa105
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<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>
</parent>

<groupId>org.exoplatform.gatein.sso</groupId>
<groupId>io.meeds.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<packaging>pom</packaging>
Expand All @@ -37,31 +37,32 @@
</modules>

<properties>
<org.exoplatform.ws.version>7.0.x-SNAPSHOT</org.exoplatform.ws.version>
<io.meeds.ws.version>7.0.x-SNAPSHOT</io.meeds.ws.version>
<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>

</properties>

<dependencyManagement>
<dependencies>

<!-- Import dependency management configuration -->
<dependency>
<groupId>org.exoplatform.ws</groupId>
<groupId>io.meeds.ws</groupId>
<artifactId>ws-parent</artifactId>
<version>${org.exoplatform.ws.version}</version>
<version>${io.meeds.ws.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Current project artifacts -->
<dependency>
<groupId>org.exoplatform.gatein.sso</groupId>
<groupId>io.meeds.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.sso</groupId>
<groupId>io.meeds.gatein.sso</groupId>
<artifactId>sso-saml-plugin</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions sso-agent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.exoplatform.gatein.sso</groupId>
<groupId>io.meeds.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -22,17 +22,17 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.organization.api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.ws</groupId>
<groupId>io.meeds.ws</groupId>
<artifactId>exo.ws.rest.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions sso-saml-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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">
<parent>
<groupId>org.exoplatform.gatein.sso</groupId>
<groupId>io.meeds.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -197,7 +197,7 @@
</dependency>
<!-- For javax.peristence-api transitive artifact dependency -->
<dependency>
<groupId>org.exoplatform.ws</groupId>
<groupId>io.meeds.ws</groupId>
<artifactId>exo.ws.rest.core</artifactId>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -270,19 +270,19 @@
<!-- We need only gatein common-logging, but we don't have dependency on
gatein-common in parent for now... -->
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.ws</groupId>
<groupId>io.meeds.ws</groupId>
<artifactId>exo.ws.rest.core</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.security.core</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.organization.api</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 66fa105

Please sign in to comment.