Skip to content

Commit

Permalink
fix: Fix depmgmt maven variable - MEED-7065 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Jul 4, 2024
1 parent 7185231 commit 059a639
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 @@ -50,7 +50,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- **************************************** -->
<!-- Dependencies versions -->
<!-- **************************************** -->
<org.exoplatform.depmgt.version>23.x-SNAPSHOT</org.exoplatform.depmgt.version>
<io.meeds.depmgt.version>23.x-SNAPSHOT</io.meeds.depmgt.version>

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand All @@ -67,7 +67,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 059a639

Please sign in to comment.