Skip to content

Commit

Permalink
Use MIMA 2.3.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jun 15, 2023
1 parent ee0e48b commit be710d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions maven/impl-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<properties>
<!-- Test JAR archive -->
<appended.jar.for.test>${basedir}/target/additional-test.jar</appended.jar.for.test>
<version.mima>2.3.0</version.mima>
</properties>


Expand All @@ -46,18 +47,18 @@
<dependency>
<groupId>eu.maveniverse.maven.mima</groupId>
<artifactId>context</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>${version.mima}</version>
</dependency>
<dependency>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>embedded-maven</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>${version.mima}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>eu.maveniverse.maven.mima.runtime</groupId>
<artifactId>standalone-static</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>${version.mima}</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit be710d2

Please sign in to comment.