Skip to content

Commit f8b368a

Browse files
1.7-rc1 version was set
1 parent 160b65b commit f8b368a

File tree

15 files changed

+16
-15
lines changed

15 files changed

+16
-15
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property environment="env"/>
66
<property name="vendor" value="NuvolaBase Ltd"/>
77
<property name="product" value="OrientDB"/>
8-
<property name="version" value="1.7-SNAPSHOT"/>
8+
<property name="version" value="1.7-rc1"/>
99
<condition property="community.release" value="${releaseHome}/orientdb-community-${version}"
1010
else="../releases/orientdb-community-${version}">
1111
<isset property="releaseHome"/>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7-rc1</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7-rc1</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.orientechnologies</groupId>
1919
<artifactId>orientdb-parent</artifactId>
20-
<version>1.7-SNAPSHOT</version>
20+
<version>1.7-rc1</version>
2121
<relativePath>../</relativePath>
2222
</parent>
2323

core/src/main/java/com/orientechnologies/orient/core/OConstants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
package com.orientechnologies.orient.core;
1717

1818
public class OConstants {
19-
public static final String ORIENT_VERSION = "1.7-SNAPSHOT";
19+
public static final String ORIENT_VERSION = "1.7-rc1";
20+
2021
public static final String ORIENT_URL = "www.orientechnologies.com";
2122

2223
public static String getVersion() {

distributed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7-rc1</version>
2828
</parent>
2929

3030
<artifactId>orientdb-distributed</artifactId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7-rc1</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

enterprise/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7-rc1</version>
2828
</parent>
2929

3030
<artifactId>orientdb-enterprise</artifactId>

graphdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7-rc1</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

nativeos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>orientdb-parent</artifactId>
2222
<groupId>com.orientechnologies</groupId>
23-
<version>1.7-SNAPSHOT</version>
23+
<version>1.7-rc1</version>
2424
<relativePath>../</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)