Skip to content

Commit

Permalink
Released OrientDB 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Jul 22, 2015
1 parent 62aa079 commit 560b443
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
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.0.13-SNAPSHOT"/>
<property name="version" value="2.0.13"/>
<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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package com.orientechnologies.orient.core;

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

public static final String ORIENT_URL = "www.orientechnologies.com";

Expand Down
2 changes: 1 addition & 1 deletion distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
</parent>

<artifactId>orientdb-distributed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 6 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@

This document contains the last changes of OrientDB Community Edition.

---------------------------------------------------------------------------------------------------
VERSION 2.0.13 - (July, 22nd 2015)
- Bug fixing

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

---------------------------------------------------------------------------------------------------
VERSION 2.0.12 - (July, 1st 2015)
- Bug fixing
Expand Down
2 changes: 1 addition & 1 deletion jmh-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<artifactId>orientdb-parent</artifactId>
<groupId>com.orientechnologies</groupId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion object/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
</parent>

<artifactId>orientdb-object</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

<name>OrientDB</name>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
</parent>

<artifactId>orientdb-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>orientdb-parent</artifactId>
<groupId>com.orientechnologies</groupId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.13</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 560b443

Please sign in to comment.