Skip to content

Commit

Permalink
Releasing OrientDB 2.1-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Jul 28, 2015
1 parent 18ee182 commit fc75fe3
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -5,7 +5,7 @@
<property environment="env"/>
<property name="vendor" value="Orient Technologies Ltd"/>
<property name="product" value="OrientDB"/>
<property name="version" value="2.1-SNAPSHOT"/>
<property name="version" value="2.1-rc6"/>
<condition property="community.release" value="${releaseHome}/orientdb-community-${version}"
else="../releases/orientdb-community-${version}">
<isset property="releaseHome"/>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down
Expand Up @@ -20,7 +20,7 @@
package com.orientechnologies.orient.core;

public class OConstants {
public static final String ORIENT_VERSION = "2.1-SNAPSHOT";
public static final String ORIENT_VERSION = "2.1-rc6";

public static final String ORIENT_URL = "www.orientdb.com";
public static final String COPYRIGHT = "Copyrights (c) 2015 Orient Technologies LTD";
Expand Down
2 changes: 1 addition & 1 deletion distributed/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
</parent>

<artifactId>orientdb-distributed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion enterprise/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphdb/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 6 additions & 0 deletions history.txt
Expand Up @@ -26,6 +26,12 @@

This document contains the last changes of OrientDB Community Edition.

---------------------------------------------------------------------------------------------------
VERSION 2.1-rc6 - (July, 28th 2015)
- Bug fixing: 126 issues from 2.1-rc5.

https://github.com/orientechnologies/orientdb/issues?q=milestone%3A2.1-rc6+is%3Aclosed

---------------------------------------------------------------------------------------------------
VERSION 2.1-rc5 - (July, 3rd 2015)
- Bug fixing: 43 issues from 2.1-rc4.
Expand Down
2 changes: 1 addition & 1 deletion jmh-tests/pom.xml
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<artifactId>orientdb-parent</artifactId>
<groupId>com.orientechnologies</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion object/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
</parent>

<artifactId>orientdb-object</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@

<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<packaging>pom</packaging>

<name>OrientDB</name>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
</parent>

<artifactId>orientdb-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-commons/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>orientdb-parent</artifactId>
<groupId>com.orientechnologies</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1-rc6</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit fc75fe3

Please sign in to comment.