[maven-release-plugin] prepare release partial-release-20200220-3
diff --git a/releases/20200220/pom.xml b/releases/20200220/pom.xml
index 97d4810..4474585 100644
--- a/releases/20200220/pom.xml
+++ b/releases/20200220/pom.xml
@@ -37,7 +37,7 @@
 
     <groupId>org.apache.clerezza.releases</groupId>
     <artifactId>20200220</artifactId>
-    <version>3-SNAPSHOT</version>
+    <version>3</version>
     <packaging>pom</packaging>
     <name>Clerezza - Partial Release 20200220</name>
 
@@ -51,7 +51,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-20200220-3</tag>
     </scm>
 
     <build>
diff --git a/representation/pom.xml b/representation/pom.xml
index 410da4a..2563b5a 100644
--- a/representation/pom.xml
+++ b/representation/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>representation</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Representation</name>
     <description>This bundle provides for functionality to parse and serialize RDF Graphs</description>
@@ -98,4 +96,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>partial-release-20200220-3</tag>
+  </scm>
 </project>
diff --git a/sparql/pom.xml b/sparql/pom.xml
index e6953e2..fc12011 100644
--- a/sparql/pom.xml
+++ b/sparql/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>sparql</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - SPARQL</name>
     <description>Model SPARQL query and update</description>
@@ -129,4 +127,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>partial-release-20200220-3</tag>
+  </scm>
 </project>
diff --git a/test.utils/pom.xml b/test.utils/pom.xml
index 0d92615..f37eeed 100644
--- a/test.utils/pom.xml
+++ b/test.utils/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>test.utils</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>jar</packaging>
     <name>Clerezza - API Test Utilities</name>
     <description>Utilities to test Clerezza API implementations</description>
@@ -53,4 +51,8 @@
             <artifactId>commons-lang</artifactId>
         </dependency>
     </dependencies>
+
+  <scm>
+    <tag>partial-release-20200220-3</tag>
+  </scm>
 </project>