Skip to content

Commit 0cbb44f

Browse files
committed
OrientDB prepare release 3.2.38
1 parent 93acd23 commit 0cbb44f

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.orientechnologies</groupId>
2929
<artifactId>orientdb-parent</artifactId>
30-
<version>3.2.38-SNAPSHOT</version>
30+
<version>3.2.38</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.orientechnologies</groupId>
1818
<artifactId>orientdb-parent</artifactId>
19-
<version>3.2.38-SNAPSHOT</version>
19+
<version>3.2.38</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

distributed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.orientechnologies</groupId>
2929
<artifactId>orientdb-parent</artifactId>
30-
<version>3.2.38-SNAPSHOT</version>
30+
<version>3.2.38</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

distribution-tp2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.orientechnologies</groupId>
1818
<artifactId>orientdb-parent</artifactId>
19-
<version>3.2.38-SNAPSHOT</version>
19+
<version>3.2.38</version>
2020
<relativePath>../</relativePath>
2121
</parent>
2222

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.orientechnologies</groupId>
1818
<artifactId>orientdb-parent</artifactId>
19-
<version>3.2.38-SNAPSHOT</version>
19+
<version>3.2.38</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

etl/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.38-SNAPSHOT</version>
25+
<version>3.2.38</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

graphdb/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.38-SNAPSHOT</version>
26+
<version>3.2.38</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

jdbc/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.38-SNAPSHOT</version>
25+
<version>3.2.38</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

lucene/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.orientechnologies</groupId>
2323
<artifactId>orientdb-parent</artifactId>
24-
<version>3.2.38-SNAPSHOT</version>
24+
<version>3.2.38</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>orientdb-lucene</artifactId>

object/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.orientechnologies</groupId>
1818
<artifactId>orientdb-parent</artifactId>
19-
<version>3.2.38-SNAPSHOT</version>
19+
<version>3.2.38</version>
2020
</parent>
2121

2222
<artifactId>orientdb-object</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.orientechnologies</groupId>
1616
<artifactId>orientdb-parent</artifactId>
17-
<version>3.2.38-SNAPSHOT</version>
17+
<version>3.2.38</version>
1818
<packaging>pom</packaging>
1919

2020
<name>OrientDB</name>
@@ -105,7 +105,7 @@
105105
<connection>scm:git:[email protected]:orientechnologies/orientdb.git</connection>
106106
<developerConnection>scm:git:[email protected]:orientechnologies/orientdb.git</developerConnection>
107107
<url>scm:git:[email protected]:orientechnologies/orientdb.git</url>
108-
<tag>HEAD</tag>
108+
<tag>3.2.38</tag>
109109
</scm>
110110
<issueManagement>
111111
<system>GitHub Issues</system>

security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.orientechnologies</groupId>
2727
<artifactId>orientdb-parent</artifactId>
28-
<version>3.2.38-SNAPSHOT</version>
28+
<version>3.2.38</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

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

test-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>orientdb-parent</artifactId>
44
<groupId>com.orientechnologies</groupId>
5-
<version>3.2.38-SNAPSHOT</version>
5+
<version>3.2.38</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.orientechnologies</groupId>
1818
<artifactId>orientdb-parent</artifactId>
19-
<version>3.2.38-SNAPSHOT</version>
19+
<version>3.2.38</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.orientechnologies</groupId>
2727
<artifactId>orientdb-parent</artifactId>
28-
<version>3.2.38-SNAPSHOT</version>
28+
<version>3.2.38</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)