File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
vip-core/src/main/java/fr/insalyon/creatis/vip/core/client/view Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 3838public 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" ;
You can’t perform that action at this time.
0 commit comments