This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/master by this push:
     new 2207231  [maven-release-plugin] prepare release 
partial-release-20200202-2
2207231 is described below

commit 2207231b7676d92227c9263e188af7dd06f5e418
Author: Hasan <[email protected]>
AuthorDate: Mon Feb 3 01:17:12 2020 +0100

    [maven-release-plugin] prepare release partial-release-20200202-2
---
 api-implementation/pom.xml | 10 ++++++----
 ontologies/pom.xml         | 10 ++++++----
 releases/20200202/pom.xml  |  4 ++--
 3 files changed, 14 insertions(+), 10 deletions(-)

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>

Reply via email to