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 58c763a commit 20457b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>fr.cirad</groupId>
<artifactId>gigwa2</artifactId>
<version>2.4-alpha</version>
<version>2.4-RELEASE</version>
<packaging>war</packaging>

<name>gigwa2</name>

<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<Gigwa2ServiceImpl.version>2.4-alpha</Gigwa2ServiceImpl.version>
<Gigwa2ServiceImpl.version>2.4-RELEASE</Gigwa2ServiceImpl.version>
<bundle.dir>target/bundles</bundle.dir>
<bundle.dir.ubuntu>${bundle.dir}/Gigwa_V${project.version}-Ubuntu</bundle.dir.ubuntu>
<bundle.dir.osx>${bundle.dir}/Gigwa_V${project.version}-OSX</bundle.dir.osx>
Expand All @@ -35,19 +35,19 @@
<dependency>
<groupId>fr.cirad</groupId>
<artifactId>role_manager</artifactId>
<version>1.1.3-RELEASE</version>
<version>1.1.4-RELEASE</version>
</dependency>

<dependency>
<groupId>fr.cirad</groupId>
<artifactId>Mgdb2BrapiImpl</artifactId>
<version>1.1-RC3</version>
<version>1.1-RELEASE</version>
</dependency>

<dependency>
<groupId>fr.cirad</groupId>
<artifactId>Mgdb2BrapiV2Impl</artifactId>
<version>2.0-alpha</version>
<version>2.0-RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 20457b8

Please sign in to comment.