Skip to content

Commit 6c6754f

Browse files
committed
chore: update maven to 4.0.0-rc-5
- update deps - related to issue #249 Signed-off-by: Sandra Parsick <sandra@parsick.dev>
1 parent 346eb80 commit 6c6754f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ under the License.
7878

7979
<properties>
8080
<javaVersion>17</javaVersion>
81-
<mavenVersion>4.0.0-beta-3</mavenVersion>
81+
<mavenVersion>4.0.0-rc-5</mavenVersion>
8282

8383
<guiceVersion>6.0.0</guiceVersion>
8484
<mavenArchiverVersion>4.0.0-beta-1</mavenArchiverVersion>
@@ -128,7 +128,7 @@ under the License.
128128
</dependency>
129129
<dependency>
130130
<groupId>org.apache.maven</groupId>
131-
<artifactId>maven-api-meta</artifactId>
131+
<artifactId>maven-api-annotations</artifactId>
132132
<version>${mavenVersion}</version>
133133
<scope>provided</scope>
134134
</dependency>
@@ -162,7 +162,7 @@ under the License.
162162
</dependency>
163163
<dependency>
164164
<groupId>org.apache.maven</groupId>
165-
<artifactId>maven-api-impl</artifactId>
165+
<artifactId>maven-impl</artifactId>
166166
<version>${mavenVersion}</version>
167167
<scope>test</scope>
168168
</dependency>

0 commit comments

Comments
 (0)