Skip to content

Commit

Permalink
Correct pom (#208)
Browse files Browse the repository at this point in the history
* correct pom.xml

* correct pom.xml

* back to 1.2.2
  • Loading branch information
HugoBouttes authored Oct 9, 2024
1 parent 79fb274 commit 6654f57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>
<groupId>fr.insee.rmes</groupId>
<artifactId>magma</artifactId>
<version>1.2.3</version>
<version>1.2.2</version>
<name>magma</name>
<description>Metadata management API</description>
<organization>
Expand All @@ -25,14 +25,12 @@
<rdf4j.version>5.0.0-M3</rdf4j.version>
<springdoc.version>2.3.0</springdoc.version>
<jacoco.version>0.8.12</jacoco.version>
<starterweb.version>3.3.4</starterweb.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${starterweb.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 6654f57

Please sign in to comment.