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