Skip to content

Commit 0d8bb62

Browse files
committed
OrientDB prepare for next development iteration
1 parent fa06b1c commit 0d8bb62

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

agent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.orientechnologies</groupId>
66
<artifactId>orientdb-enterprise-parent</artifactId>
7-
<version>3.2.48</version>
7+
<version>3.2.49-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>com.orientechnologies</groupId>
1111
<artifactId>agent</artifactId>
12-
<version>3.2.48</version>
12+
<version>3.2.49-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>OrientDB Agent</name>
1515
<description> OrientDB Enterprise Agent </description>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:git@github.com:orientechnologies/enterprise-agent.git</connection>
4242
<developerConnection>scm:git:git@github.com:orientechnologies/enterprise-agent.git</developerConnection>
4343
<url>scm:git:git@github.com:orientechnologies/enterprise-agent.git</url>
44-
<tag>3.2.48</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646
<properties>
4747
<surefire.version>2.19.1</surefire.version>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>com.orientechnologies</groupId>
99
<artifactId>orientdb-enterprise-parent</artifactId>
10-
<version>3.2.48</version>
10+
<version>3.2.49-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212
<name>OrientDB Agent Parent</name>
1313
<description> OrientDB Enterprise Parent </description>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:git@github.com:orientechnologies/enterprise-agent.git</connection>
4040
<developerConnection>scm:git:git@github.com:orientechnologies/enterprise-agent.git</developerConnection>
4141
<url>scm:git:git@github.com:orientechnologies/enterprise-agent.git</url>
42-
<tag>3.2.48</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<modules>

0 commit comments

Comments
 (0)