Skip to content

Commit

Permalink
update the parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jun 20, 2024
1 parent 764a57c commit 976a9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Eclipse MicroProfile REST Client CI
name: MicroProfile REST Client CI

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>3.3</version>
<version>3.4</version>
</parent>

<groupId>org.eclipse.microprofile.rest.client</groupId>
Expand All @@ -33,10 +33,10 @@
<url>http://microprofile.io</url>

<properties>
<version.mp.config>3.0</version.mp.config>
<version.mp.config>3.1</version.mp.config>
<inceptionYear>2017</inceptionYear>
<version.jakarta.ee>10.0.0</version.jakarta.ee>
<version.microprofile.tck.bom>3.2</version.microprofile.tck.bom>
<version.microprofile.tck.bom>3.4</version.microprofile.tck.bom>
</properties>

<dependencyManagement>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.annotation</artifactId>
<version>5.3.0</version>
<version>7.0.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 976a9bf

Please sign in to comment.