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 18c5ea0 CLEREZZA-1058: Use parent version 8, add scm definition in
dataset pom.xml, use release version of Apache Clerezza artifacts
18c5ea0 is described below
commit 18c5ea0e1a07989a959c0d045dd66834b9c471e2
Author: Hasan <[email protected]>
AuthorDate: Fri May 1 21:58:51 2020 +0200
CLEREZZA-1058: Use parent version 8, add scm definition in dataset pom.xml,
use release version of Apache Clerezza artifacts
---
dataset/pom.xml | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/dataset/pom.xml b/dataset/pom.xml
index e003bc8..74ab0a0 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
- <version>8-SNAPSHOT</version>
+ <version>8</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -37,22 +37,22 @@
<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>sparql</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>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
@@ -84,6 +84,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>
<plugins>
<plugin>