Skip to content

Commit

Permalink
Updated POM version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemSempere committed Aug 6, 2021
1 parent 61158f2 commit 49d8ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.cirad</groupId>
<artifactId>Mgdb2BrapiImpl</artifactId>
<version>1.1-RC3</version>
<version>1.1-RELEASE</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>fr.cirad</groupId>
<artifactId>mgdb2</artifactId>
<version>2.4-alpha</version>
<version>2.4-RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>fr.cirad</groupId>
<artifactId>role_manager</artifactId>
<version>1.1.3-RELEASE</version>
<version>1.1.4-RELEASE</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 49d8ed4

Please sign in to comment.