Skip to content

Commit

Permalink
Upgrade dependency groupIds
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Apr 5, 2023
1 parent 7f44c80 commit 94ea840
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>com.inrupt</groupId>
<groupId>com.inrupt.rdf</groupId>
<artifactId>inrupt-rdf-wrapping-commons</artifactId>
<version>${inrupt.rdf.wrapping.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<okhttp.version>4.10.0</okhttp.version>
<rdf4j.version>4.2.3</rdf4j.version>
<slf4j.version>2.0.7</slf4j.version>
<inrupt.commons.rdf4j.version>0.5.0</inrupt.commons.rdf4j.version>
<inrupt.rdf.wrapping.version>0.3.0</inrupt.rdf.wrapping.version>
<inrupt.commons.rdf4j.version>0.6.0</inrupt.commons.rdf4j.version>
<inrupt.rdf.wrapping.version>0.4.0</inrupt.rdf.wrapping.version>

<!-- plugins -->
<buildhelper.plugin.version>3.3.0</buildhelper.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion rdf-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.inrupt</groupId>
<groupId>com.inrupt.rdf</groupId>
<artifactId>inrupt-commons-rdf4j</artifactId>
<version>${inrupt.commons.rdf4j.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion rdf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.inrupt</groupId>
<groupId>com.inrupt.rdf</groupId>
<artifactId>inrupt-commons-rdf4j</artifactId>
<version>${inrupt.commons.rdf4j.version}</version>
</dependency>
Expand Down

0 comments on commit 94ea840

Please sign in to comment.