Skip to content

Commit

Permalink
fix: Fix depmgmt maven variable - MEED-7065 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and rdenarie committed Jul 4, 2024
1 parent 24ff6b7 commit 846db2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<properties>
<!-- Config for eXo Release Manager-->
<org.exoplatform.depmgt.version>23.x-exo-SNAPSHOT</org.exoplatform.depmgt.version>
<io.meeds.depmgt.version>23.x-exo-SNAPSHOT</io.meeds.depmgt.version>

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand All @@ -53,7 +53,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<dependency>
<groupId>io.meeds</groupId>
<artifactId>maven-depmgt-pom</artifactId>
<version>${org.exoplatform.depmgt.version}</version>
<version>${io.meeds.depmgt.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 846db2f

Please sign in to comment.