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