We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cc79c commit ca94871Copy full SHA for ca94871
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.1-SNAPSHOT</version>
+ <version>3.0.1</version>
16
17
<prerequisites>
18
<maven>3.0.4</maven>
@@ -44,6 +44,7 @@
44
<connection>scm:git:https://github.com/Syncleus/ferma-orientdb</connection>
45
<developerConnection>scm:git:ssh://github.com/Syncleus/ferma-orientdb</developerConnection>
46
<url>https://github.com/Syncleus/ferma-orientdb.git</url>
47
+ <tag>v3.0.1</tag>
48
</scm>
49
50
<ciManagement>
0 commit comments