From 560b44360090f46b62ba77c1da9524fcb1314528 Mon Sep 17 00:00:00 2001 From: lvca Date: Thu, 23 Jul 2015 00:10:06 +0200 Subject: [PATCH] Released OrientDB 2.0.13 --- build.xml | 2 +- client/pom.xml | 2 +- core/pom.xml | 2 +- .../java/com/orientechnologies/orient/core/OConstants.java | 2 +- distributed/pom.xml | 2 +- distribution/pom.xml | 2 +- enterprise/pom.xml | 2 +- graphdb/pom.xml | 2 +- history.txt | 6 ++++++ jmh-tests/pom.xml | 2 +- object/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- test-commons/pom.xml | 2 +- tests/pom.xml | 2 +- tools/pom.xml | 2 +- 16 files changed, 21 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index be635f8496e..eb512021448 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + diff --git a/client/pom.xml b/client/pom.xml index 7976df2c6b8..2aac4a14ed3 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -28,7 +28,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../ diff --git a/core/pom.xml b/core/pom.xml index f914788acf2..31ab17d182e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../ diff --git a/core/src/main/java/com/orientechnologies/orient/core/OConstants.java b/core/src/main/java/com/orientechnologies/orient/core/OConstants.java index e15b07bde2e..fc2bf6392e0 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/OConstants.java +++ b/core/src/main/java/com/orientechnologies/orient/core/OConstants.java @@ -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"; diff --git a/distributed/pom.xml b/distributed/pom.xml index c5e119969bf..fec11d23d22 100644 --- a/distributed/pom.xml +++ b/distributed/pom.xml @@ -28,7 +28,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 orientdb-distributed diff --git a/distribution/pom.xml b/distribution/pom.xml index 659c09bf952..7efcf42ef3b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../ diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 0e3ffae3ce6..b773945302e 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -28,7 +28,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../ diff --git a/graphdb/pom.xml b/graphdb/pom.xml index 410c8fa9a34..830045a8de2 100644 --- a/graphdb/pom.xml +++ b/graphdb/pom.xml @@ -28,7 +28,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../ diff --git a/history.txt b/history.txt index 782ef87dfd9..297e8b78936 100755 --- a/history.txt +++ b/history.txt @@ -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 diff --git a/jmh-tests/pom.xml b/jmh-tests/pom.xml index 16db84fec2d..58b1114f75e 100644 --- a/jmh-tests/pom.xml +++ b/jmh-tests/pom.xml @@ -30,7 +30,7 @@ questions. orientdb-parent com.orientechnologies - 2.0.13-SNAPSHOT + 2.0.13 ../pom.xml diff --git a/object/pom.xml b/object/pom.xml index 0b1f716542c..81879c301c1 100644 --- a/object/pom.xml +++ b/object/pom.xml @@ -26,7 +26,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 orientdb-object diff --git a/pom.xml b/pom.xml index 58726eb0a9e..98869907d90 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 pom OrientDB diff --git a/server/pom.xml b/server/pom.xml index 18793627de7..c888f1f7471 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -27,7 +27,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 orientdb-server diff --git a/test-commons/pom.xml b/test-commons/pom.xml index f07c725066b..8041abce11d 100644 --- a/test-commons/pom.xml +++ b/test-commons/pom.xml @@ -3,7 +3,7 @@ orientdb-parent com.orientechnologies - 2.0.13-SNAPSHOT + 2.0.13 ../pom.xml 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index ec4db66de74..6c80869ca7d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -24,7 +24,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../ diff --git a/tools/pom.xml b/tools/pom.xml index b07830f1e5d..89b43af8867 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -26,7 +26,7 @@ com.orientechnologies orientdb-parent - 2.0.13-SNAPSHOT + 2.0.13 ../