We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cbd83 commit 77e986eCopy full SHA for 77e986e
pom.xml
@@ -8,7 +8,7 @@
8
<modelVersion>4.0.0</modelVersion>
9
10
<artifactId>ontology-manager</artifactId>
11
- <version>2.0.6-SNAPSHOT</version>
+ <version>2.0.6</version>
12
<packaging>jar</packaging>
13
<name>PSI :: Tools :: Ontology Manager</name>
14
@@ -20,7 +20,8 @@
20
<connection>scm:git:https://github.com/MICommunity/ontology-manager.git</connection>
21
<developerConnection>scm:git:https://github.com/MICommunity/ontology-manager.git</developerConnection>
22
<url>https://github.com/MICommunity/ontology-manager</url>
23
- </scm>
+ <tag>ontology-manager-2.0.6</tag>
24
+ </scm>
25
26
<build>
27
<plugins>
0 commit comments