Skip to content

Commit c429865

Browse files
committed
update version to the 3.2.5 release
1 parent aa2ffb5 commit c429865

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.orientechnologies</groupId>
3030
<artifactId>orientdb-parent</artifactId>
31-
<version>3.2.5-SNAPSHOT</version>
31+
<version>3.2.5</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

core/pom.xml

+1-1
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>3.2.5-SNAPSHOT</version>
20+
<version>3.2.5</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

distributed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.orientechnologies</groupId>
3030
<artifactId>orientdb-parent</artifactId>
31-
<version>3.2.5-SNAPSHOT</version>
31+
<version>3.2.5</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

distribution-tp2/pom.xml

+1-1
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>3.2.5-SNAPSHOT</version>
20+
<version>3.2.5</version>
2121
<relativePath>../</relativePath>
2222
</parent>
2323

distribution/pom.xml

+1-1
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>3.2.5-SNAPSHOT</version>
20+
<version>3.2.5</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

etl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.orientechnologies</groupId>
2525
<artifactId>orientdb-parent</artifactId>
26-
<version>3.2.5-SNAPSHOT</version>
26+
<version>3.2.5</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

graphdb/pom.xml

+1-1
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>3.2.5-SNAPSHOT</version>
27+
<version>3.2.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.orientechnologies</groupId>
2525
<artifactId>orientdb-parent</artifactId>
26-
<version>3.2.5-SNAPSHOT</version>
26+
<version>3.2.5</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lucene/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.orientechnologies</groupId>
2424
<artifactId>orientdb-parent</artifactId>
25-
<version>3.2.5-SNAPSHOT</version>
25+
<version>3.2.5</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>orientdb-lucene</artifactId>

object/pom.xml

+1-1
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>3.2.5-SNAPSHOT</version>
20+
<version>3.2.5</version>
2121
</parent>
2222

2323
<artifactId>orientdb-object</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>com.orientechnologies</groupId>
1717
<artifactId>orientdb-parent</artifactId>
18-
<version>3.2.5-SNAPSHOT</version>
18+
<version>3.2.5</version>
1919
<packaging>pom</packaging>
2020

2121
<name>OrientDB</name>

security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.orientechnologies</groupId>
2828
<artifactId>orientdb-parent</artifactId>
29-
<version>3.2.5-SNAPSHOT</version>
29+
<version>3.2.5</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.orientechnologies</groupId>
2020
<artifactId>orientdb-parent</artifactId>
21-
<version>3.2.5-SNAPSHOT</version>
21+
<version>3.2.5</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

test-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>orientdb-parent</artifactId>
55
<groupId>com.orientechnologies</groupId>
6-
<version>3.2.5-SNAPSHOT</version>
6+
<version>3.2.5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

tests/pom.xml

+1-1
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>3.2.5-SNAPSHOT</version>
20+
<version>3.2.5</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.orientechnologies</groupId>
2828
<artifactId>orientdb-parent</artifactId>
29-
<version>3.2.5-SNAPSHOT</version>
29+
<version>3.2.5</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)