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 12f6122  CLEREZZA-1059: Use parent version 8, add scm definition in 
api.utils pom.xml, use release version of Apache Clerezza artifacts
12f6122 is described below

commit 12f6122d6da96a150026d9de1ffe9f7354c79ee4
Author: Hasan <[email protected]>
AuthorDate: Thu May 14 07:25:31 2020 +0200

    CLEREZZA-1059: Use parent version 8, add scm definition in api.utils 
pom.xml, use release version of Apache Clerezza artifacts
---
 api.utils/pom.xml | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/api.utils/pom.xml b/api.utils/pom.xml
index 9918543..b8ab4eb 100644
--- a/api.utils/pom.xml
+++ b/api.utils/pom.xml
@@ -16,14 +16,12 @@
   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>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -42,32 +40,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>representation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>dataset</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>ontologies</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>test.utils</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -84,6 +82,13 @@
         </dependency>
     </dependencies>
 
+    <scm>
+        <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>
+    </scm>
+
     <build>
         <pluginManagement>
             <plugins>

Reply via email to