We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76efb4b commit 810b220Copy full SHA for 810b220
pom.xml
@@ -11,7 +11,7 @@
11
<groupId>com.syncleus.ferma</groupId>
12
<artifactId>ferma-orientdb</artifactId>
13
<packaging>jar</packaging>
14
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.1</version>
15
16
<name>Ferma</name>
17
<description>An OrientDB extension for the Ferma ORM</description>
@@ -39,6 +39,7 @@
39
<connection>scm:git:https://github.com/Syncleus/ferma-orientdb</connection>
40
<developerConnection>scm:git:ssh://github.com/Syncleus/ferma-orientdb</developerConnection>
41
<url>https://github.com/Syncleus/ferma-orientdb.git</url>
42
+ <tag>v2.3.1</tag>
43
</scm>
44
45
<ciManagement>
0 commit comments