File tree Expand file tree Collapse file tree 15 files changed +16
-15
lines changed
src/main/java/com/orientechnologies/orient/core Expand file tree Collapse file tree 15 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 5
5
<property environment =" env" />
6
6
<property name =" vendor" value =" NuvolaBase Ltd" />
7
7
<property name =" product" value =" OrientDB" />
8
- <property name =" version" value =" 1.7-SNAPSHOT " />
8
+ <property name =" version" value =" 1.7-rc1 " />
9
9
<condition property =" community.release" value =" ${ releaseHome } /orientdb-community-${ version } "
10
10
else =" ../releases/orientdb-community-${ version } " >
11
11
<isset property =" releaseHome" />
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.orientechnologies</groupId >
26
26
<artifactId >orientdb-parent</artifactId >
27
- <version >1.7-SNAPSHOT </version >
27
+ <version >1.7-rc1 </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.orientechnologies</groupId >
26
26
<artifactId >orientdb-parent</artifactId >
27
- <version >1.7-SNAPSHOT </version >
27
+ <version >1.7-rc1 </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >com.orientechnologies</groupId >
19
19
<artifactId >orientdb-parent</artifactId >
20
- <version >1.7-SNAPSHOT </version >
20
+ <version >1.7-rc1 </version >
21
21
<relativePath >../</relativePath >
22
22
</parent >
23
23
Original file line number Diff line number Diff line change 16
16
package com .orientechnologies .orient .core ;
17
17
18
18
public class OConstants {
19
- public static final String ORIENT_VERSION = "1.7-SNAPSHOT" ;
19
+ public static final String ORIENT_VERSION = "1.7-rc1" ;
20
+
20
21
public static final String ORIENT_URL = "www.orientechnologies.com" ;
21
22
22
23
public static String getVersion () {
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.orientechnologies</groupId >
26
26
<artifactId >orientdb-parent</artifactId >
27
- <version >1.7-SNAPSHOT </version >
27
+ <version >1.7-rc1 </version >
28
28
</parent >
29
29
30
30
<artifactId >orientdb-distributed</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.orientechnologies</groupId >
26
26
<artifactId >orientdb-parent</artifactId >
27
- <version >1.7-SNAPSHOT </version >
27
+ <version >1.7-rc1 </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.orientechnologies</groupId >
26
26
<artifactId >orientdb-parent</artifactId >
27
- <version >1.7-SNAPSHOT </version >
27
+ <version >1.7-rc1 </version >
28
28
</parent >
29
29
30
30
<artifactId >orientdb-enterprise</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.orientechnologies</groupId >
26
26
<artifactId >orientdb-parent</artifactId >
27
- <version >1.7-SNAPSHOT </version >
27
+ <version >1.7-rc1 </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >orientdb-parent</artifactId >
22
22
<groupId >com.orientechnologies</groupId >
23
- <version >1.7-SNAPSHOT </version >
23
+ <version >1.7-rc1 </version >
24
24
<relativePath >../</relativePath >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments