We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89a12d commit c2fd479Copy full SHA for c2fd479
pom.xml
@@ -12,7 +12,7 @@
12
<groupId>com.syncleus.ferma</groupId>
13
<artifactId>ferma</artifactId>
14
<packaging>jar</packaging>
15
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3</version>
16
17
<name>Ferma</name>
18
<description>An ORM for the Tinkerpop3 graph stack.</description>
@@ -35,6 +35,7 @@
35
<connection>scm:git:https://github.com/Syncleus/Ferma</connection>
36
<developerConnection>scm:git:ssh://github.com/Syncleus/Ferma</developerConnection>
37
<url>https://github.com/Syncleus/Ferma.git</url>
38
+ <tag>v3.0.3</tag>
39
</scm>
40
41
<ciManagement>
0 commit comments