[maven-release-plugin] prepare release partial-release-20200202-2
diff --git a/api-implementation/pom.xml b/api-implementation/pom.xml
index f735910..9f6ab35 100644
--- a/api-implementation/pom.xml
+++ b/api-implementation/pom.xml
@@ -16,9 +16,7 @@
   either  express  or implied.  See  the License  for  the  specific
   language governing permissions and limitations under  the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
@@ -28,7 +26,7 @@
     </parent>
 
     <artifactId>api-implementation</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API Implementation</name>
     <description>
@@ -62,4 +60,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>partial-release-20200202-2</tag>
+  </scm>
 </project>
diff --git a/ontologies/pom.xml b/ontologies/pom.xml
index a740024..aeaf74f 100644
--- a/ontologies/pom.xml
+++ b/ontologies/pom.xml
@@ -16,9 +16,7 @@
   either  express  or implied.  See  the License  for  the  specific
   language governing permissions and limitations under  the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
@@ -28,7 +26,7 @@
     </parent>
 
     <artifactId>ontologies</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Ontologies</name>
     <description>Ontology classes</description>
@@ -55,4 +53,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>partial-release-20200202-2</tag>
+  </scm>
 </project>
diff --git a/releases/20200202/pom.xml b/releases/20200202/pom.xml
index a084f9b..e1502a3 100644
--- a/releases/20200202/pom.xml
+++ b/releases/20200202/pom.xml
@@ -37,7 +37,7 @@
 
     <groupId>org.apache.clerezza.releases</groupId>
     <artifactId>20200202</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
     <packaging>pom</packaging>
     <name>Clerezza - Partial Release 20200202</name>
 
@@ -50,7 +50,7 @@
         <url>https://github.com/apache/clerezza</url>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>partial-release-20200202-2</tag>
     </scm>
 
     <build>