Skip to content

Commit 7326af1

Browse files
committed
OrientDB prepare for next development iteration
1 parent bace2ae commit 7326af1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<parent>
1616
<groupId>com.orientechnologies</groupId>
1717
<artifactId>orientdb-gremlin-parent</artifactId>
18-
<version>3.2.44</version>
18+
<version>3.2.45-SNAPSHOT</version>
1919
<relativePath>../</relativePath>
2020
</parent>
2121
<groupId>com.orientechnologies</groupId>
2222
<artifactId>orientdb-tp3</artifactId>
23-
<version>3.2.44</version>
23+
<version>3.2.45-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<name>OrientDB Community Distribution TinkerPop 3</name>
@@ -64,7 +64,7 @@
6464
<connection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</connection>
6565
<developerConnection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</developerConnection>
6666
<url>https://github.com/orientechnologies/orientdb-gremlin</url>
67-
<tag>3.2.44</tag>
67+
<tag>HEAD</tag>
6868
</scm>
6969
<dependencies>
7070
<dependency>

driver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.orientechnologies</groupId>
55
<artifactId>orientdb-gremlin-parent</artifactId>
6-
<version>3.2.44</version>
6+
<version>3.2.45-SNAPSHOT</version>
77
<relativePath>../</relativePath>
88
</parent>
99
<groupId>com.orientechnologies</groupId>
1010
<artifactId>orientdb-gremlin</artifactId>
11-
<version>3.2.44</version>
11+
<version>3.2.45-SNAPSHOT</version>
1212

1313
<name>Apache TinkerPop :: OrientDB Gremlin</name>
1414
<description>TinkerPop3 Graph Structure Implementation for OrientDB</description>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</connection>
5050
<developerConnection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</developerConnection>
5151
<url>https://github.com/orientechnologies/orientdb-gremlin</url>
52-
<tag>3.2.44</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454
<dependencies>
5555
<!-- orientdb -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<name>OrientDB Gremlin</name>
1919
<groupId>com.orientechnologies</groupId>
2020
<artifactId>orientdb-gremlin-parent</artifactId>
21-
<version>3.2.44</version>
21+
<version>3.2.45-SNAPSHOT</version>
2222
<packaging>pom</packaging>
2323

2424
<description>OrientDB Gremlin integration implementation</description>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</connection>
5050
<developerConnection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</developerConnection>
5151
<url>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</url>
52-
<tag>3.2.44</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454
<modules>
5555
<module>driver</module>

server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>orientdb-gremlin-parent</artifactId>
8-
<version>3.2.44</version>
8+
<version>3.2.45-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111
<groupId>com.orientechnologies</groupId>
1212
<artifactId>orientdb-gremlin-server</artifactId>
13-
<version>3.2.44</version>
13+
<version>3.2.45-SNAPSHOT</version>
1414
<name>OrientDB Gremlin Server Plugin</name>
1515
<description>TinkerPop3 Graph Server integration for OrientDB</description>
1616
<url>https://orientdb.dev</url>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</connection>
5151
<developerConnection>scm:git:[email protected]:orientechnologies/orientdb-gremlin.git</developerConnection>
5252
<url>https://github.com/orientechnologies/orientdb-gremlin</url>
53-
<tag>3.2.44</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<dependencies>

0 commit comments

Comments
 (0)