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 4953f68 commit e7bd9c8
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,12 +3,12 @@
<groupId>fr.cirad</groupId>
<artifactId>Mgdb2BrapiV2Impl</artifactId>
<packaging>jar</packaging>
<version>2.0-alpha</version>
<version>2.0-RELEASE</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<Gigwa2ServiceImpl.version>2.4-alpha</Gigwa2ServiceImpl.version>
<Gigwa2ServiceImpl.version>2.4-RELEASE</Gigwa2ServiceImpl.version>
</properties>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>fr.cirad</groupId>
<artifactId>Mgdb2BrapiImpl</artifactId>
<version>1.1-RC4</version>
<version>1.1-RELEASE</version>
</dependency>
<dependency>
<groupId>fr.cirad</groupId>
Expand Down

0 comments on commit e7bd9c8

Please sign in to comment.