Skip to content

Commit fef854f

Browse files
authored
Merge pull request #598 from axlbonnet/targetNextRelease
Target next release
2 parents f68f02a + b120c7d commit fef854f

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

coverage/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<artifactId>vip-gatelab</artifactId>
5050
<version>${project.version}</version>
5151
</dependency>
52-
<dependency>
53-
<groupId>${project.groupId}</groupId>
54-
<artifactId>vip-local</artifactId>
55-
<version>${project.version}</version>
56-
</dependency>
5752
<dependency>
5853
<groupId>${project.groupId}</groupId>
5954
<artifactId>vip-portal</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ knowledge of the CeCILL-B license and that you accept its terms.
4343
<properties>
4444
<!-- project version. Only to change it here (and in CoreConstants.java
4545
Follow this practice : https://maven.apache.org/maven-ci-friendly.html-->
46-
<revision>4.3</revision>
47-
<changelist />
46+
<revision>4.4</revision>
47+
<changelist>-SNAPSHOT</changelist>
4848
<sha1/>
4949

5050
<!-- other maven config -->

vip-core/src/main/java/fr/insalyon/creatis/vip/core/client/view/CoreConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public class CoreConstants implements IsSerializable {
3939

4040

41-
public static final String VERSION = "v4.3";
41+
public static final String VERSION = "v4.4-dev";
4242
// Configuration Labels
4343
public static final String VO_NAME = "vo.name";
4444
public static final String VO_ROOT = "vo.root";

0 commit comments

Comments
 (0)